Endpoint
conflict
Recent conflict events with location, actors, and escalation scoring.
GET
/v1/conflictRecent conflict events with location, actors, and escalation scoring.
Request
http
GET /v1/conflict HTTP/1.1
Host: api.osirisos.com
Authorization: Bearer osk_live_...Response
json
{
"events": [
{
"id": "evt_01H...",
"lat": 50.45, "lon": 30.52,
"actors": ["state_a","state_b"],
"category": "kinetic",
"escalation": 0.71,
"occurred_at": "2026-06-09T10:14:00Z"
}
],
"next_cursor": null
}