商标接口
官方
免费API
免费 50次/天
QPS 2/秒
过期查询
- start: 开始时间, 格式为: 0000-00-00
- end: 结束时间, 同上
- page: 数据页码
- name: 申请人名称
调用地址:
https://api.k86.cn/shang_biao/guo_qi
头部请求参数:
|
名称 |
必填 |
类型 |
说明 |
|
appKey |
string |
是 |
Appkey |
|
appSecret |
string |
是 |
AppSecret |
请求参数:
|
名称 |
必填 |
类型 |
默认值 |
说明 |
|
start |
string |
是 |
- |
开始时间, 格式为: 0000-00-00 |
|
end |
string |
是 |
- |
结束时间, 格式为: 0000-00-00 |
|
integer |
integer |
否 |
1 |
数据页码 |
|
name |
string |
否 |
- |
申请人名称 |
正常返回示例:
{
"data":[
{
"reg_no":"8074565",
"cls":"11",
"reg":"2010-02-12",
"name":"DAXIAN",
"expire":"2021-07-06",
"contact":"浙江现代新能源有限公司"
},
...
]
}
失败返回说明:
{
"detail":"错误内容"
}