List of available transit near a specified location, based on latitude and longitude coordinates. If there are more then 3 routes closer within 1000m routes within 1000m will be returned, if there are less then 3 outes all routes within 5000m will be returned
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| lat | number | Required | - | Latitude of the center point |
| lon | number | Required | - | Longitude of the center point |
curl "https://api.infoplaza.dev/v1/transit/stops/nearby? \
lat=52.02 \
&lon=5.16 \
&api_key=$INFOPLAZA_API_KEY"