Skip to main content
GET
Search Events

Authorizations

Authorization
string
header
required

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

Query Parameters

date_start
string<date>

Inclusive start of the window (YYYY-MM-DD). Windows are capped at 30 days. Also accepts: start_date. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

date_end
string<date>

Inclusive end of the window (YYYY-MM-DD). Also accepts: end_date. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

days
string
default:7

Rolling window ending today, in days (max 30). window=7d and days=7 are equivalent. Also accepts: window. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

date
string<date>

Single-day anchor — equivalent to date_start = date_end = this value. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

observed_start
string<date>

Bound by when an event was CODED rather than when it happened. The supported point-in-time lever on this endpoint. Also accepts: observedStart. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

observed_end
string<date>

Upper bound on the coded-at window. Also accepts: observedEnd. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

limit
integer
default:25

Rows per page. Default 25, max 100. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

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

Opaque pagination cursor taken from the previous response's pagination.next_cursor. Also accepts: offset. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

country
string

Country filter. Accepts ISO-3, ISO-2, FIPS or an English name; comma-separate for OR. Matches the event's own location OR either actor's origin country by default, so a result can include events that happened elsewhere — set country_match to narrow it to location only. The definition in force is echoed as applied_filters.country_match. Also accepts: country_iso3. Matched case-insensitively. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/enums#country

region
enum<string>

One ACLED-style region. Expanded to its member countries. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#region

Available options:
Africa,
Asia,
Middle East,
Northern Africa,
Western Africa,
Eastern Africa,
Middle Africa,
Southern Africa,
Europe,
Eastern Europe,
South Asia,
Southeast Asia,
East Asia,
Central Asia,
North America,
Central America,
Caribbean,
South America,
Oceania
continent
enum<string>

One continent. Expanded to its member countries. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#continent

Available options:
Africa,
Asia,
Europe,
North America,
South America,
Oceania
country_match
enum<string>
default:location_or_actor_origin

Which definition of "in this country" the country / region / continent filters use. Defaults to the wider one, which is why omitting it changes nothing. Applies to region and continent too, since both expand into the same country set. Full value list: https://docs.gdeltcloud.com/reference/enums#country_match

Available options:
location_or_actor_origin,
location
admin1
string

Sub-national admin1. Discover valid values with GET /api/v2/geo/admin1?country=. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/enums#admin1

bbox
string

Bounding box lat_min,lon_min,lat_max,lon_max. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

near
string

Point proximity lat,lon, combined with radius_km. Applied as the enclosing bounding box, not a true distance filter — results are a deliberate superset. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

lat
number

Point proximity component (lat), an alternative spelling of near. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

lon
number

Point proximity component (lon), an alternative spelling of near. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

lng
number

Point proximity component (lng), an alternative spelling of near. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

radius_km
number

Radius in km for point proximity. Default 100, capped 2000. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

source_actor_country
string

Origin country of the ACTING side. Combine with target_actor_country to express a direction — source_actor_country=CHN&target_actor_country=USA,GBR is "China acting on those countries", which country= cannot say. Accepts ISO-3, ISO-2, FIPS or an English country name; comma-separate for OR. Unlike country, region and continent do not expand onto the actor side. On CAMEO+ events the source actor IS the performer of the action; on conflict (ACLED) events the first actor is the PRIMARY actor and not necessarily the initiator, so this asserts involvement in that role rather than who started it. Matched case-insensitively. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#country

target_actor_country
string

Origin country of the RECEIVING side — the actor the action was directed at. Accepts ISO-3, ISO-2, FIPS or an English country name; comma-separate for OR. Unlike country, region and continent do not expand onto the actor side. On CAMEO+ events the source actor IS the performer of the action; on conflict (ACLED) events the first actor is the PRIMARY actor and not necessarily the initiator, so this asserts involvement in that role rather than who started it. Matched case-insensitively. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#country

actor_country
string

