import requests import json response= requests.get('http://api.weatherapi.com/v1/current.json?key=3786100760f441c0bf5144903241407&q=Seoul&api=yes') jsonObj=json.loads(response.text) print(jsonObj[][],)