Skip to main content
GET
Atlas Posture — a place’s structural + dynamic risk posture

Authorizations

Authorization
string
header
required

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

Query Parameters

scope
enum<string>
default:all

Internal = events whose whole actor set is one country; external = events spanning two or more.

Available options:
all,
internal,
external
weighting
enum<string>
default:attention

Roll-up weighting for aggregate geographies.

Available options:
attention,
gdp
level
enum<string>
default:world

Geographic resolution. world needs no geo; every other level requires one.

Available options:
world,
continent,
region,
country
geo
string

The place, when level is continent/region/country: an ISO-3166 alpha-3 code, or a region / continent name. An unknown value returns 400 INVALID_ENUM listing what that level accepts.

window
integer
default:7

Trailing days of the series to return. Not the measurement window.

Required range: 1 <= x <= 370
date_start
string<date>

Explicit series start (overrides window).

date_end
string<date>

Explicit series end.

date
string<date>

A single observation date instead of a range.

as_of
string<date>

Point-in-time read: reproduce the index as it was KNOWN on this date, with no look-ahead.

limit
integer
default:100

Page size.

Required range: 1 <= x <= 370

Response

Posture score, pillars, and trend.