The Ultimate Car Specifications API
Access detailed technical specifications, performance data, and dimensions for millions of vehicles. Includes a powerful VIN decoder.
Why Choose Car Specs API?
Massive Database
Over 50,000 car models from 1990 to present. Updated weekly with new releases.
VIN Decoder
Instantly decode VINs to get factory specifications, options, and manufacturing details.
Fast & Reliable
Hosted on high-performance infrastructure with 99.9% uptime guarantee.
Developer Friendly
Clean JSON responses, comprehensive documentation, and easy integration.
API Documentation
Explore our comprehensive endpoints.
/v2/cars/makes
Find all makes
/v2/cars/makes/{makeId}/models
Find car models by make id
| Name | In | Type | Required |
|---|---|---|---|
| makeId | path | integer (int64) | Yes |
/v2/cars/models/{modelId}/generations
Find model generations
| Name | In | Type | Required |
|---|---|---|---|
| modelId | path | integer (int64) | Yes |
/v2/cars/generations/{generationId}/trims
Find trims for generation
| Name | In | Type | Required |
|---|---|---|---|
| generationId | path | integer (int64) | Yes |
/v2/cars/trims/{trimId}
Find car specs by id
| Name | In | Type | Required |
|---|---|---|---|
| trimId | path | integer (int64) | Yes |
/v2/vin-decoder/decode
Full decoding of VIN
Simple Integration
Get car details with a simple GET request. Our API is designed to be intuitive and easy to use.
- RESTful Architecture
- JSON Output
- Secure HTTPS
GET /v2/cars/trims/12345
{
"id": 12345,
"make": "Ford",
"model": "Mustang",
"trim": "GT Premium",
"generation": "2024 - Present (S650)",
"bodyType": "Coupe",
"engineType": "V8",
"engineHp": "480 hp",
"transmission": "10-Speed Automatic",
"driveWheels": "RWD"
}
Ready to Start?
Join thousands of developers building the next generation of automotive applications.
View Pricing on RapidAPI