API reference

States

Per-jurisdiction coverage: which agencies we carry and how fresh each one is. Base URL https://emergencyapi.com/api/v1.

GET/states

Feed health by state

Returns the status of each state feed, including last poll time, health, and incident count.

Responses

StatusDescription
200Feed status for all states
Request
curl "https://emergencyapi.com/api/v1/states" \
  -H "Authorization: Bearer YOUR_API_KEY"