---
title: "Station"
method: GET
path: "/stats/station/{station_id}"
tags: ["Statistics"]
---

# Station

`GET /stats/station/{station_id}`

<hr></hr>

## Path parameters

- `station_id` integer, required

## Response `200`

- object
  - `station_id` integer
  - `type` string
  - `first_ob_local_day` string
  - `last_ob_local_day` string
  - `stats_day` number[] — array of stats arrays for each day in first_ob_local_day to last_ob_local_day range

## Other responses

- `401`

---

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