Skip to main content
GET
ListAcledEvents

Query Parameters

start
string<int64>

Start of time range (inclusive), Unix epoch milliseconds.

end
string<int64>

End of time range (inclusive), Unix epoch milliseconds.

page_size
integer<int32>

Maximum items per page (1-100). Accepted but currently ignored; no-op until this handler supports the parameter.

cursor
string

Cursor for next page. Accepted but currently ignored; no-op until this handler supports the parameter.

country
string

Optional country filter (ISO 3166-1 alpha-2).

jmespath
string

Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.

Response

Successful response

ListAcledEventsResponse contains ACLED conflict events matching the request.

events
object[]
pagination
object

PaginationResponse contains pagination metadata returned alongside list results.