latestOpenAPI 3.0.02026-08-093414154.6 KB

5331e15a22af

Engines

Search vehicle engines

The demo dataset contains model years 2015 - 2020. To access years 1900 - today please purchase a Premium Subscription. You must include a valid JWT in the header once you have purchased a subscription otherwise you will continue to receive the demo dataset.

For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:

[{"field": "horsepower_hp", "op": ">=", "val": 100}, {"field": "horsepower_hp", "op": "<=", "val": 300}]

See /api/vehicle-attributes for a complete list of vehicle attributes.

JSON operators: =, !=, >, <, >=, <=, in, not in, like, not like, not null, and is null.

JSON search fields: year, make, model, series, submodel, trim, description, make_id, model_id, submodel_id, trim_id, fuel_type, engine_type, transmission, drive_type, cam_type, valve_timing, valves, horsepower_hp, size, cylinders, created, and modified.

get/api/engines/v2

Query parameters

yearstring

Value

makestring

Value

modelstring

Value

seriesstring

Value

submodelstring

Value

trimstring

Like

descriptionstring

Like

make_idstring

Value

model_idstring

Value

submodel_idstring

Value

trim_idstring

Value

cylindersstring

Like

sizestring

Value

horsepower_hpstring

Value

valvesstring

Value

valve_timingstring

Like

cam_typestring

Like

drive_typestring

Like

transmissionstring

Like

engine_typestring

Like

fuel_typestring

Like

jsonstring

JsonSearchFilter

Parameters

#/x-swagger-bake/components/parameters/paginatorPage — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorLimit — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorSort — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorDirection — unresolved $ref

Response

GenericCollection required— unresolved $ref