Skip to main content
GET
cURL

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 a by=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

Authorization
string
header
required

API key passed as a Bearer token. Create one in the dashboard.

Query Parameters

city
string

City name (matches city or site name).

Example:

"Paris"

lat
number

Latitude for geo-radius query.

Example:

48.8566

lng
number

Longitude for geo-radius query.

Example:

2.3522

radius_km
number

Radius in km around lat/lng (default 50, max 500).

Example:

100

scope
enum<string>

neocloud (default) or all.

Available options:
neocloud,
all
country
string

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.

Example:

"France"

gpu_type
string

Filter by GPU type (substring match).

Example:

"H100"

limit
integer
default:100
offset
integer
default:0

Response

Sites in the region.