Return dashboard-ready Event rollups by date, geography, category, or subcategory. By default, summaries use confidence_profile=precise, which filters to confidence >= 0.75 and linked primary/strong Story evidence. Use confidence_profile=loose for exhaustive/raw rollups. Use this before drilling into Events.
Documentation Index
Fetch the complete documentation index at: https://docs.gdeltcloud.com/llms.txt
Use this file to discover all available pages before exploring further.
GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....
Summary grouping dimension.
date, country, region, continent, category, subcategory "date"
Inclusive start date in YYYY-MM-DD. Alias start_date is accepted for compatibility.
"2026-04-11"
Inclusive end date in YYYY-MM-DD. Alias end_date is accepted for compatibility.
"2026-04-17"
Optional ingestion/updated-at lower bound. Useful for live dashboards that need records observed today, even when event_date or cluster_date is earlier.
Optional ingestion/updated-at exclusive upper bound.
Documented input is a plain English country name. ISO-3 and legacy FIPS aliases are accepted; output normalizes to the country name.
"Lebanon"
Plain English region such as Middle East, Western Africa, South Asia, or Europe. The backend expands this value to an ISO-3 country list; Events match location and actor-origin countries, while Stories match linked Event primary location.
"Middle East"
Plain English continent such as Africa, Asia, Europe, North America, South America, or Oceania. The backend expands this value to an ISO-3 country list; Events match location and actor-origin countries, while Stories match linked Event primary location.
"Africa"
Optional state/province/admin1 location filter. Discover valid values through /api/v2/geo/admin1. Filters Event or Story location only, not actor origin.
"Beirut"
Generated Event family.
conflict, cameoplus Stable product category, such as Protests, Riots, or a CAMEO+ domain such as POLITICAL or CRIME. Event endpoints accept a single value or comma-separated values.
"Protests"
More specific Event subtype, CAMEO+ event description, or code group.
"Peaceful protest"
CAMEO+ domain enum. Most useful with event_family=cameoplus.
POLITICAL, ECONOMIC, CORPORATE, TECHNOLOGY, INFRASTRUCTURE, HEALTH, INFORMATION, ENVIRONMENT, CRIME Set true for fatality monitoring. v2 intentionally exposes only this boolean fatality filter.
true
Quality profile for Event and Story list/summary endpoints. Default precise favors analyst-ready, non-duplicative results. strictest is highest precision; balanced is broader; loose is exhaustive/raw and disables the default quality filters. Detail endpoints remain exhaustive by ID.
strictest, precise, balanced, loose "precise"
Event list/summary confidence threshold override, from 0 to 1. When supplied, it overrides the Event confidence threshold implied by confidence_profile; use confidence_profile=loose&min_confidence=0.9 for exhaustive Story matching with a custom Event confidence floor.
0 <= x <= 10.9
Number of summary buckets to return.
1 <= x <= 50050