v1

latestOpenAPI 3.0.02026-07-1710918.8 KB
arrivals

Retrieve arrivals for station

get/v2/arrivals/station/{station}

Path parameters

stationstring required

Station code (uppercase)

Query parameters

language'nl' | 'en'

Language

Response

Default response

status'UNKNOWN' | 'DOWN' | 'RECOVERING' | 'UP'

System status:

  • UNKNOWN - Insufficient information to determine whether system is UP or DOWN
  • DOWN - Component is down (downtime detected)
  • RECOVERING - Component is receiving data, but not long enough to consider it UP
  • UP - Component is receiving data

Example response

{
  "arrivals": [
    {
      "origin_actual": "Amsterdam Centraal",
      "origin_actual_codes": [
        "ASD"
      ],
      "origin_planned": "Alkmaar",
      "platform_planned": "13a",
      "platform_changed": true,
      "remarks": [
        "Gewijzigd spoor"
      ],
      "station": "LEDN",
      "status": 5,
      "type": "Intercity",
      "type_code": "IC",
      "via": "Haarlem, Schiphol"
    }
  ],
  "status": "UP"
}