A read-only JSON API over the same dataset you can download wholesale. No auth, no API keys; rate-limited per IP. Best for low-volume integrations and spot lookups — for analytical workloads, fetch the GeoJSON or CSV directly.
API responses inherit the license of the underlying source. Cables endpoints carry CC BY-NC-SA 3.0 (non-commercial). OSM-derived data is ODbL (share-alike). See the Data page for the full per-source breakdown.
GET/api/v1/datacenters
List datacenters
Returns a GeoJSON FeatureCollection of AI campuses, optionally filtered by bbox, operator, status, or limit. Backed by the same merged dataset that powers the map.
Query parameters
bboxstringminLon,minLat,maxLon,maxLat (WGS84). Excludes anything outside the box.
operatorstringCase-insensitive substring match on the operator field.
statusenumOne of operational | construction | announced | blocked.
limitintegerCap the result count. Server max 5000.
Returns a GeoJSON FeatureCollection of utility-scale power plants from the Global Energy Monitor dataset. Same bbox / status / limit filters as datacenters.
Query parameters
bboxstringminLon,minLat,maxLon,maxLat (WGS84).
fuelstringFilter by fuel type, e.g. "gas", "nuclear".
Returns the curated list of operator capex announcements with source URL and date. Hand-maintained; treat as a reading list, not a high-frequency feed.
Returns the curated mapping from operator names to public-equity tickers. Used by the map ticker overlay; useful for joining capex exposure to listed companies.
OpenAPI 3.1 description of every public endpoint. Generate clients with openapi-generator; the document is hand-curated so additionalProperties is always false.