Response = requests.get(url) data=response.json() July 8, 2019 16 32 64 128 How to get json data from url in javascript Response = requests.get(url).json() Data = requests.get(url).json()