Logo
developer platform
Docs
API
Pricing
Showcase
API Overview
API Reference
Geocoding
Geocoding NearbyGeocoding SearchPort ListPort Info
Weather Core
ForecastRadarClimateWarnings
Weather Timeseries
Timeseries ModelsTimeseries Point ForecastTimeseries Route Forecast
Weather Ensemble
Ensemble ModelsEnsemble Point ForecastEnsemble Route Forecast
Marine Timeseries
Timeseries ModelsTimeseries Point Forecast
Marine Ensemble
Ensemble ModelsEnsemble Point Forecast
Vessels
Vessel SearchVessel InfoVessel LocationVessel Location History
Observations
Observations InfoObservations Latest
Lightning
Lightning LiveLightning History
Earthquakes
Earthquakes
Tropical Storms
Tropical Storms
Mobility Traffic (NL Only)
Traffic OverviewTraffic Geo
Mobility Transit (NL Only)
Transit PlannerTransit Planner MixerTransit Stops NearbyTransit Stop Departures
Developer Infoplaza (obsolete)
Weather ClimateWeather Forecast
Archive
Test ErrorWeather Climate (old)

Transit Stop Departures

GET
https://api.infoplaza.dev/v1/transit/stop/departures

Description

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.

Parameters

ParameterTypeRequiredDefaultDescription
stopplace_idstringRequired-ID of the transit stop

Response

PropertyTypeDescription
stopplace
objectInformation about the stopplace, a collection of physical stops located close to each other.
└─id
stringUnique identifier of the stopplace, typically following a scheme with country code and numeric ID. Example: 'NL:S:51280010'.
└─name
stringName of the stopplace.
└─town
stringThe town or city where the stopplace is located.
└─latitude
numberLatitude coordinate of the stopplace location in decimal degrees.
min: -90 max: 90
└─longitude

Example Request

curl "https://api.infoplaza.dev/v1/transit/stop/departures? \
     stopplace_id=NL:S:51280010 \
     &api_key=$INFOPLAZA_API_KEY"

Example Response

{
  "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
arrayList of upcoming trips departing from the stopplace in the next hour.
└─line
objectInformation about the transit line of the departure.
└─mode
stringType or mode of transport (e.g. 'bus', 'train', 'tram').
└─color
stringHexadecimal RGB color code of the line (without #).
pattern: ^[0-9a-fA-F]{6}$
└─textColor
stringHexadecimal RGB color code for text displayed on the line color (without #).
pattern: ^[0-9a-fA-F]{6}$
└─publicCode
stringLine code or number displayed publicly.
└─quay
objectInformation about the quay (stop) where passengers board the departure.
└─id
stringUnique identifier of the quay.
└─publicCode
string | nullPublic code or identifier for the quay, may be null if not assigned.
└─operator
objectOperator or company running this departure service.
└─id
stringIdentifier of the operator.
└─realtime
booleanIndicates whether real-time data for this departure is available.
└─cancelled
booleanIndicates whether the departure is cancelled.
└─destination
stringName of the trip destination.
└─operationDate
stringDate of operation for this departure in ISO 8601 date format (YYYY-MM-DD).
pattern: ^\d{4}-\d{2}-\d{2}$
└─serviceJourneyId
stringUnique identifier for the service journey of the departure.
└─aimedDepartureTime
stringScheduled departure time including local timezone in ISO 8601 format.
format: date-time
└─expectedDepartureTime
stringExpected (real-time) departure time including local timezone in ISO 8601 format.
format: date-time