UnifyAPI
← Back to catalog

gdelt.timeline

mock data$0.001 / call

News 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)

News & Mediaprovider: Gdelt#gdelt#news

Input schema

queryrequired

Query to track mention volume over time (e.g. "Bitcoin", "artificial intelligence")

string
timespan

Time window: "1d", "7d", "30d", "3m" (default: 3 months)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.