← 爱沙尼亚

塔林城市概况

GET /tallinn/facts

塔林关键事实:1248 年建城、UNESCO 老城区、人口、面积、坐标、时区、电子居民、免费公共交通、Skype 诞生地等。

请求示例

基本用法
curl https://nordapi.ee/api/v1/tallinn/facts

实时响应

{
  "data": {
    "area_km2": 159.2,
    "capital_since": 1918,
    "coordinates": {
      "latitude": 59.437,
      "longitude": 24.754
    },
    "country": "Estonia",
    "currency": "EUR",
    "e_residency": "First country to offer e-Residency digital identity",
    "elevation_m": {
      "avg": 9,
      "max": 64,
      "min": 0
    },
    "first_mentioned": 1219,
    "founded": 1248,
    "interesting_facts": [
      "Most medieval watchtowers of any city in Europe",
      "One of the best-preserved medieval Old Towns in the world",
      "Free public transport for residents since 2013",
      "Free WiFi across the city since 2005",
      "Birthplace of Skype (2003)",
      "First country to hold elections via internet voting (2005)",
      "Tallinn Christmas Market repeatedly voted best in Europe"
    ],
    "language": "Estonian",
    "population": 457000,
    "timezone": "Europe/Tallinn (EET/EEST)",
    "unesco_world_heritage": "Tallinn Old Town (since 1997)",
    "utc_offset": "+2 (winter) / +3 (summer DST)"
  },
  "success": true
}