GET /v1/encar/cars?brand=Hyundai&yearFrom=2020
GET /v1/cars?source=all&brand=Hyundai,BYD
{
"meta": {
"page": 1,
"limit": 20,
"sources": ["ENCAR", "CHE168"]
},
"data": [
{
"source": "ENCAR",
"brand": "Genesis",
"model": "GV80",
"year": 2022,
"price": 4550,
"currency": "KRW",
"mileage": 49742,
"vin": "KMTHA81BDNU080563",
"images": ["https://..."]
},
{
"source": "CHE168",
"brand": "BYD",
"model": "Seagull",
"year": 2023,
"price": "5.14",
"currency": "CNY",
"mileage": 19500,
"fuel": "Электрический",
"rangeCLTC": "305 км",
"images": ["https://..."]
}
]
}