Skip to main content
GET
List change feed

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Query Parameters

source
string

Restrict to one source_key.

date_start
string

Window start YYYY-MM-DD (≤30-day window).

date_end
string

Window end YYYY-MM-DD.

days
integer

Trailing N-day window (1–30).

Required range: 1 <= x <= 30
limit
integer
default:25

Rows per page.

cursor
string

Pagination cursor (opaque offset).

change_type
enum<string>

Filter the change feed to one kind of change.

Available options:
added,
removed,
changed

Response

List change feed.

success
boolean
data
object[]
pagination
object
applied_filters
object