Skip to content

List car makes

GET
/store/cars/makes

Справочник марок автомобилей (кеш 1 ч)

Responses

List of car makes

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"name": "string",
  
  
  
"slug": "string",
  
  
  
"logo_url": "string",
  
  
  
"is_popular": true,
  
  
  
"cyrillic_name": "string",
  
  
  
"country": "string",
  
  
  
"year_from": 0,
  
  
  
"year_to": 0
  
  
}
  
]
}

Playground

Samples

Powered by VitePress OpenAPI