Get Aggregated Crash Data
Get aggregated crash statistics for a specific location and time period. Returns statistics within the specified radius.
Documentation Index
Fetch the complete documentation index at: https://docs.risk.matrisk.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Address or GPS coordinates to center the aggregation on.
Start date of the aggregation period.
"2020-01-01"
End date of the aggregation period.
"2021-12-31"
Distance in kilometers from the location for aggregation (1-500 km).
x <= 50050
Response
Successful Response
Latitude of the central location.
37.7749
Longitude of the central location.
-104.9903
Start date of the aggregation.
"2020-01-01"
End date of the aggregation.
"2021-12-31"
Distance in kilometers from the central location.
50
Total number of crashes.
110
Total number of injuries.
10
Total number of fatalities.
1
A warning if any states without available data are within the provided radius.

