Car Stockpile

FREEMIUM
(Ким) CarStockpile Team | Оновлено 4 days ago | Data
Популярність

6.7 / 10

Затримки

911ms

Рівень обслуговування

100%

Health Check

N/A

README

Makes

A full list of manufacturers can be found at carstockpile.com/makes.

Updates

The data behind this API is constantly being updated by our team. You can keep track of all updates at carstockpile.com/updates.


Base Trim

Availability

Available in PRO, ULTRA, MEGA payment plans.

Description

The “Base” trim is the standard trim for a given model. This is typically the cheapest option and is the base model for which other optional additions are configured.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing

Output

{  
	"make": STRING,  
	"year": STRING,  
	"model": STRING,  
	"trim": STRING  
}

Trims for Model

Availability

Available for all.

Description

Retrieve all of the Trim ID’s given a specific model. Although the model is useful, specifications are associated to individual trims.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing

Output

{
  "make": STRING,
  "model": STRING,
  "year": STRING,
  "trims": [
    {
      "trim": STRING
    }
  ]
}

Models for Make

Availability

Available for ULTRA, MEGA payment plans.

Description

Retrieve the names of all models a manufacturer has produced in their entire history.

Parameters

make: Name of manufacturer/make

Output

{
	"make": ,
	"models": [
		STRING,
		STRING,
		...
	]
}

Models for Year

Availability

Available for all.

Description

Retrieve the models which a manufacturer produced in a specified year.

Parameters

make: Name of manufacturer/make
year: First year of manufacturing

Output

{
	"make": STRING,
	"year": STRING,
	"models": [
		STRING,
		STRING,
	]
}

Full Specification

Availability

Available for MEGA payment plan.

Description

Retrieve the full detailed technical specifications for the given trim, using just 1 request. Note: different trims from the same model can have fairly varying specifications.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

The output for this method is the entire car specification, including all fields whether filled or not. Currently we populate around 90 fields per car, although depending on the information we collect this may increase/decrease. This is the equivalent of calling all of the individual X info endpoints, and gathering their outputs.

{
	"fuel_max_power_hp": STRING,
	"electric_max_power_hp": STRING,
	"acceleration_0_100kmh_s": STRING,
	"front_tire_size": STRING,
	"number_doors": STRING,
	...
}

General Info.

Availability

Available for all.

Description

Retrieve the general section of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"price_new": STRING,
	"body_type": STRING,
	"number_doors": STRING,
	"number_of_seats": STRING,
	"first_year_of_production": STRING,
	"engine_type": STRING,
	"top_speed_km_per_h": STRING,
	"acceleration_0_100kmh_s": STRING,
	"co2_emissions_g_per_km": STRING,
	"drive_location": STRING
}

Chassis/Wheel Info.

Availability

Available for all.

Description

Retrieve the chassis and wheel sections of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"front_wheel_suspension": STRING,
	"rear_wheel_suspension": STRING,
	"front_suspension": STRING,
	"rear_suspension": STRING,
	"front_stabilizer": STRING,
	"rear_stabilizer": STRING,
	"front_brakes": STRING,
	"rear_brakes": STRING,
	"front_tire_size": STRING,
	"rear_tire_size": STRING,
	"turning_radius": STRING
}

Dimensions Info.

Availability

Available for all.

Description

Retrieve the dimensions section of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"exterior_length_mm": STRING,
	"exterior_width_mm": STRING,
	"exterior_height_mm": STRING,
	"exterior_wheelbase_mm": STRING,
	"exterior_front_track_width_mm": STRING,
	"exterior_rear_track_width_mm": STRING,
	"mass_empty_kg": STRING,
	"trunk_capacity_l": STRING
}

Electric Engine Info.

Availability

Available for all.

Description

Retrieve the electric engine section of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"electric_engine_type": STRING,
	"electric_max_power_kw": STRING,
	"electric_max_power_hp": STRING,
	"electric_max_torque": STRING,
	"electric_number_of_engines": STRING,
	"electric_battery_type": STRING,
	"electric_battery_capacity_kWh": STRING,
	"electric_battery_voltage_V": STRING,
	"electric_battery_range_km": STRING,
	"electric_power_consumption": STRING
}

Features Info.

Availability

Available for all.

Description

Retrieve the features section of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"central_locking": STRING,
	"keyless_entry_start": STRING,
	"electric_windows": STRING,
	"power_steering": STRING,
	"cruise_control": STRING,
	"air_conditioning": STRING,
	"alloy_wheels": STRING,
	"safety_abs": STRING,
	"brake_force_distribution": STRING,
	"brake_assist": STRING,
	"emergency_brake_assist": STRING,
	"collision_avoidance_system": STRING,
	"stability_control": STRING,
	"traction_control": STRING,
	"locking_differential": STRING
}

Fuel Engine Info.

Availability

Available for all.

Description

Retrieve the fuel engine section of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"fuel_type": STRING,
	"fuel_number_of_cylinders": STRING,
	"fuel_cylinder_layout": STRING,
	"fuel_valves_per_cylinder": STRING,
	"fuel_cylinder_capacity_cc": STRING,
	"fuel_bore_x_stroke": STRING,
	"fuel_compression_ratio": STRING,
	"fuel_max_power_kw": STRING,
	"fuel_max_power_hp": STRING,
	"fuel_max_power_rpm": STRING,
	"fuel_max_torque_Nm": STRING,
	"fuel_max_torque_rpm": STRING,
	"fuel_fuel_system": STRING,
	"fuel_valve_control": STRING,
	"fuel_turbo": STRING,
	"fuel_catalyst": STRING,
	"fuel_tank_l": STRING
}

Transmission Info.

Availability

Available for all.

Description

Retrieve the transmission section of the technical specifications for the given trim.

Parameters

make: Name of manufacturer/make
model: Name of model
year: First year of manufacturing
trim: Name of the specific trim

Output

{
	"transmission_type": STRING,
	"sequential_transmission": STRING,
	"transmission_first_gear": STRING,
	"transmission_second_gear": STRING,
	"transmission_third_gear": STRING,
	"transmission_fourth_gear": STRING,
	"transmission_fifth_gear": STRING,
	"transmission_sixth_gear": STRING,
	"transmission_seventh_gear": STRING,
	"transmission_eighth_gear": STRING,
	"transmission_ninth_gear": STRING,
	"transmission_reverse_gear": STRING,
	"transmission_final": STRING
}
Відстежувачі: 11
Ресурси:
Веб-сайт продукту Умови використання
Створювач API:
Rapid account: Car Stockpile Team
CarStockpile Team
carstockpile-team
Увійти в «Ставки по API»
Рейтинг: 5 - Голосів: 1