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).
1 < 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.

