I have a site, with only JSON data. And i need to read this data with python.
So i need to know, how can i load an online JSON.
import json
f = "https://api.npoint.io/7872500d7eef44a03194"
data = json.load(f)
So how can this work? And then how can i check internet connection errors?