Query neo-cloud sites by region
Return GPU data-center sites in a geographic region, looked up by city name, by coordinates with a radius, or by country name alone. Each site includes GPU types, quantity, power capacity, chip generation, business category, and key customer, along with its location. By default only neo-cloud sites (GPU-as-a-service providers) are returned. Pass scope=all to include the full site set (AI supercomputers and other GPU asset owners). A country-only query is the drill-down from /api/neocloud/sites/aggregate?by=country: pass a bucket’s key as country (and the same scope) to list the sites behind it, including the Unknown bucket for sites with no country on file. A large country can exceed the default limit=100 — page with limit/offset to reach the full bucket.
Overview
Return GPU data-center sites in a geographic region, looked up by city name, by coordinates with a radius, or by country name alone. A country-only query is the drill-down from the aggregate endpoint: pass aby=country bucket’s key as country (and the same scope) to list the sites behind it, including the Unknown bucket for sites with no country on file. A large country can exceed the default limit=100 — page with limit/offset to reach the full bucket. Each site includes GPU types, quantity, power capacity, chip generation, business category, and key customer, along with its location. By default only neo-cloud sites (GPU-as-a-service providers) are returned. Pass scope=all to include the full site set (AI supercomputers and other GPU asset owners).Authorizations
API key passed as a Bearer token. Create one in the dashboard.
Query Parameters
City name (matches city or site name).
"Paris"
Latitude for geo-radius query.
48.8566
Longitude for geo-radius query.
2.3522
Radius in km around lat/lng (default 50, max 500).
100
neocloud (default) or all.
neocloud, all Normalized country name. Works alone as the region (drill-down from the aggregate endpoint; 'Unknown' matches sites with no country on file), or narrows a city/coordinate query.
"France"
Filter by GPU type (substring match).
"H100"
Response
Sites in the region.

