v4

latestOpenAPI 3.1.0Proprietary2026-08-034715226.2 KB
analytics

Event weather snapshot

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.

get/analytics/event-weather/{id}

Path parameters

idstring required

Event ID

Response

Weather snapshot for the event

created_atstring date-time
distance_kmnumber

Distance from event to weather station in km

event_idstring
humiditynumber

Relative humidity percentage

idinteger
precipitationstring

Precipitation type (none, rain, snow, ice, etc.)

reading_recorded_atstring date-time

When the weather reading was taken

road_surfacestring

Road surface condition (dry, wet, icy, etc.)

temperaturenumber

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_cnumber

Temperature normalized to Celsius. Omitted when the source feed's unit has not been established, so a missing value means "unknown", never zero.

visibilitynumber

Visibility in the unit the source publishes (miles for US feeds).

wind_directionstring
wind_speednumber

Wind speed in the unit the source publishes (mph for US feeds).