In immediate danger? Call local emergency services. Use this site to find the right number when you travel or your phone is locked to an unfamiliar emergency system.

Emergency Numbers API

A simple, fast API for emergency telephone numbers by country. Designed for travel apps, mobility platforms, and embedded devices.

Quickstart
Create an API key in the dashboard, then call:
curl -s \\
  -H "Authorization: Bearer $EN_API_KEY" \\
  https://emergencynumbers.org/api/v1/emergency-numbers/US | jq
Endpoints
GET /api/v1/emergency-numbers/:iso2
Returns police, fire, ambulance, and general emergency numbers (when available).
GET /api/v1/countries
Lists supported countries and ISO2 codes.
GET /api/v1/geo
Best-effort ISO2 country detection using edge geo headers. No API key required.
GET /api/openapi.json
OpenAPI spec for generated clients and validation.
Auth: pass your API key in Authorization: Bearer or x-api-key.
Get your API key
Sign in to create a free key. Upgrade when you need higher throughput.
Open dashboard See pricing