Skip to main content
GET
cURL

Overview

Return GPU data-center sites in a geographic region, looked up by city name or by coordinates with a radius. 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

Filter by normalized country name.

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.