i am trying to display all the parsed data from the api
import requests import json url = "api" json_data = requests.get(url).json() formatt = json