---
title: "Device"
method: GET
path: "/observations/device/{device_id}"
tags: ["Current Conditions & Observations"]
---

# Device

`GET /observations/device/{device_id}`

<hr></hr>

## Path parameters

- `device_id` integer, required

## Query parameters

- `day_offset` integer
- `time_start` integer
- `time_end` integer
- `format` 'csv'

## Response `200`

Successful operation

- object
  - `status` Status
    - `status_code` integer
    - `status_message` string
  - `device_id` integer
  - `type` string — Device type.
  - `source` string
  - `summary` object
    - `pressure_trend` string
    - `strike_count_1h` number
    - `strike_count_3h` number
    - `precip_total_1h` number
    - `strike_last_dist` number
    - `strike_last_epoch` number
    - `precip_accum_local_yesterday` number
    - `precip_accum_local_yesterday_final` number
    - `precip_analysis_type_yesterday` number
    - `feels_like` number
    - `heat_index` number
    - `wind_chill` number
    - `dew_point` number
    - `wet_bulb_temperature` number
    - `wet_bulb_globe_temperature` number
    - `air_density` number
    - `delta_t` number
    - `precip_minutes_local_day` number
    - `precip_minutes_local_yesterday` number
  - `obs` number[] — List of observations, determined by the type field. The order of each array is shown in the table on this page.

## Other responses

- `404` — Device 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)
