GET /tallinn/info
Complete Tallinn city reference: emergency services (police, fire, ambulance), hospitals with addresses, city districts with populations, public transport info, waste management, parking zones, and libraries. Everything en una respuesta.
curl https://nordapi.ee/api/v1/tallinn/info
{
"data": {
"districts": {
"area_km2": 159.2,
"city": "Tallinn",
"districts": [
{
"area_km2": 22.6,
"name": "Haabersti",
"name_et": "Haabersti",
"population": 49800
},
{
"area_km2": 28.0,
"name": "Kesklinn",
"name_et": "Kesklinn (City Centre)",
"population": 34700
},
{
"area_km2": 7.8,
"name": "Kristiine",
"name_et": "Kristiine",
"population": 31600
},
{
"area_km2": 30.0,
"name": "Lasnamäe",
"name_et": "Lasnamäe",
"population": 122000
},
{
"area_km2": 8.3,
"name": "Mustamäe",
"name_et": "Mustamäe",
"population": 67800
},
{
"area_km2": 28.0,
"name": "Nõmme",
"name_et": "Nõmme",
"population": 41300
},
{
"area_km2": 18.7,
"name": "Pirita",
"name_et": "Pirita",
"population": 19700
},
{
"area_km2": 15.8,
"name": "Põhja-Tallinn",
"name_et": "Põhja-Tallinn (North Tallinn)",
"population": 62400
}
],
"note": "Population figures are approximate as of 2025",
"population": 457000
},
"emergency": {
"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"
}
]
},
"last_updated": "2026-03-30",
"public_services": {
"city_government": {
"address": "Vabaduse väljak 7, 15199 Tallinn",
"info_note": "City info line (within Estonia)",
"info_phone": "1345",
"name": "Tallinn City Government",
"name_et": "Tallinna Linnavalitsus",
"phone": "+372 640 4218",
"website": "https://www.tallinn.ee"
},
"libraries": {
"address": "Estonia pst 8, 10148 Tallinn",
"branch_count": 17,
"central": "Tallinn Central Library",
"website": "https://keskraamatukogu.ee"
},
"parking": {
"info": "https://www.tallinn.ee/en/parking",
"mobile_payment": [
"mTasku",
"Parkimine.ee"
],
"zones": [
"City Centre",
"Downtown",
"Old Town",
"Pirita"
]
},
"public_transport": {
"free_for_residents": true,
"free_for_residents_since": "2013-01-01",
"modes": [
"bus (67 routes)",
"tram (4 routes)",
"trolleybus (4 routes)"
],
"operator": "Tallinna Linnatransport (TLT)",
"route_planner": "https://transport.tallinn.ee",
"ticket_price_non_resident": {
"currency": "EUR",
"daily": 5.5,
"hourly": 2.0,
"single": 2.0
},
"website": "https://tlt.ee"
},
"waste_management": {
"centers": [
{
"address": "Pääsküla 8, Tallinn",
"name": "Pääsküla"
},
{
"address": "Rahumäe tee 4b, Tallinn",
"name": "Rahumäe"
},
{
"address": "Pärnamäe tee 36, Tallinn",
"name": "Pärnamäe"
},
{
"address": "Rebala tee 5, Jõelähtme vald",
"name": "Jõelähtme"
}
],
"free_for_residents": true,
"info_phone": "+372 616 4000",
"info_website": "https://www.jaatmejaam.ee",
"waste_centers": 4
}
}
},
"success": true
}