其他
HTTP状态码说明API在线调用
接口地址
https://api.briskapi.com/v1/cardatasearch
请求方法
POST
请求鉴权(Headers)
Content-Type: application/json
Authorization: Bearer {API key}
请求参数
-
keyword
string
必需
Car name or keyword
-
offset
int
可选
Data paging defaults to page 0
请求示例CURL
curl https://api.briskapi.com/v1/cardatasearch \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{
"keyword":"SU7",
"offset":0
}'
返回示例
[
{
"name": "2025款 标准版",
"series": "小米SU7 Ultra",
"brand": "小米汽车",
"price": "52.99w - 81.49w",
"count": 2,
"type": "轿车",
"properties": {
"110V/220V/230V电源插座": "-",
"360全景影像": "●",
"ABS防抱死": "●",
"GPS导航系统": "●",
"上坡辅助(HAC)": "●",
"上市时间": "2025.02",
"中央差速器结构": "-",
"中央差速器锁止功能": "-",
"中控台彩色屏幕": "-",
"中控台彩色屏幕尺寸(in)": "16.1",
"中控液晶屏分屏显示": "-",
"主/副驾驶位安全气囊": "主●/副●",
...
}
},
...
]
返回字段说明
-
properties
array
Parameter configuration comprehensive information.