GET /tallinn/practical
Praktisk besøgs- og beboerinfo: 30 gratis WiFi-hotspots, færgeruter til Helsinki/Stockholm med tidsplaner, 157 elbilladestationer og Tallinn Card turistpas med priser.
curl https://nordapi.ee/api/v1/tallinn/practical
{
"data": {
"ev_charging": {
"free_stations": 15,
"main_operators": [
"Enefit VOLT",
"Elektrum Drive"
],
"note": "Estonia had Europe's first nationwide EV fast-charging network (ELMO, now Enefit VOLT)",
"rapid_stations": 71,
"total_stations": 157
},
"ferries": {
"port": "Old City Harbour (Vanasadam)",
"routes": [
{
"destination": "Helsinki",
"duration": "2-3.5 hours",
"frequency": "~13 departures/day",
"operators": [
"Tallink",
"Viking Line",
"Eckerö Line"
]
},
{
"destination": "Stockholm",
"duration": "~16 hours (overnight)",
"frequency": "Daily",
"operators": [
"Tallink"
]
},
{
"destination": "Mariehamn",
"duration": "via Stockholm",
"frequency": "Daily",
"operators": [
"Tallink"
]
}
],
"schedule_url": "https://www.ts.ee/en/passenger-ship-schedules/",
"terminal_addresses": {
"Terminal A": "Sadama 25 (Eckerö Line, Viking Line)",
"Terminal D": "Uus-Sadama 24 (Tallink Silja Line)"
}
},
"tallinn_card": {
"description": "Tourist pass for free entry to 50+ museums and attractions, free public transport, and discounts",
"prices": {
"24h": 39,
"48h": 55,
"72h": 69,
"currency": "EUR"
},
"website": "https://www.visittallinn.ee/eng/visitor/plan/tallinn-card"
},
"wifi": {
"coverage": "Old Town, major parks, municipal buildings, trams",
"free_hotspots": 30,
"note": "Free city WiFi since 2005. Most cafes also offer free WiFi.",
"speed": "15 Mbps shared per hotspot"
}
},
"success": true
}