Origin country of EITHER side, without regard to direction. This is the actor-origin half of what country= matches, on its own — use it to exclude events that merely happened in a country without any actor from it. Accepts ISO-3, ISO-2, FIPS or an English country name; comma-separate for OR. Unlike country, region and continent do not expand onto the actor side. Matched case-insensitively. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#country

entity
string

Restrict to one entity's resolved coverage. Accepts a spine id (e_…), a news id (wiki:…) or a name, resolved through the shared arbiter so the same handle means the same entity on every endpoint. Also accepts: entity_id, entities. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#entity_handle

category
enum<string>[]

Event category — an ACLED event type or a CAMEO+ domain. Comma-separate for OR. Validated together with subcategory: an impossible pair returns 400, never an empty 200. Also accepts: categories. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Full value list: https://docs.gdeltcloud.com/reference/enums#event_category

Available options:
Battles,
Protests,
Riots,
Explosions/Remote violence,
Violence against civilians,
Strategic developments,
POLITICAL,
CRIME,
ECONOMIC,
CORPORATE,
TECHNOLOGY,
INFRASTRUCTURE,
ENVIRONMENT,
HEALTH,
DEMOGRAPHIC,
INFORMATION
subcategory
string

Sub-event type (Conflict) or CAMEO+ leaf code. Scoped by category — sending it alone is 400 SUBCATEGORY_REQUIRES_CATEGORY and a pair that cannot exist is 400 INVALID_SUBCATEGORY_FOR_CATEGORY with the accepted values, so a bad value is never an empty 200 (both verified 2026-08-13). The taxonomy is closed and published in full, but PUBLICATION IS NOT COVERAGE — a defined code can carry zero events in any given window, and a few carry zero in most windows (Sexual violence is the measured example: its definition boundary sends nearly all such reporting to Attack). Before building a monitor on one code, measure it: GET /api/v2/events/summary?group_by=subcategory returns the codes that actually carry events in your window, with counts. An empty 200 here means no coverage for that combination, never zero real-world activity. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/taxonomy-complete

event_family
enum<string>

Deprecated. Prefer category, which implies the family. Deprecated since 2026-05; use category. Full value list: https://docs.gdeltcloud.com/reference/enums#event_family

Available options:
conflict,
cameoplus
domain
enum<string>

Deprecated CAMEO+ domain filter. Prefer category. Deprecated since 2026-05; use category. Full value list: https://docs.gdeltcloud.com/reference/enums#cameoplus_domain

Available options:
POLITICAL,
CRIME,
ECONOMIC,
CORPORATE,
TECHNOLOGY,
INFRASTRUCTURE,
ENVIRONMENT,
HEALTH,
DEMOGRAPHIC,
INFORMATION
significance_min
number

Significance lower bound (0–1). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#significance

Required range: 0 <= x <= 1
significance_max
number

Significance upper bound (0–1). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#significance

Required range: 0 <= x <= 1
confidence_min
number

Confidence lower bound (0–1). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#confidence

Required range: 0 <= x <= 1
confidence_max
number

Confidence upper bound (0–1). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#confidence

Required range: 0 <= x <= 1
goldstein_scale_min
number

Goldstein scale lower bound (-10–10). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#goldstein_scale

Required range: -10 <= x <= 10
goldstein_scale_max
number

Goldstein scale upper bound (-10–10). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#goldstein_scale

Required range: -10 <= x <= 10
magnitude_min
number

Magnitude lower bound (0–10). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/magnitude

Required range: 0 <= x <= 10
magnitude_max
number

Magnitude upper bound (0–10). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/magnitude

Required range: 0 <= x <= 10
systemic_importance_min
number

Systemic importance lower bound (0–1). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/systemic-importance

Required range: 0 <= x <= 1
systemic_importance_max
number

Systemic importance upper bound (0–1). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/systemic-importance

Required range: 0 <= x <= 1
propagation_potential_min
number

Propagation potential lower bound (0–1). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/propagation-potential

