Skip to main content
GET
List Admin1 Values

Authorizations

Authorization
string
header
required

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

Query Parameters

country
string
required

Country to enumerate admin1 (state/province) values for — required. Accepts a country name (France), ISO-2 (FR), or ISO-3 (FRA); an unresolvable or missing value returns 400 INVALID_COUNTRY. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

days
string
default:30

Trailing window in days (1–30) the region counts are measured over, ending today unless date moves the anchor. Both 7 and 7d are accepted. The window actually used is echoed as window_days and in applied_filters. Also accepts: window. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

date
string<date>

Anchor date for the window. Alone it selects that single day; combined with days it ends the trailing span on that date. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

date_start
string<date>

First day of an explicit window. May not be combined with days/window. Also accepts: start_date. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

date_end
string<date>

Last day of an explicit window. May not be combined with days/window. Also accepts: end_date. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

Response

Country-scoped admin1 values

success
enum<boolean>
required
Available options:
true
country
string
required
admin1
string[]
required
source
enum<string>
required
Available options:
gdelt_cloud.serving_events,
adm1_catalog,
none
window_days
number
required
date_start
string
required
date_end
string
required
applied_filters
object
required
note
string
required
values
object[]