← Back to catalog
gdelt.timeline
mock data$0.001 / callNews Mention Timeline
Track mention volume of any topic over time — see when a keyword spikes in global news coverage. Up to 3 months of data (GDELT Project)
Input schema
queryrequired
stringQuery to track mention volume over time (e.g. "Bitcoin", "artificial intelligence")
timespan
stringTime window: "1d", "7d", "30d", "3m" (default: 3 months)
Call via REST
curl -X POST https://unifyapi.pro/api/call/gdelt.timeline \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"query":"<query>","timespan":"<timespan>"}'