
Traffic Fatalities API
The complete census of fatal motor-vehicle crashes on US public roads, from NHTSA''s Fatality Analysis Reporting System: 289,625 crashes and 314,452 fatalities across 2016-2023, 99.6% with precise coordinates. Every crash carries state, county and city, date and time, fatality/person/vehicle/pedestrian counts, the number of drinking drivers (consistently derived across all years), weather, light condition, road type and function, harmful event, collision manner, work-zone and school-bus flags. The nearby endpoint answers the question insurers, mapping products and home buyers actually ask β every fatal crash within a radius of a point (Times Square, 3 km: 25 crashes, the closest a pedestrian fatality 20 meters away). Search by state, county, drunk-driving involvement, weather or date range; stats endpoints match NHTSA''s published totals exactly (2021: 43,230 deaths). Built for insurance and risk models, road-safety and navigation products, real estate, journalism and research. Public-domain source data, self-hosted β no third-party calls at request time.
{
"ok": true,
"lat": 40.758,
"lon": -73.9855,
"radius_km": 3,
"count": 3,
"results": [
{
"year": 2021,
"st_case": 360020,
"state": "New York",
"county": "New York",
"city": "New York",
"date": "2021-02-06",
"day_of_week": "Saturday",
"time": "13:29",
"latitude": 40.757872,
"longitude": -73.985575,
"fatalities": 1,
"persons": 1,
"vehicles": 1,
"pedestrians": 1,
"drunk_drivers": 0,
"weather": "Clear",
"light_condition": "Daylight",
"route_type": "Local Street - Municipality",
"trafficway": "W 45TH ST",
"harmful_event": "Pedestrian",
"collision_manner": "The First Harmful Event was Not a Collision with a Motor Vehicle in Transport",
"rural_urban": "Urban",
"road_function": "Major Collector",
"intersection_type": "Four-Way Intersection",
"work_zone": "None",
"school_bus_involved": false,
"distance_km": 0.02
},
{
"year": 2020,
"st_case": 360519,
"state": "New York",
"county": "New York",
"city": "New York",
"date": "2020-09-01",
"day_of_week": "Tuesday",
"time": "04:02",
"latitude": 40.757331,
"longitude": -73.985947,
"fatalities": 1,
"persons": 2,
"vehicles": 1,
"pedestrians": 0,
"drunk_drivers": 0,
"weather": "Cloudy",
"light_condition": "Dark - Lighted",
"route_type": "Local Street - Municipality",
"trafficway": "7TH AVE",
"harmful_event": "Fell/Jumped from Vehicle",
"collision_manner": "The First Harmful Event was Not a Collision with a Motor Vehicle in Transport",
"rural_urban": "Urban",
"road_function": "Principal Arterial - Other",
"intersection_type": "T-Intersection",
"work_zone": "None",
"school_bus_involved": false,
"distance_km": 0.08
},
{
"year": 2023,
"st_case": 360796,
"state": "New York",
"county": "New York",
"city": "New York",
"date": "2023-11-17",
"day_of_week": "Friday",
"time": "06:28",
"latitude": 40.759197,
"longitude": -73.9846,
"fatalities": 1,
"persons": 1,
"vehicles": 1,
"pedestrians": 1,
"drunk_drivers": 0,
"weather": "Clear",
"light_condition": "Daylight",
"route_type": "Not Signed",
"trafficway": "W 47TH ST",
"harmful_event": "Pedestrian",
"collision_manner": "The First Harmful Event was Not a Collision with a Motor Vehicle in Transport",
"rural_urban": "Urban",
"road_function": "Major Collector",
"intersection_type": "Four-Way Intersection",
"work_zone": "None",
"school_bus_involved": false,
"distance_km": 0.15
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform β anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses β auto-completion in your IDE
- Tracks the API in lockstep β new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);π Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Query Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales β
Common questions
The things that actually block the upgrade.
Ship Traffic Fatalities API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
