Return details of all Bikes, Models & Years
GET /bikes/all
curl \
-X GET https://dealers.api.rg-racing.com/bikes/all
Response examples (200)
[
{
"id": 42,
"name": "string",
"image": "string",
"models": [
{
"id": 42,
"name": "string",
"image": "string",
"years": [
{
"id": 42,
"name": "string",
"mic": "string",
"image": "string"
}
]
}
]
}
]
Response examples (401)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
Response examples (429)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}