5331e15a22af
Search vehicle bodies (use /api/bodies/v2 instead)
We encourage users to begin migrating to /api/bodies/v2
To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes.
For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:
[{"field": "doors", "op": ">=", "val": 4}, {"field": "type", "op": "in", "val": ["SUV","Van"]}]
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, trim, type, doors, seats, length, width, height, wheel_base, front_track, rear_track, ground_clearance, cargo_capacity, max_cargo_capacity, curb_weight, gross_weight, max_payload, max_towing_capacity, make_model_trim_id, created, modified, make_id, and make_model_id.
Query parameters
Includes make, model and trim
Value
Value
Value
Like
Like
Like
Value
Like
Value
JsonSearchFilter