cURL
curl --request GET \ --url https://api.example.com/api/intelligence/v1/get-gdelt-topic-timeline
{ "topic": "<string>", "tone": [ { "date": "<string>", "value": 123 } ], "vol": [ { "date": "<string>", "value": 123 } ], "fetchedAt": "<string>", "error": "<string>" }
GetGdeltTopicTimeline retrieves tone and volume timelines for a GDELT intel topic.
Topic ID (military, cyber, nuclear, sanctions, intelligence, maritime).
Successful response
GetGdeltTopicTimelineResponse contains tone and volume timelines for a topic.
Topic ID.
Show child attributes
ISO timestamp when this data was fetched.
Error message if fetch failed.
Was this page helpful?