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 |
curl "https://api.infoplaza.dev/v1/transit/stops/departures? \
stopplace_id=NL:S:51280010 \
&api_key=$INFOPLAZA_API_KEY"