/v1/datacenters Gratuit · sans clé Lister les data centers
Identité, note-lettre A–E, statut, position approximative. Filtrable par pays, paginé.
Requête
curl "https://api.scoremydatacenter.org/v1/datacenters?country=FR&limit=10" import requests
r = requests.get(
"https://api.scoremydatacenter.org/v1/datacenters",
params={"country": "FR", "limit": 10},
)
print(r.json()["pagination"]["total"]) # 257 Réponse
{
"pagination": { "page": 1, "limit": 10, "total": 257 },
"data": [
{
"id": "fr-databank-fr3-gdc3",
"name": "DataBank FR3 / GDC3",
"operator": "DataBank",
"municipality": "Vélizy-Villacoublay",
"country": "FR",
"project_status": "operational",
"grade": "C",
"coordinates": { "lat": 48.78, "lon": 2.20 },
"power_rank": 1
}
]
} Corpus total 1 414. limit plafonné à 10.