Skip to main content
GET
/
api
/
intelligence
/
v1
/
get-gdelt-topic-timeline
GetGdeltTopicTimeline
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>"
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

topic
string

Topic ID (military, cyber, nuclear, sanctions, intelligence, maritime).

Response

Successful response

GetGdeltTopicTimelineResponse contains tone and volume timelines for a topic.

topic
string

Topic ID.

tone
object[]
vol
object[]
fetchedAt
string

ISO timestamp when this data was fetched.

error
string

Error message if fetch failed.