← 爱沙尼亚

塔林实用信息

GET /tallinn/practical

访客和居民实用信息:30 个免费 WiFi 热点、前往 Helsinki/Stockholm 的渡轮路线和时刻表、157 个电动汽车充电站以及 Tallinn Card 旅游通票及价格。

请求示例

基本用法
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
}