UnifyAPI
← Back to catalog

safety.ratings

mock data$0.001 / call

5-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)

Healthprovider: Safety#safety#health

Input schema

make

Vehicle manufacturer name (e.g. "Toyota", "Honda"). Required unless vehicle_id is provided

string
model

Vehicle model name (e.g. "Camry", "Civic"). Required unless vehicle_id is provided

string
model_year

Model year (e.g. 2023). 5-Star ratings available from ~2011. Required unless vehicle_id is provided

integer
vehicle_id

NHTSA Vehicle ID for full ratings detail (get from initial search). Overrides make/model/year if provided

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.