v1

latestOpenAPI 3.0.32026-07-226744340.8 KB
AI Compute

AI data centers

Epoch AI data-center registry (CC-BY 4.0) — the largest AI compute clusters with power (MW), H100-equivalent compute, capital cost ($B), owner, chip types, and named users. Rows sort by compute (H100e) descending. Includes a per-country rollup (by_country) and dataset totals (totals). Requires a plan with AI compute & models access (can_use_epoch_ai) — the Corporate & Supply Chain and Global Intelligence plans. Response echoes applied_filters.

get/api/v2/epoch/data-centers

Query parameters

countrystring

Data-center country filter. Accepts a country name (United States), ISO-2 (US), or ISO-3 (USA) via the shared resolveCountryInput layer, matched exactly on the canonical country name; an unresolvable value returns 400 INVALID_COUNTRY.

ownerstring

Case-insensitive substring match on operating owner (e.g. Microsoft, Meta, xAI, Amazon). Alias: org.

limitinteger

Rows per page (1–200). Defaults to 25.

cursorstring

Canonical page token — pass the pagination.next_cursor from the previous response here to fetch the next page (uniform across all list endpoints).

offsetinteger

Row offset for pagination. Prefer the canonical cursor token; both are supported.

Response

A page of data centers plus a country rollup and totals. Envelope: { success, data, by_country, totals, pagination, applied_filters }.

successboolean