Skip to main content
GET
Atlas coverage — where the index can and cannot be read

Authorizations

Authorization
string
header
required

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

Query Parameters

level
enum<string>
default:world

Geographic resolution. world needs no geo; every other level requires one.

Available options:
world,
continent,
region,
country
geo
string

The place, when level is continent/region/country: an ISO-3166 alpha-3 code, or a region / continent name. An unknown value returns 400 INVALID_ENUM listing what that level accepts.

window
integer
default:7

Trailing days of the series to return. Not the measurement window.

Required range: 1 <= x <= 370
date_start
string<date>

Explicit series start (overrides window).

date_end
string<date>

Explicit series end.

date
string<date>

A single observation date instead of a range.

as_of
string<date>

Point-in-time read: reproduce the index as it was KNOWN on this date, with no look-ahead.

limit
integer
default:100

Page size.

Required range: 1 <= x <= 370

Response

200

Per-series coverage and floor status.