---
title: "Stations"
method: GET
path: "/metadata/network/stations"
tags: ["Metadata"]
---

# Stations

`GET /metadata/network/stations`

## Query parameters

- `limit` integer
- `next_cursor` string
- `lat_min` number, float
- `lon_min` number, float
- `lat_max` number, float
- `lon_max` number, float
- `center_lat` number, float
- `center_lon` number, float
- `radius` number

## Response `200`

successful operation

- object
  - `stations` object[]
    - `station_id` integer
    - `station_name` string
    - `elevation` number, float
    - `capabilities` object[]
      - `device_id` integer
      - `capability` 'air_temperature_humidity' | 'barometric_pressure' | 'light' | 'lightning' | 'rain' | 'wind'
      - `agl` number, float — Device height above ground in meters
      - `environment` 'outdoor' | 'indoor' — Location of the device
    - `state` 0 | 1 — Indicates if station is online (1) or offline (0)
    - `lat` number, float
    - `lon` number, float
    - `tz` string
  - `status` Status
    - `status_code` integer
    - `status_message` string
  - `next_cursor` string — Cursor to be used in next request to get paged results.

---

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