API-v2
Browse all stations. Pass the 'nextCursor' of a response as the 'cursor' of the next request to walk through all the results.
get/api/v2/stations/browse
Query parameters
limitinteger
cursorstring
Cursor returned by the previous request ('nextCursor'); leave empty to get the first page
offsetinteger
Deprecated: cannot be used beyond 10000 results, use 'cursor' instead; ignored when 'cursor' is given
mount_statusboolean
Response
OK
Changes
Changed in 1 of the 5 revisions of this API.13
- ▲
for the
queryrequest parameterlimit, the max was decreased from5000.00to1000.00request-parameter-max-decreased
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
queryrequest parameteroffsetwas deprecatedrequest-parameter-deprecated
- ○
added the optional property
nextCursorto the response with the200statusresponse-optional-property-added
- ▲