bound method Response.json of Response [200]

Actually you should call it (since there is method).

data = requests.get(url).json()

Leave a Comment