---
title: "Station"
method: GET
path: "/observations/stn/{station_id}"
tags: ["Current Conditions & Observations"]
---

# Station

`GET /observations/stn/{station_id}`

<hr></hr>

## Path parameters

- `station_id` integer, required

## Query parameters

- `time_start` integer
- `time_end` integer
- `bucket` 1 | 5 | 30 | 180
- `ob_fields` string
- `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
  - `station_id` integer
  - `type` string
  - `ob_fields` string[] — list of the order of values in each obs array.
  - `obs` number[] — array of observation arrays.
  - `status` Status
    - `status_code` integer
    - `status_message` string
  - `source` string
  - `units` Units
    - `units_temp` 'c' | 'f'
    - `units_wind` string
    - `units_precip` string
    - `units_pressure` string
    - `units_distance` string
    - `units_brightness` string
    - `units_solar_radiation` string
    - `units_other` string
    - `units_air_density` string

## Other responses

- `404` — Station not found

---

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