← Estonia

Tallinn Parking Guide

GET /tallinn/parking

Parking zones (Old Town, City Centre, Downtown, Pirita) with rates, paid hours, free parking rules, payment methods, and electric vehicle info. Sundays are always free.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/tallinn/parking

Live Response

{
  "data": {
    "free_parking": [
      "Sundays (all day)",
      "Weekdays before 07:00 and after 19:00",
      "Saturdays before 08:00 and after 15:00",
      "Electric vehicles with valid permit",
      "Disabled parking permit holders"
    ],
    "info_url": "https://www.tallinn.ee/en/parking",
    "paid_hours": {
      "holidays": "National holidays follow the day-of-week rule",
      "saturday": "Sat 08:00-15:00",
      "sunday": "Free",
      "weekdays": "Mon-Fri 07:00-19:00"
    },
    "payment_methods": [
      "Parking meter (coins)",
      "Mobile: mTasku app",
      "Mobile: Parkimine.ee",
      "EasyPark app"
    ],
    "zones": [
      {
        "color": "red",
        "name": "Old Town",
        "name_et": "Vanalinn",
        "rate": "6.00 EUR/h"
      },
      {
        "color": "orange",
        "name": "City Centre",
        "name_et": "Kesklinn",
        "rate": "4.00 EUR/h"
      },
      {
        "color": "yellow",
        "name": "Downtown",
        "name_et": "Südalinn",
        "rate": "2.00 EUR/h"
      },
      {
        "color": "green",
        "name": "Pirita",
        "note": "Summer season only",
        "rate": "2.00 EUR/h"
      }
    ]
  },
  "success": true
}