---
title: "Lists all Stations."
method: GET
path: "/infrastructure/stations"
tags: ["infrastructure"]
---

# Lists all Stations.

`GET /infrastructure/stations`

Can be filtered by address.

## Query parameters

- `address__icontains` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `uuid` string
    - `address` string, nullable — Full address
    - `location` string
    - `nickname` string, nullable — A name for users to remeber this station with.
    - `postal_code` string, nullable
    - `images` string[]
    - `districts` object, nullable

---

[API](https://skmtc.dev/ganje/apis/ganje-external-api.md) · [All operations](https://skmtc.dev/ganje/apis/ganje-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ganje/ganje-external-api/revisions/709eb3fdf716/schema)
