API reference
Status and metadata
Service health, the enum vocabulary, and the attribution every source requires. Base URL https://emergencyapi.com/api/v1.
GET
/statusAPI health check
Returns API health, version, uptime, and a summary of feed statuses.
Responses
| Status | Description |
|---|---|
200 | API health status |
Request
curl "https://emergencyapi.com/api/v1/status"
GET
/attributionData source attributions
Returns attribution information for all data sources, including licence details. Required for CC BY compliance.
Responses
| Status | Description |
|---|---|
200 | Attribution data for all sources |
Request
curl "https://emergencyapi.com/api/v1/attribution"
GET
/schemaAPI schema and valid enum values
Returns all valid enum values for event types, categories, states, warning levels, and other filterable fields. Use this to discover what values are accepted by filter parameters. No authentication required.
Responses
| Status | Description |
|---|---|
200 | All valid enum values and category mappings |
Request
curl "https://emergencyapi.com/api/v1/schema" \ -H "Authorization: Bearer YOUR_API_KEY"