I have the following json that I extracted from a API using:
http = urllib3.PoolManager() r = http.request(\'GET\', url, headers=headers) r.status d= json.loads(