Returns aggregated totals + bucketed counts with latent attribute averages for CAMEO+ coded events. Designed as the ‘broad and shallow’ layer — understand event intensity and domain activity before drilling into individual events via /api/v1/cameoplus-events.
Progressive disclosure example:
summary?days=7&group_by=domain → which domains are most active?summary?domain=ECONOMIC&days=7&group_by=country → where are economic events?/cameoplus-events?domain=ECONOMIC&country=USA → individual eventsEach bucket includes avg/max magnitude, market_sensitivity, systemic_importance, and propagation_potential. Historical queries are cached for 24 hours. Live queries cached until 7 minutes past next UTC hour.
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.
Dimension to group results by. domain (default): one bucket per CAMEO+ domain. date: one bucket per day. country: one bucket per country. region: one bucket per region. continent: one bucket per continent. event_code: one bucket per specific event code. category: alias for domain.
date, country, region, continent, domain, event_code, category Lookback window in days from date. Default 7, max 90.
1 <= x <= 90Anchor/end date (YYYY-MM-DD). Defaults to today UTC.
"2026-03-10"
Filter to a specific CAMEO+ domain.
POLITICAL, ECONOMIC, CORPORATE, TECHNOLOGY, INFRASTRUCTURE, ENVIRONMENT, HEALTH, DEMOGRAPHIC, INFORMATION Filter by event code (exact) or domain prefix (e.g. 'EC02' for Monetary Policy only; 'EC' for all ECONOMIC codes). Most useful when combined with group_by=event_code to see a breakdown by code, or with domain filter to drill into a specific sub-type. All valid codes: EC01–EC07, CO01–CO08, TE01–TE06, IN01–IN06, EN01–EN05, HE01–HE05, DE01–DE05, IF01–IF04. POLITICAL uses standard CAMEO 2-digit codes (01–17).
"EC02"
Filter to a specific ISO-3 country code.
"USA"
Filter to a geographic region. Filters directly on the region column. Only one region may be specified per request.
Middle East, Northern Africa, Western Africa, Eastern Africa, Middle Africa, Southern Africa, Europe, South Asia, Southeast Asia, East Asia, Central Asia, North America, Central America, Caribbean, South America, Oceania First-level administrative division (state, province, region) as stored in GDELT. Must be used with country. Use the full official name. Examples: 'California' (USA), 'Bavaria' (Germany), 'São Paulo' (Brazil), 'Guangdong' (China), 'Île-de-France' (France), 'New South Wales' (Australia), 'Uttar Pradesh' (India).
"California"
Minimum magnitude score (0–10).
0 <= x <= 10Maximum magnitude score (0–10).
0 <= x <= 10Minimum systemic_importance (0–1).
0 <= x <= 1Minimum market_sensitivity (0–1).
0 <= x <= 1Optional continent filter for geo rollups.
Africa, Asia, Europe, North America, South America, Oceania How geographic buckets should be attributed: event location, actor geography, or both side by side.
location, actor, combined Optional comma-separated list of extra grouped sections to return in breakdowns.
"country,continent"