← Back to catalog
safety.ratings
mock data$0.001 / call5-Star Crash Test Safety Ratings
Get NCAP 5-Star crash test safety ratings by make/model/year or vehicle ID. Returns overall rating, frontal crash, side crash, and rollover ratings (1-5 stars). Also shows related complaints, recalls, and investigation counts. Available from ~2011 for US-market vehicles (NHTSA)
Input schema
make
stringVehicle manufacturer name (e.g. "Toyota", "Honda"). Required unless vehicle_id is provided
model
stringVehicle model name (e.g. "Camry", "Civic"). Required unless vehicle_id is provided
model_year
integerModel year (e.g. 2023). 5-Star ratings available from ~2011. Required unless vehicle_id is provided
vehicle_id
integerNHTSA Vehicle ID for full ratings detail (get from initial search). Overrides make/model/year if provided
Call via REST
curl -X POST https://unifyapi.pro/api/call/safety.ratings \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"make":"<make>","model":"<model>","model_year":0,"vehicle_id":0}'