Skip to main content
GET
AI data centers

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Query Parameters

country
string

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.

owner
string

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

limit
integer
default:25

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

Required range: 1 <= x <= 200
cursor
string

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

offset
integer

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

Required range: x >= 0

Response

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

success
boolean
data
object[]
by_country
object[]
totals
object
pagination
object
applied_filters
object