Python demandez le texte à dicter

import json
import requests

response = requests.get(...)
json_data = json.loads(response.text)
Jittery Jellyfish