GET /tallinn/emergency
Emergency contacts, police stations, hospitals with addresses and phone numbers, poison control, crisis helpline, and child helpline for Tallinn.
curl https://nordapi.ee/api/v1/tallinn/emergency
{
"data": {
"emergency_number": "112",
"hospitals": [
{
"address": "J. Sütiste tee 19, 13419 Tallinn",
"emergency": true,
"name": "North Estonia Medical Centre",
"name_et": "Põhja-Eesti Regionaalhaigla",
"phone": "+372 617 1300",
"website": "https://www.regionaalhaigla.ee"
},
{
"address": "Ravi 18, 10138 Tallinn",
"emergency": true,
"name": "East-Tallinn Central Hospital",
"name_et": "Ida-Tallinna Keskhaigla",
"phone": "+372 666 1900",
"website": "https://www.itk.ee"
},
{
"address": "Tervise 28, 13419 Tallinn",
"emergency": true,
"name": "Tallinn Children's Hospital",
"name_et": "Tallinna Lastehaigla",
"phone": "+372 697 7100",
"website": "https://www.lastehaigla.ee"
},
{
"address": "Paldiski mnt 68, 10614 Tallinn",
"emergency": false,
"name": "West-Tallinn Central Hospital",
"name_et": "Lääne-Tallinna Keskhaigla",
"phone": "+372 651 9100",
"website": "https://www.ltkh.ee"
}
],
"note": "Single number for police, fire, ambulance across Estonia",
"services": [
{
"name": "Police and Border Guard Board",
"name_et": "Politsei- ja Piirivalveamet",
"non_emergency": "612 3000",
"phone": "112",
"tallinn_stations": [
{
"address": "Pärnu mnt 139, 11317 Tallinn",
"name": "Tallinn City Centre Station"
},
{
"address": "Kunderi 27, 10121 Tallinn",
"name": "East Tallinn Station"
},
{
"address": "Ehitajate tee 114, 13517 Tallinn",
"name": "Haabersti Station"
}
],
"website": "https://www.politsei.ee"
},
{
"name": "Rescue Board",
"name_et": "Päästeamet",
"note": "Fire and rescue services",
"phone": "112",
"website": "https://www.rescue.ee"
},
{
"name": "Tallinn Emergency Medical Services",
"name_et": "Tallinna Kiirabi",
"note": "Ambulance services for Tallinn and Harju County",
"phone": "112",
"website": "https://tems.ee"
},
{
"name": "Poison Information Centre",
"phone": "16662",
"website": "https://www.16662.ee"
},
{
"name": "Crisis helpline",
"note": "Emotional support helpline",
"phone": "116 006"
},
{
"name": "Child helpline",
"phone": "116 111"
}
]
},
"success": true
}