v1

latestOpenAPI 3.0.02026-07-1710918.8 KB
arrivals

Retrieve single arrival

get/v2/arrivals/arrival/{id}/{station}/{date}

Path parameters

idstring required

Service ID

stationstring required

Station code (uppercase)

datestring date required

Service date

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

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