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

  • 6cebdc05920013See the full diff
    • for the query request parameter limit, the max was decreased from 5000.00 to 1000.00

      request-parameter-max-decreased

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • query request parameter offset was deprecated

      request-parameter-deprecated

    • added the optional property nextCursor to the response with the 200 status

      response-optional-property-added