← Estonie

Guide de stationnement à Tallinn

GET /tallinn/parking

Zones de stationnement (Old Town, City Centre, Downtown, Pirita) avec tarifs, heures payantes, règles de stationnement gratuit, modes de paiement et informations pour les véhicules électriques. Le stationnement est toujours gratuit le dimanche.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/tallinn/parking

Réponse en direct

{
  "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
}