Skip to content

List models for make

GET
/store/cars/makes/{id}/models

Модели для указанной марки (кеш 1 ч)

Parameters

Path Parameters

id*

Car make ID

Type
integer
Required

Responses

List of car models

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"make_id": 0,
  
  
  
"name": "string",
  
  
  
"slug": "string",
  
  
  
"cyrillic_name": "string",
  
  
  
"class": "string",
  
  
  
"year_from": 0,
  
  
  
"year_to": 0
  
  
}
  
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI