Trusted by 10,000+ developers

CarAPI.dev
Documentation

Comprehensive automotive data API for VIN decoding, license plate lookup, vehicle listings, and more. Build automotive applications with reliable, real-time data.

Lightning Fast

Average response time under 200ms with global CDN distribution

Secure & Reliable

99.9% uptime SLA with enterprise-grade security and encryption

Real-time Data

Always up-to-date information from trusted automotive databases

Global Coverage

Support for vehicles from 50+ countries with local regulations

Get Started in Minutes

Request

curl -X GET \
  "https://api.carapi.dev/v1/vin-decode/1HGBH41JXMN109186?token=YOUR_API_KEY"

Response

{
  "success": true,
  "data": {
    "vin": "1HGBH41JXMN109186",
    "make": "Honda",
    "model": "Civic",
    "year": 2021,
    "engine": "1.5L Turbo",
    "body_type": "Sedan",
    "drive_type": "FWD",
    "transmission": "CVT",
    "fuel_type": "Gasoline",
    "country": "United States",
    "manufacturer": "Honda Motor Company"
  }
}

API Rate Limits & Quotas

Request Quotas

Free Plan100 requests/month
Starter Plan5,000 requests/month
Professional Plan25,000 requests/month
Business Plan100,000 requests/month

Response Headers

Track your quota usage with these response headers:

X-RateLimit-Remaining: 47
X-RateLimit-Reset: 2025-10-14T16:27:07.177Z

Quota Exceeded Response

When you exceed your quota, you'll receive a 429 status code:

{
  "error": "API quota exceeded",
  "message": "You have reached your API request limit. Your quota will reset on 2025-10-14",
  "resetDate": "2025-10-14T16:27:07.177Z"
}

Ready to get started?

Join thousands of developers building amazing automotive applications with CarAPI.dev