This endpoints returns public transport trips departing from a certain stopplace (a collection of phsyical stops that are close to each other) for the next hour.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| stopplace_id | string | Required | - | ID of the transit stop |
| Property | Type | Description | |
|---|---|---|---|
stopplace | object | Information about the stopplace, a collection of physical stops located close to each other. | |
└─id | string | Unique identifier of the stopplace, typically following a scheme with country code and numeric ID. Example: 'NL:S:51280010'. | |
└─name | string | Name of the stopplace. | |
└─town | string | The town or city where the stopplace is located. | |
└─latitude | number | Latitude coordinate of the stopplace location in decimal degrees. | min: -90
max: 90 |
└─longitude |
curl "https://api.infoplaza.dev/v1/transit/stop/departures? \
stopplace_id=NL:S:51280010 \
&api_key=$INFOPLAZA_API_KEY"{
"stopplace": {
"id": "NL:S:51280010",
"name": "De Meerpaal",
"town": "Houten",
"latitude": 52.018255,
"longitude": 5.151173
},
"departures": [
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": true,
"cancelled": false,
"destination": "Utrecht CS",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1028",
"aimedDepartureTime": "2025-10-07T11:30:00+02:00",
"expectedDepartureTime": "2025-10-07T11:30:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "945"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": true,
"cancelled": false,
"destination": "'t Goy",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u945:1383",
"aimedDepartureTime": "2025-10-07T11:56:00+02:00",
"expectedDepartureTime": "2025-10-07T11:56:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280020",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Houten Station",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1031",
"aimedDepartureTime": "2025-10-07T11:57:00+02:00",
"expectedDepartureTime": "2025-10-07T11:57:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Utrecht CS",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1030",
"aimedDepartureTime": "2025-10-07T12:00:00+02:00",
"expectedDepartureTime": "2025-10-07T12:00:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280020",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Houten Station",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1033",
"aimedDepartureTime": "2025-10-07T12:27:00+02:00",
"expectedDepartureTime": "2025-10-07T12:27:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Utrecht CS",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1032",
"aimedDepartureTime": "2025-10-07T12:30:00+02:00",
"expectedDepartureTime": "2025-10-07T12:30:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "945"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": true,
"cancelled": false,
"destination": "Houten",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u945:2228",
"aimedDepartureTime": "2025-10-07T12:51:00+02:00",
"expectedDepartureTime": "2025-10-07T12:51:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280020",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Houten Station",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1035",
"aimedDepartureTime": "2025-10-07T12:57:00+02:00",
"expectedDepartureTime": "2025-10-07T12:57:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Utrecht CS",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1034",
"aimedDepartureTime": "2025-10-07T13:00:00+02:00",
"expectedDepartureTime": "2025-10-07T13:00:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280020",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Houten Station",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1037",
"aimedDepartureTime": "2025-10-07T13:27:00+02:00",
"expectedDepartureTime": "2025-10-07T13:27:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Utrecht CS",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1036",
"aimedDepartureTime": "2025-10-07T13:30:00+02:00",
"expectedDepartureTime": "2025-10-07T13:30:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "945"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": true,
"cancelled": false,
"destination": "'t Goy",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u945:1411",
"aimedDepartureTime": "2025-10-07T13:56:00+02:00",
"expectedDepartureTime": "2025-10-07T13:56:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280020",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Houten Station",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1039",
"aimedDepartureTime": "2025-10-07T13:57:00+02:00",
"expectedDepartureTime": "2025-10-07T13:57:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280010",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Utrecht CS",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1038",
"aimedDepartureTime": "2025-10-07T14:00:00+02:00",
"expectedDepartureTime": "2025-10-07T14:00:00+02:00"
},
{
"line": {
"mode": "bus",
"color": "ffe600",
"textColor": "000000",
"publicCode": "47"
},
"quay": {
"id": "NL:Q:51280020",
"publicCode": null
},
"operator": {
"id": "UOV"
},
"realtime": false,
"cancelled": false,
"destination": "Houten Station",
"operationDate": "2025-10-07",
"serviceJourneyId": "QBUZZ:u047:1041",
"aimedDepartureTime": "2025-10-07T14:27:00+02:00",
"expectedDepartureTime": "2025-10-07T14:27:00+02:00"
}
]
}| number |
| Longitude coordinate of the stopplace location in decimal degrees. |
min: -180
max: 180 |
departures | array | List of upcoming trips departing from the stopplace in the next hour. |
└─line | object | Information about the transit line of the departure. |
└─mode | string | Type or mode of transport (e.g. 'bus', 'train', 'tram'). |
└─color | string | Hexadecimal RGB color code of the line (without #). | pattern: ^[0-9a-fA-F]{6}$ |
└─textColor | string | Hexadecimal RGB color code for text displayed on the line color (without #). | pattern: ^[0-9a-fA-F]{6}$ |
└─publicCode | string | Line code or number displayed publicly. |
└─quay | object | Information about the quay (stop) where passengers board the departure. |
└─id | string | Unique identifier of the quay. |
└─publicCode | string | null | Public code or identifier for the quay, may be null if not assigned. |
└─operator | object | Operator or company running this departure service. |
└─id | string | Identifier of the operator. |
└─realtime | boolean | Indicates whether real-time data for this departure is available. |
└─cancelled | boolean | Indicates whether the departure is cancelled. |
└─destination | string | Name of the trip destination. |
└─operationDate | string | Date of operation for this departure in ISO 8601 date format (YYYY-MM-DD). | pattern: ^\d{4}-\d{2}-\d{2}$ |
└─serviceJourneyId | string | Unique identifier for the service journey of the departure. |
└─aimedDepartureTime | string | Scheduled departure time including local timezone in ISO 8601 format. | format: date-time |
└─expectedDepartureTime | string | Expected (real-time) departure time including local timezone in ISO 8601 format. | format: date-time |