This API provides endpoints to retrieve and search for cars, allowing users to get details about all available cars or to search for specific models.
/cars
[
{
"base_color": "string",
"code": "string",
"col_code": "string",
"color": "string",
"country": "string",
"created_at": "string",
"id": "string",
"image": "string",
"interior_color": "string",
"model_name": "string",
"notes": "string",
"series_code": "string",
"series_name": "string",
"tampo": "string",
"updated_at": "string",
"wheel_type": "string",
"window_color": "string"
}
]
{
"error": "string"
}
{
"error": "string"
}
/search
q
(required): The search query (string)[
{
"code": "string",
"col_code": "string",
"id": "string",
"image": "string",
"model_name": "string",
"notes": "string",
"series_code": "string",
"series_name": "string"
}
]
{
"error": "string"
}
{
"error": "string"
}
All error responses will follow the format:
{
"error": "string"
}