Vehicle — entry 009 of 10
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.
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSON, CSVResponses can be requested as JSON or CSV.
GreatAPIs Score
Score81
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.