Returns the top media event clusters for a given time window as reference cards. Supports progressive disclosure via the detail parameter: summary (~120 tokens/cluster) for compact headline cards with key metrics and top entities/sources, standard (~500 tokens/cluster) for resolved metrics + 5 article ref cards + 10 entity ref cards, or full (~1,000 tokens/cluster, default) for richer article ref cards (+ weight, geo) and all entity ref cards (+ wikipedia_url). Filterable by category, scope, actor country, event type, and location. Supports numeric offset pagination via offset.
API key format: gdelt_sk_<64-hex-chars>. Generate in Dashboard → Settings → API Keys.
Window size in days ending on date. days=1 returns only the date bucket. days=7 returns 7 daily buckets ending on date. Max 30.
1 <= x <= 301
Anchor/end date of the time window (YYYY-MM-DD). Defaults to today UTC. Example: date=2025-02-20 + days=7 returns Feb 14–20.
"2025-02-20"
Number of clusters to return.
1 <= x <= 50Number of clusters to skip for pagination. Pass offset=10 for the second page, offset=20 for the third, etc.
x >= 010
Response detail level. summary (~120 tokens/cluster): compact headline card with cluster_id, label, category, scope, article_count, key metrics, 3 top entity names, 3 top source domains. No articles. standard (~500 tokens/cluster): resolved metrics + 5 article reference cards (url, title, domain, date) + 10 entity reference cards (name, type). full (~1000 tokens/cluster, default): resolved metrics + 5 article reference cards (+ weight, geo, lang) + all entity reference cards (+ wikipedia_url).
summary, standard, full Filter by topic category.
conflict_security, politics_governance, crime_justice, economy_business, science_health, disaster_emergency, society_culture, technology Filter by geographic scope.
local, national, global CAMEO ISO-3 country code for actor1 or actor2 (e.g. USA, GBR, CHN).
"USA"
CAMEO event root code prefix (e.g. '14'=Protest, '18'=Assault, '19'=Fight).
"14"
ADM1 2-letter country prefix matching action_geo_adm1_code (e.g. 'US' matches US01, US06, etc.).
"US"
Filter clusters to those containing articles in this language (e.g. 'English', 'Spanish', 'French').
"English"
Filter to clusters containing at least one article from this domain.
"reuters.com"
Post-resolution filter: minimum resolved Goldstein scale value.
-10 <= x <= 10Post-resolution filter: maximum resolved Goldstein scale value.
-10 <= x <= 10Post-resolution filter: minimum resolved average tone value.
Post-resolution filter: maximum resolved average tone value.
Post-resolution filter: quad class. 1=Verbal Cooperation, 2=Material Cooperation, 3=Verbal Conflict, 4=Material Conflict.
1, 2, 3, 4 Natural-language semantic search query. When provided, clusters are ranked by embedding similarity (cosine distance via HNSW ANN index) instead of article count. The query is embedded with text-embedding-3-small (768 dims) and matched against article cluster embeddings. Combinable with all other filters (date, category, scope, actor_country, event_type, location, language, domain). Examples: 'climate change protests', 'AI regulation European Union', 'Middle East ceasefire negotiations'.
"trade war tariffs China"