request module python example Example: python requests Url = "https://" r = requests.get( Url ) data = r.json()