get
https://transit.hereapi.com/v8/stations
Lists public transit stations. Discovers stations using structured or topological queries. The service accepts three types of queries as shown in the table below:
| Query | Parameter | Description |
|---|---|---|
| Stations by IDs | ids | Takes a comma-separated list of station/stop identifiers. |
| Stations by location | in | Takes a pair of coordinates to define the center and a radius to define the extent of a circular area where to search for departures. |
| Stations by name and location | name and in | Takes the station name or part of the name to search for. It is composed of one or more space-separated words and does not support stopwords. |
Select a query from one of the options above to visualize the request parameters.