Required range: 0 <= x <= 1
propagation_potential_max
number

Propagation potential upper bound (0–1). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/propagation-potential

Required range: 0 <= x <= 1
market_sensitivity_min
number

Market sensitivity lower bound (0–1). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/market-sensitivity

Required range: 0 <= x <= 1
market_sensitivity_max
number

Market sensitivity upper bound (0–1). Published only for the cameoplus family — filtering on it excludes every event outside that family. Published only for the cameoplus family; filtering on it excludes every other family. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics/market-sensitivity

Required range: 0 <= x <= 1
geo_precision_min
number

Geo precision lower bound (1–3). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#geo_precision

Required range: 1 <= x <= 3
geo_precision_max
number

Geo precision upper bound (1–3). Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/metrics#geo_precision

Required range: 1 <= x <= 3

Semantic search — the string is embedded and ranked by cosine similarity, so results are conceptual neighbours rather than substring matches. There is no boolean parser: a query shaped a OR b is reduced to its first term and the response says so. Costs an embedding call and can return 503 SEMANTIC_SEARCH_UNAVAILABLE. Aliases q, query, keyword. Also accepts: q, query, keyword, name. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

sort
enum<string>
default:significance

Ranking. A bare search with no explicit sort ranks by relevance instead. Full value list: https://docs.gdeltcloud.com/reference/enums#sort

Available options:
significance,
recent
incident_resolution
enum<string>[]

Restrict to events by whether they were checked for duplication. Comma-separated. Adjudication is deliberately partial, so llm,self is how you get the subset where incident.uid is a trustworthy grouping key; omitting the filter returns everything, most of which is unadjudicated. Also accepts: incident_resolutions. Full value list: https://docs.gdeltcloud.com/reference/enums#incident_resolution

Available options:
unadjudicated,
self,
llm
include_total
boolean

Add pagination.estimated_total — how many events match the filters, ignoring the page. Off by default because it costs a second scan of the same window. Counted from the SAME filters and the same row source as the page, so it always describes the result set you are walking. It is null (not a number) on a search= request: semantic retrieval is bounded by a candidate cap, so any total there would describe the candidate pool rather than the matching events. Without it, pagination.next_cursor still tells you whether more rows exist — non-null means yes, null means the walk is finished. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

has_fatalities
boolean

Restrict to events with a non-zero fatality count. CONFLICT FAMILY ONLY. fatalities is an ACLED-family observable; the CAMEO+ family has no fatality field, so its events carry fatalities: null (never a fabricated 0) and can never satisfy true. Over 2026-08-06..13 that was 92.5% of all events, including every ENVIRONMENT, INFRASTRUCTURE and HEALTH event — so a disaster or industrial death toll is NOT in this filter, and the total it sums is the armed-conflict toll, not a global one. false is not the complement: it returns both a conflict event coded with a real 0 and every event that has no fatality observable at all, so it means "not known to be lethal", never "known to be non-lethal". For a lethality screen across all families use significance_min (cross-domain by construction) or goldstein_scale_max — Goldstein is signed, so an upper bound like goldstein_scale_max=-5 selects the strongly conflictual end — and read fatalities off the card to tell a measured 0 from an absent observable. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

civilian_targeting
boolean

Restrict to events coded as targeting civilians. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

languages
string

Source-language filter (ISO 639-1/2) on the linked Story's coverage. Also accepts: language. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400. Reference: https://docs.gdeltcloud.com/reference/enums#coverage_language

include_images
boolean
default:false

Attach story images to each card. Off by default — images cost an extra lookup, so pass true to opt in. Also accepts: include_entity_images. Note: this parameter is documented and accepted, but validated by the service rather than the shared contract layer, so an invalid value may return an empty result rather than a 400.

Response

Event cards

success
enum<boolean>
Available options:
true
pagination
object
data
object[]
sort
enum<string>
default:significance
Available options:
significance,
recent
meta
object

Where these rows came from and how current they are. Present on every response, including empty ones.