API for getting terms from taxonomy
GET
/specs/car/terms
VIN Decoder API
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/specs/car/terms?field='
Response Response Example
200 - Example 1
{
"terms": [
"string"
]
}
Request
Query Params
api_key
string
optional
field
string
required
year
string
optional
make
string
optional
model
string
optional
trim
string
optional
body_type
string
optional
body_subtype
string
optional
vehicle_type
string
optional
transmission
string
optional
drivetrain
string
optional
fuel_type
string
optional
engine
string
optional
engine_size
string
optional
engine_block
string
optional
Responses
Modified at 2023-08-15 07:36:55