buscar un json de url python

import requests
r = requests.get('url')
print r.json()
Jittery Jellyfish