API & data
Every page has a JSON twin at /data/v/<vehicle_id>.json (for example 2026_acura_adx) and the search index lives at /data/index.json. IDs follow <year>_<make>_<model>. Static files, CORS-open, cached at the edge — read them freely with attribution.
For keyed, rate-limited access with query endpoints (vehicles, recalls, grades, advisories) use the JSON API at https://i5skiap9a7.execute-api.us-east-1.amazonaws.com/prod/v1 — see endpoints. Free tier 100 requests/day; higher plans on request. An llms.txt is at /llms.txt.
Endpoints
GET /v1/vehicles?make=kia&year=2026GET /v1/vehicles/{id}GET /v1/recalls?since=2026-01GET /v1/advisoriesGET /v1/grades
Send x-api-key. Terms: attribution required; no resale of the raw dataset.