Access 9 automotive data endpoints through one unified API. From VIN decoding to vehicle valuation, get all the data you need to build exceptional automotive applications.
Complete automotive data coverage from VIN decode to vehicle valuation
Live data updates with <200ms response times globally
Bank-level encryption, GDPR compliant, SOC 2 certified
// Decode VIN const vehicle = await fetch( 'https://api.carapi.dev/v1/vin-decode/1HGBH41JXMN109186?token=YOUR_KEY' ).then(r => r.json()); // Check if stolen const stolen = await fetch( 'https://api.carapi.dev/v1/stolen-check/1HGBH41JXMN109186?token=YOUR_KEY' ).then(r => r.json()); console.log(vehicle.make, vehicle.model, stolen.is_stolen);
Join 10,000+ developers using CarAPI.dev. Access all 12 endpoints with our free tier.
Get Started Free