---
title: "Stations"
method: GET
path: "/observations/network/stations"
tags: ["Current Conditions & Observations"]
---

# Stations

`GET /observations/network/stations`

## Query parameters

- `bucket` 5
- `limit` integer
- `next_cursor` string
- `ob_fields` string
- `lat_min` number, float
- `lon_min` number, float
- `lat_max` number, float
- `lon_max` number, float
- `units_temp` 'c' | 'f'
- `units_wind` 'mph' | 'kph' | 'kts' | 'mps' | 'bft' | 'lfm'
- `units_pressure` 'mb' | 'inhg' | 'mmhg' | 'hpa'
- `units_precip` 'mm' | 'cm' | 'in'
- `units_distance` 'km' | 'mi'

## Response `200`

successful operation

- object
  - `ob_fields` string[] — list of the order of values in each obs array.
  - `stations` object[]
    - `station_id` integer
    - `ob` number[] — An observation array matching the order of the ob_fields returned at the root of the response.

---

[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)
