buscar um json do url python

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