Cars Data API avatar
Cars Data API

Pricing

$9.99/month + usage

Go to Store
Cars Data API

Cars Data API

Developed by

EasyApi

EasyApi

Maintained by Community

🚗 Unlock a wealth of automotive information with our powerful Vehicle Data API. Access detailed specifications for a wide range of car models with ease. Supports multiple brands and models 🏁, flexible querying with various parameters 🔧, provides comprehensive vehicle specifications 📊

5.0 (1)

Pricing

$9.99/month + usage

2

Total users

16

Monthly users

4

Runs succeeded

>99%

Response time

1.5 hours

Last modified

19 days ago

🚀 Comprehensive Cars Data API

Unlock a wealth of automotive information with our powerful Cars Data API. Access detailed specifications for a wide range of car models with ease. 🔍

🌟 Key Features:

  • Supports multiple brands and models 🏁
  • Flexible querying with various parameters 🔧
  • Provides comprehensive vehicle specifications 📊

📋 Available Data Includes:

  • Basic Info: Make, Model, Year, Drive Type
  • Engine Details: Cylinders, Displacement, Fuel Type, Transmission
  • Performance Data: Horsepower, Acceleration
  • Fuel Economy: City/Highway MPG, CO2 Emissions
  • Vehicle Classification: Car Type/Class

🔧 Flexible Querying:

Supports various parameter combinations for precise information retrieval. Whether you're a car enthusiast, researcher, or developer, this API can meet your needs.

💡 Use Cases:

  • Car comparison websites
  • Vehicle research and analysis
  • Automotive app development
  • Historical vehicle database construction

Input

A full explanation of an input example in JSON.

{
"q": "V8",
"rows": 50,
"start": 0
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"fields": {
"range": 0,
"cityuf": 0,
"citycd": 0,
"pv2": 72,
"barrelsa08": 0,
"mfrcode": "ASX",
"city08": 15,
"lv4": 0,
"rangehwy": 0,
"co2a": -1,
"uhighway": 31.2873,
"highway08": 22,
"tcharger": "T",
"startstop": "N",
"comb08u": 17.4699,
"year": "2025",
"model": "DB12 V8",
"fueltype": "Premium",
"displ": 4,
"highwayuf": 0,
"highwaye": 0,
"cylinders": 8,
"co2": 507,
"charge240": 0,
"phevblended": "false",
"drive": "Rear-Wheel Drive",
"highwaya08u": 0,
"highwaya08": 0,
"make": "Aston Martin",
"highway08u": 22.4388,
"phevcomb": 0,
"fuelcosta08": 0,
"ucitya": 0,
"ghgscore": 3,
"combe": 0,
"phevcity": 0,
"barrels08": 17.500588235294117,
"fuelcost08": 3950,
"pv4": 0,
"fescore": 3,
"co2tailpipegpm": 507,
"citya08u": 0,
"charge240b": 0,
"comba08u": 0,
"rangecitya": 0,
"charge120": 0,
"co2tailpipeagpm": 0,
"fueltype1": "Premium Gasoline",
"lv2": 9,
"id": "47926",
"trany": "Automatic 8-spd",
"highwaycd": 0,
"yousavespend": -10250,
"citya08": 0,
"ucity": 18.2632,
"vclass": "Minicompact Cars",
"createdon": "2024-05-29",
"city08u": 14.7902,
"combineduf": 0,
"modifiedon": "2024-05-29",
"rangecity": 0,
"citye": 0,
"comb08": 17,
"eng_dscr": "SIDI",
"uhighwaya": 0,
"rangehwya": 0,
"phevhwy": 0,
"hpv": 0,
"engid": "1",
"hlv": 0,
"comba08": 0,
"combinedcd": 0
}
},
...
}