Authorization: ********************{
"pageNo": 1,
"pageSize": 15,
"level1CategoryId": 17027489,
"level2CategoryId": 17027500,
"level3CategoryId": 17032851,
"typeId": 99395,
"brandName": "Xiaomi",
"brandSearchType": "FUZZY",
"updatePeriod": "2026-05-20",
"sortField": "SALES",
"sortDirection": "ASC"
}curl --location '/api/v1/brands/rankings/top/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 15,
"level1CategoryId": 17027489,
"level2CategoryId": 17027500,
"level3CategoryId": 17032851,
"typeId": 99395,
"brandName": "Xiaomi",
"brandSearchType": "FUZZY",
"updatePeriod": "2026-05-20",
"sortField": "SALES",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"brandName": "string",
"category": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"updatePeriod": "2026-05-20",
"monthSales": 0,
"monthGmv": 123.45,
"top5BrandGmvRate": "50.00%",
"brandGmvRate": "50.00%",
"top10ProductGmv": 123.45,
"top10ProductGmvRate": "50.00%",
"top10AveragePrice": 123.45
}
],
"total": 100,
"pageNo": 1,
"pageSize": 20
}