---
title: "GET /api/v2/stations/browse"
method: GET
path: "/api/v2/stations/browse"
tags: ["API-v2"]
---

# GET /api/v2/stations/browse

`GET /api/v2/stations/browse`

Browse all stations. Pass the 'nextCursor' of a response as the 'cursor' of the next request to walk through all the results.

## Query parameters

- `limit` integer
- `cursor` string
- `offset` integer
- `mount_status` boolean

## Response `200`

OK

## Changes

- **2026-08-21** `6cebdc059200` — 1 breaking, 3 info
  - for the `query` request parameter `limit`, the max was decreased from `5000.00` to `1000.00`
  - added the new optional `query` request parameter `cursor`
  - `query` request parameter `offset` was deprecated
  - added the optional property `nextCursor` to the response with the `200` status

[Change history](https://skmtc.dev/zeno/apis/aggregators-api-service/changes/api/v2/stations/browse/get.md)

---

[API](https://skmtc.dev/zeno/apis/aggregators-api-service.md) · [All operations](https://skmtc.dev/zeno/apis/aggregators-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zeno/aggregators-api-service/revisions/59afc5b05240/schema)
