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

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.