load that json data in to python by using json.loads(json_data). To make an api call:- import requests. a = requests.get('url') like ----- a = requests.get('https ...