if i use api in python where will you be calling the api code example
Example: api in python
import requests
import json
r = requests.get("URL")
j=r.json()
print(j)
import requests
import json
r = requests.get("URL")
j=r.json()
print(j)