Skip to main content
GET
/
api
/
conflict
/
v1
/
list-iran-events
ListIranEvents
curl --request GET \
  --url https://api.example.com/api/conflict/v1/list-iran-events
{
  "events": [
    {
      "id": "<string>",
      "title": "<string>",
      "category": "<string>",
      "sourceUrl": "<string>",
      "latitude": 123,
      "longitude": 123,
      "locationName": "<string>",
      "timestamp": "<string>",
      "severity": "<string>"
    }
  ],
  "scrapedAt": "<string>"
}

Response

Successful response

events
object[]
scrapedAt
string<int64>