← Эстония

Tallinn Stop Departures

GET /tallinn/transport/departures/:stop_id

Next departures from a Tallinn public transport stop. Returns expected and scheduled arrival times for each route serving the stop. Uses the SIRI protocol from Tallinn Transport.

Посмотрите визуализацию

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/tallinn/transport/departures/3742

Ответ в реальном времени

{
  "data": {
    "count": 0,
    "departures": [],
    "stop_id": "3742"
  },
  "success": true
}