Documentation

Active Alerts

Real-time snapshot of cities currently under alert, grouped by alert type.

GEThttps://sirenapi.orielhaim.com/active

Returns currently active cities grouped by alert type. No query parameters.

Response Structure

A JSON object where each key is an alert type and each value is an array of city names. Only types with at least one active city appear - an empty object means no active alerts.

FieldTypeDescription
{alertType}string[]Array of city names currently under this alert type

Example Responses

Active alerts present

json
1{
2 "missiles": ["תל אביב - יפו", "חיפה", "ראשון לציון"],
3 "newsFlash": ["ירושלים"]
4}

No active alerts

json
1{}