---
title: "Station"
method: GET
path: "/stations/{station_id}"
tags: ["Metadata"]
---

# Station

`GET /stations/{station_id}`

<hr></hr>

## Path parameters

- `station_id` integer, required

## Response `200`

successful operation

- StationSet
  - `stations` Station[]
    - `location_id` integer
    - `station_id` integer
    - `name` string
    - `public_name` string
    - `latitude` number, float
    - `longitude` number, float
    - `timezone` string
    - `timezone_offset_minutes` number
    - `station_meta` StationMeta
      - `share_with_wf` boolean
      - `share_with_wu` boolean
      - `elevation` number, float
    - `last_modified_epoch` number
    - `created_epoch` number
    - `devices` Device[]
      - `device_id` integer
      - `serial_number` string
      - `device_meta` DeviceMeta
        - `agl` number, float
        - `name` string
        - `environment` 'indoor' | 'outdoor'
        - `wifi_network_name` string
      - `device_settings` DeviceSettings — Object containing various optional settings for that device.
        - `show_precip_final` boolean
      - `device_type` 'HB' | 'AR' | 'SK' | 'ST'
      - `hardware_revision` string
      - `firmware_revision` string
      - `notes` string
    - `station_items` StationItem[]
      - `location_item_id` integer
      - `location_id` integer
      - `device_id` integer
      - `item` string
      - `sort` number
      - `station_id` integer
      - `station_item_id` integer
    - `is_local_mode` boolean
  - `status` Status
    - `status_code` integer
    - `status_message` 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)
