Vehicle · head-to-head

ProblemsByVin vs RevCarData

ProblemsByVin

ProblemsByVin's Data Center publishes derived, CC BY 4.0-licensed datasets built from NHTSA's owner-complaint and recall record — a reliability scorecard, failure-mileage quartiles, and post-warranty failure patterns — as weekly-refreshed CSV and JSON downloads plus a machine-readable /data/catalog.json manifest. A live GET against both the docs page and the catalog endpoint returned access-control-allow-origin: *, reconfirming cors "yes"; no key was required, reconfirming auth "None" over HTTPS. The datasets are free to use, republish, and remix with attribution — free.

RevCarData

RevCarData is a global Year-Make-Model-Trim vehicle database covering EU, US, and Asian markets, exposing 38 structured spec fields — MSRP, powertrain, dimensions, and EV/battery metrics — via a REST API and CSV export. A live GET against its real API host, api.revcardata.com/api/v1/vehicles, returned a 401 "Missing X-API-Key header" error carrying access-control-allow-origin echoing the request Origin — reconfirming auth "API Key" and cors "yes" — over HTTPS. Its site offers a free sign-up-and-get-a-key tier alongside paid plans for higher volume — freemium.

ProblemsByVinRevCarData
AuthenticationNoneAPI Key
Pricingfreefreemium
FormatsJSON, CSVJSON, CSV
CORSyesyes
HTTPSYesYes

ProblemsByVin needs no API key, while RevCarData requires API Key — pick ProblemsByVin to start without signup.

More comparisons