v1

latestOpenAPI 3.1.02026-07-13151419.4 KB
1. Search & Listing

Search Vehicles

Deep search functionality returning fundamental vehicle identification data.

get/api/v1/vehicles

Query parameters

makestring

Vehicle make (e.g., Audi, BMW)

Vehicle make (e.g., Audi, BMW)

modelstring

Vehicle model (e.g., Q3). Uses fuzzy match.

Vehicle model (e.g., Q3). Uses fuzzy match.

yearinteger

Manufacturing year (e.g., 2024)

Manufacturing year (e.g., 2024)

trimstring

Trim or keyword (e.g., Competition)

Trim or keyword (e.g., Competition)

body_typestring

Body style (e.g., SUV, Sedan)

Body style (e.g., SUV, Sedan)

fuel_typestring

Fuel type (e.g., Electric, Gasoline)

Fuel type (e.g., Electric, Gasoline)

min_hpinteger

Minimum horsepower (e.g., 300)

Minimum horsepower (e.g., 300)

min_ev_range_kminteger

Minimum EV Range in KM

Minimum EV Range in KM

max_acceleration_0_100number

Max 0-100 km/h time (e.g., 4.5)

Max 0-100 km/h time (e.g., 4.5)

limitinteger

Max results per page

Max results per page

skipinteger

Pagination offset

Pagination offset

Response

Successful Response

total_foundinteger required
returnedinteger required
limitinteger required
skipinteger required
next_pagestring nullable

URL for the next page of results

prev_pagestring nullable

URL for the previous page of results

All 15 operations