v1
latestOpenAPI 3.0.02026-07-1710918.8 KBarrivals
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
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"
}