Skip to content

List generations for model

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

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

Parameters

Path Parameters

id*

Car model ID

Type
integer
Required

Responses

List of car generations

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"model_id": 0,
  
  
  
"name": "string",
  
  
  
"year_start": 0,
  
  
  
"year_end": 0
  
  
}
  
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI