---
title: "Event weather snapshot"
method: GET
path: "/analytics/event-weather/{id}"
tags: ["analytics"]
---

# Event weather snapshot

`GET /analytics/event-weather/{id}`

Returns the weather conditions near an event at the time it was created.
Captures nearest weather station data (temperature, wind, visibility,
precipitation, road surface, humidity) via PostGIS spatial query.
Requires Pro+ plan.

## Path parameters

- `id` string, required

## Response `200`

Weather snapshot for the event

- EventWeatherSnapshot
  - `created_at` string, date-time
  - `distance_km` number — Distance from event to weather station in km
  - `event_id` string
  - `humidity` number — Relative humidity percentage
  - `id` integer
  - `precipitation` string — Precipitation type (none, rain, snow, ice, etc.)
  - `reading_recorded_at` string, date-time — When the weather reading was taken
  - `road_surface` string — Road surface condition (dry, wet, icy, etc.)
  - `temperature` number — Temperature in the unit the reporting agency publishes — Fahrenheit for most US feeds, Celsius for British Columbia and California. Use `temperature_c` for arithmetic or cross-jurisdiction comparison.
  - `temperature_c` number — Temperature normalized to Celsius. Omitted when the source feed's unit has not been established, so a missing value means "unknown", never zero.
  - `visibility` number — Visibility in the unit the source publishes (miles for US feeds).
  - `wind_direction` string
  - `wind_speed` number — Wind speed in the unit the source publishes (mph for US feeds).

## Other responses

- `404` — No weather snapshot for this event

---

[API](https://skmtc.net/road511/apis/road511-traffic-api.md) · [All operations](https://skmtc.net/road511/apis/road511-traffic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/road511/road511-traffic-api/versions/39a088b9c155/schema)
