企业商标查询
企业商标信息查询
请求方式
- 请求地址:
http://api.shuidi.cn/ip/tm/pageByKey
- 请求方式:
GET/POST
- 支持格式:
JSON
- 请求示例:
http://api.shuidi.cn/ip/tm/pageByKey?pname=patest&ptime=1571990576623&vkey=2237ae09ea514c43a37ab0c57968f536&key=广州塔旅游文化发展股份有限公司
接口认证
客户每次调用接口,必需包含接入ID(pname), 安全验证码(vkey)和时间戳(ptime).
参数名称 | 类型 | 是否必填 | 说明 | 示例值 |
---|---|---|---|---|
pname | String | 是 | 调用方唯一ID,用于身份识别 | patest |
ptime | String | 是 | 时间戳,从格林威治时间1970年01月01日00时00分00秒起至现在的时间,精确到毫秒(13位) | 1571990576623 |
vkey | String | 是 | 安全验证码。使用下划线依次连接pkey、ptime、pkey,计算该字符串的MD5值完成签名. 结果为32个字符 |
2237ae09ea514c43a37ab0c57968f536 |
Java计算vkey示例:
String ptime =String.valueOf(System.currentTimeMillis());
SecureUtil.md5(pkey + "_" + ptime + "_" + pkey);
php计算vkey示例:
$vkey=md5($pkey.”_”.$ptime.”_”.$pkey)
请求参数
参数名称 | 类型 | 是否必填 | 说明 | 示例 |
---|---|---|---|---|
key | String | 是 | 搜索关键字(公司名、注册号或社会统一信用代码) | 广州塔旅游文化发展股份有限公司 |
pageIndex | Integer | 否 | 页码,查询页码列表信息,默认第一页 | 1 |
pageSize | Integer | 否 | 每页条数,默认10,最大不超过10 | 10 |
响应结果
返回数据格式
所有接口返回值以JSON字符串的形式返回给调用者,JSON格式如下:
{ "statusCode": 1, "statusMessage": "请求成功", "data": {} }
返回JSON属性如下:
属性 | 说明 |
---|---|
statusCode | 返回查询结果编码 |
statusMessage | statusCode不为1时的错误信息描述。 |
data | 结果数据。不同接口,data的内容会有所不同。具体见各接口返回说明。 |
响应示例
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"paging": {
"pageSize": 10,
"pageIndex": 1,
"totalRecords": 354
},
"result": [{
"regNo": "10000007",
"intCls": 36,
"name": "小蛮腰",
"appDate": "2011-09-23",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1324,
"announcementDate": "2012-08-20",
"regIssue": 1336,
"regDate": "2012-11-21",
"exclusiveDateStart": "2012-11-21",
"exclusiveDateEnd": "2022-11-20",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/2d/d0/c6/2dd0c6c424d1afbf925b8be4fbe85981.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-23",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-09-27",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-12-10",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "3604",
"desc": "不动产代理"
}, {
"no": "3609",
"desc": "典当"
}, {
"no": "3602",
"desc": "金融服务"
}, {
"no": "3608",
"desc": "受托管理"
}, {
"no": "3604",
"desc": "不动产管理"
}, {
"no": "3603",
"desc": "艺术品估价"
}, {
"no": "3601",
"desc": "保险"
}, {
"no": "3605",
"desc": "经纪"
}, {
"no": "3606",
"desc": "担保"
}, {
"no": "3604",
"desc": "不动产出租"
}]
}, {
"regNo": "10000167",
"intCls": 39,
"name": "小蛮腰",
"appDate": "2011-09-23",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1329,
"announcementDate": "2012-09-27",
"regIssue": 1341,
"regDate": "2012-12-28",
"exclusiveDateStart": "2012-12-28",
"exclusiveDateEnd": "2022-12-27",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/6b/cf/5a/6bcf5af3b37e300c92b5dca504d9fbc9.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-23",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-09-27",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2013-01-16",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "3911",
"desc": "旅游安排"
}, {
"no": "3901",
"desc": "运输"
}, {
"no": "3901",
"desc": "商品包装"
}, {
"no": "3910",
"desc": "快递(信件或商品)"
}, {
"no": "3905",
"desc": "车辆租赁"
}, {
"no": "3902",
"desc": "拖运"
}, {
"no": "3906",
"desc": "贮藏容器出租"
}, {
"no": "3906",
"desc": "贮藏"
}, {
"no": "3911",
"desc": "旅行预订"
}, {
"no": "3901",
"desc": "运输经纪"
}]
}, {
"regNo": "10006139",
"intCls": 14,
"name": "广",
"appDate": "2011-09-26",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1325,
"announcementDate": "2012-08-27",
"regIssue": 1337,
"regDate": "2012-11-28",
"exclusiveDateStart": "2012-11-28",
"exclusiveDateEnd": "2022-11-27",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/4f/80/70/4f80700746ec1e886089d466cbad3244.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-12-17",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "1403",
"desc": "铜制纪念品"
}, {
"no": "1404",
"desc": "表"
}, {
"no": "1404",
"desc": "钟"
}, {
"no": "1403",
"desc": "领带别针"
}, {
"no": "1402",
"desc": "贵重金属盒"
}, {
"no": "1403",
"desc": "银制工艺品"
}, {
"no": "1401",
"desc": "贵重金属合金"
}, {
"no": "1403",
"desc": "珠宝(首饰)"
}, {
"no": "1403",
"desc": "小饰物(首饰)"
}, {
"no": "1403",
"desc": "贵重金属徽章"
}]
}, {
"regNo": "10006237",
"intCls": 38,
"name": "广",
"appDate": "2011-09-26",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1329,
"announcementDate": "2012-09-27",
"regIssue": 1341,
"regDate": "2012-12-28",
"exclusiveDateStart": "2012-12-28",
"exclusiveDateEnd": "2022-12-27",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/53/a8/a7/53a8a71d3e62dc83f148ccb1cd10e12c.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2013-01-16",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "3802",
"desc": "计算机辅助信息与图像传输"
}, {
"no": "3802",
"desc": "信息传送"
}, {
"no": "3802",
"desc": "提供与全球计算机网络的电讯联接服务"
}, {
"no": "3802",
"desc": "提供因特网聊天室"
}, {
"no": "3802",
"desc": "信息传输设备出租"
}, {
"no": "3801",
"desc": "电视广播"
}, {
"no": "3802",
"desc": "提供全球计算机网络用户接入服务(服务商)"
}, {
"no": "3802",
"desc": "电子信件"
}, {
"no": "3801",
"desc": "无线电广播"
}, {
"no": "3802",
"desc": "远程会议服务"
}]
}, {
"regNo": "10006527",
"intCls": 44,
"name": "广",
"appDate": "2011-09-26",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1325,
"announcementDate": "2012-08-27",
"regIssue": 1337,
"regDate": "2012-11-28",
"exclusiveDateStart": "2012-11-28",
"exclusiveDateEnd": "2022-11-27",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/3c/30/86/3c3086cb4d9e66976e6bc0336275f482.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-12-17",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "4401",
"desc": "疗养院"
}, {
"no": "4401",
"desc": "保健"
}, {
"no": "4403",
"desc": "动物饲养"
}, {
"no": "4401",
"desc": "芳香疗法"
}, {
"no": "4405",
"desc": "眼镜行"
}, {
"no": "4402",
"desc": "美容院"
}, {
"no": "4404",
"desc": "园艺"
}, {
"no": "4405",
"desc": "卫生设备出租"
}, {
"no": "4402",
"desc": "按摩"
}, {
"no": "4401",
"desc": "饮食营养指导"
}]
}, {
"regNo": "10006599",
"intCls": 21,
"name": "CANTON TOWER",
"appDate": "2011-09-26",
"applicantCn": "广州新电视塔建设有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": null,
"announcementIssue": 0,
"announcementDate": "",
"regIssue": 0,
"regDate": "",
"exclusiveDateStart": "",
"exclusiveDateEnd": "",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 2,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/43/c7/37/43c73737d1835a9bb267d8080c0284ea.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-06-26",
"flow": "商标注册申请---打印驳回通知"
}],
"services": [{
"no": "2106",
"desc": "盥洗室器具"
}, {
"no": "2112",
"desc": "清洁器具(手工操作)"
}, {
"no": "2113",
"desc": "水晶(玻璃制品)"
}, {
"no": "2103",
"desc": "陶器"
}, {
"no": "2104",
"desc": "瓷器装饰品"
}, {
"no": "2111",
"desc": "食物保温容器"
}, {
"no": "2110",
"desc": "化妆用具"
}, {
"no": "2101",
"desc": "家用器皿"
}, {
"no": "2105",
"desc": "饮用器皿"
}, {
"no": "2102",
"desc": "玻璃瓶(容器)"
}]
}, {
"regNo": "10006709",
"intCls": 35,
"name": "CANTON TOWER",
"appDate": "2011-09-26",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1387,
"announcementDate": "2013-12-13",
"regIssue": 1399,
"regDate": "2014-03-14",
"exclusiveDateStart": "2014-03-14",
"exclusiveDateEnd": "2024-03-13",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/e2/8c/ba/e28cba04cc9c221e91d59a1e9fd5ed59.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-05-30",
"flow": "商标注册申请---打印驳回通知"
}, {
"date": "2012-07-02",
"flow": "驳回复审---申请收文"
}, {
"date": "2012-08-09",
"flow": "驳回复审---打印受理通知"
}, {
"date": "2012-10-08",
"flow": "驳回复审---补充材料收文"
}, {
"date": "2014-04-03",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "3508",
"desc": "寻找赞助"
}, {
"no": "3502",
"desc": "特许经营的商业管理"
}, {
"no": "3502",
"desc": "工商管理辅助"
}, {
"no": "3504",
"desc": "人事管理咨询"
}, {
"no": "3503",
"desc": "进出口代理"
}, {
"no": "3501",
"desc": "广告"
}, {
"no": "3501",
"desc": "为零售目的在通讯媒体上展示商品"
}, {
"no": "3503",
"desc": "替他人推销"
}, {
"no": "3505",
"desc": "商业场所搬迁"
}, {
"no": "3502",
"desc": "组织商业或广告展览"
}]
}, {
"regNo": "10006903",
"intCls": 38,
"name": "CANTON TOWER",
"appDate": "2011-09-26",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1325,
"announcementDate": "2012-08-27",
"regIssue": 1337,
"regDate": "2012-11-28",
"exclusiveDateStart": "2012-11-28",
"exclusiveDateEnd": "2022-11-27",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/c3/db/56/c3db5629cb54ba16c030a12a456763dc.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-12-17",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "3802",
"desc": "计算机辅助信息与图像传输"
}, {
"no": "3802",
"desc": "信息传送"
}, {
"no": "3802",
"desc": "提供与全球计算机网络的电讯联接服务"
}, {
"no": "3802",
"desc": "提供因特网聊天室"
}, {
"no": "3802",
"desc": "信息传输设备出租"
}, {
"no": "3801",
"desc": "电视广播"
}, {
"no": "3802",
"desc": "提供全球计算机网络用户接入服务(服务商)"
}, {
"no": "3802",
"desc": "电子信件"
}, {
"no": "3801",
"desc": "无线电广播"
}, {
"no": "3802",
"desc": "远程会议服务"
}]
}, {
"regNo": "10008112",
"intCls": 39,
"name": "CANTON TOWER",
"appDate": "2011-09-26",
"applicantCn": "广州塔旅游文化发展股份有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": "",
"announcementIssue": 1382,
"announcementDate": "2013-11-06",
"regIssue": 1394,
"regDate": "2014-02-07",
"exclusiveDateStart": "2014-02-07",
"exclusiveDateEnd": "2024-02-06",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 1,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/68/9d/b8/689db87cec5433c87cc2b35daa48f149.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2012-05-22",
"flow": "商标注册申请---打印驳回通知"
}, {
"date": "2012-06-26",
"flow": "驳回复审---申请收文"
}, {
"date": "2012-07-13",
"flow": "驳回复审---打印受理通知"
}, {
"date": "2012-09-25",
"flow": "驳回复审---补充材料收文"
}, {
"date": "2014-02-25",
"flow": "商标注册申请---打印注册证"
}, {
"date": "2016-10-27",
"flow": "变更商标申请人/注册人名义/地址---申请收文"
}, {
"date": "2017-01-14",
"flow": "变更商标申请人/注册人名义/地址---等待打印受理通知书"
}, {
"date": "2017-09-23",
"flow": "变更商标申请人/注册人名义/地址---核准证明打印发送"
}],
"services": [{
"no": "3911",
"desc": "旅游安排"
}, {
"no": "3901",
"desc": "运输"
}, {
"no": "3901",
"desc": "商品包装"
}, {
"no": "3910",
"desc": "快递(信件或商品)"
}, {
"no": "3905",
"desc": "车辆租赁"
}, {
"no": "3902",
"desc": "拖运"
}, {
"no": "3906",
"desc": "贮藏容器出租"
}, {
"no": "3906",
"desc": "贮藏"
}, {
"no": "3911",
"desc": "旅行预订"
}, {
"no": "3901",
"desc": "运输经纪"
}]
}, {
"regNo": "10008179",
"intCls": 41,
"name": "CANTON TOWER",
"appDate": "2011-09-26",
"applicantCn": "广州新电视塔建设有限公司",
"addressCn": "广东省广州市海珠区阅江西路222号",
"applicantOther1": "",
"applicantOther2": "",
"applicantEn": "",
"addressEn": null,
"announcementIssue": 0,
"announcementDate": "",
"regIssue": 0,
"regDate": "",
"exclusiveDateStart": "",
"exclusiveDateEnd": "",
"noticeIssue": 0,
"noticeType": null,
"regType": 0,
"isShare": "否",
"agent": "广东哲力知识产权事务所有限公司",
"category": "普通商标",
"subsequentDesignDate": null,
"internationalRegDate": null,
"priority_date": null,
"color": null,
"second_class_code": null,
"status": 2,
"url": "https://filecdn.shuidi.cn/img/upload/images_tm/b5/c6/ee/b5c6ee1dc950c17f82a9a557cf3322bb.jpg/0x0.jpg",
"flows": [{
"date": "2011-09-26",
"flow": "商标注册申请---申请收文"
}, {
"date": "2011-10-12",
"flow": "商标注册申请---打印受理通知"
}, {
"date": "2013-03-20",
"flow": "商标注册申请---打印驳回通知"
}],
"services": [{
"no": "4103",
"desc": "流动图书馆"
}, {
"no": "4105",
"desc": "提供体育设施"
}, {
"no": "4106",
"desc": "动物园"
}, {
"no": "4104",
"desc": "书籍出版"
}, {
"no": "4102",
"desc": "安排和组织会议"
}, {
"no": "4104",
"desc": "提供在线电子出版物(非下载的)"
}, {
"no": "4102",
"desc": "组织文化或教育展览"
}, {
"no": "4105",
"desc": "娱乐"
}, {
"no": "4105",
"desc": "节目制作"
}, {
"no": "4101",
"desc": "培训"
}]
}]
}
}
输出结果字段含义
属性名 | 类型 | 含义 |
---|---|---|
regNo | String | 注册号 |
intCls | Integer | 国际分类 |
name | String | 商标名 |
appDate | String | 申请日期 |
applicantCn | String | 申请人中文 |
addressCn | String | 申请人地址中文 |
applicantOther1 | String | 共有申请人1 |
applicantOther2 | String | 共有申请人2 |
applicantEn | String | 申请人英文 |
addressEn | String | 申请人地址英文 |
announcementIssue | Integer | 初审公告期号 |
announcementDate | String | 初审公告日期 |
regIssue | Integer | 注册公告期号 |
regDate | String | 注册公告日期 |
exclusiveDateStart | String | 专用权期限开始日期 |
exclusiveDateEnd | String | 专用权期限结束日期 |
noticeIssue | Integer | 公告期号(最早的商标只有公告期号) |
noticeType | String | 公告类型(中文列表)_编码表维度 |
regType | Integer | 商标形式(立体1,声音2) |
isShare | String | 是否共有商标(否0,是1) |
agent | String | 代理人名称 |
category | String | 商标类型 0-普通商标 1-特殊商标 2-集体商标 3-证明商标 4-立体商标 5-声音商标 |
subsequentDesignDate | String | 后期指定日期 |
internationalRegDate | String | 国际注册日期 |
priority_date | String | 优先权日期 |
color | String | 指定颜色 |
second_class_code | String | 商标类似群 |
status | Integer | 1=商标已注册;2=商标无效;3=初审公告;4=等待实质审查;5=商标申请中;6=商标异议中;7=驳回复审中;8=商标其他情形; |
url | String | 图片文件的地址 |
flows | List | 流程 |
services | List | 商品/服务 |
flows(流程)
属性名 | 类型 | 含义 |
---|---|---|
date | String | 日期 |
flow | String | 流程 |
services(商品/服务)
属性名 | 类型 | 含义 |
---|---|---|
no | String | 分类号 |
desc | String | 描述 |
错误编码
错误编码 | 说明 |
---|---|
1 | 请求成功 |
2 | 未查询到数据 |
3 | 接口未授权 |
4 | 请求参数错误 |
30001 | 请求已过期 |
99999 | 系统错误 |