GET /tallinn/practical
Informations pratiques pour les visiteurs et les résidents : 30 points d'accès WiFi gratuits, lignes de ferry vers Helsinki et Stockholm avec leurs horaires, 157 bornes de recharge pour véhicules électriques et le Tallinn Card touristique avec ses tarifs.
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
}