资料库 API列表
联系我们
注册 登录

附录

status(返回信息码) message(返回具体的消息)
0 SUCCESS。查询成功
10 The result is empty。检索结果为空
401 Forbidden,No data_area。没有权限(有字段无权限)
402 参数错误。参数传递错误(参数为空等,具体看错误信息)
403 Forbidden。没有权限(接口或数据库,,具体看错误信息)
405 from和to参数错误。(from、to为空等,具体看错误信息)
500 内部错误,请联系管理员
参数 描述说明
1 按词检索
2 按字检索
3 同义词检索
参数 描述说明
1 按词检索
2 按字检索
3 同义词检索
10 有效专利
20 失效专利
21 专利权届满的专利
22 在审超期
30 在审专利
status message
0 成功
500 内部异常,联系管理员
11100 请求中缺少用户账号(user_account)参数
11101 user_account重复
11102 user_account长度过长
11103 user_account无效
11104 user_account为空
11110 user_password无效
11111 请求中缺少用户密码(user_password)参数
11112 用户密码为空
11113 接口修改密码-缺少旧密码参数
11114 接口修改密码-旧密码参数为空
11115 接口修改密码-旧密码不正确
11116 接口修改密码-缺少新密码参数
11117 接口修改密码-新密码参数为空
11130 user_name无效
11131 请求中缺少用户名称(user_name)参数
11132 user_name为空
11400 无权限
11410 code无效
11411 code过期
11412 请求中缺少code参数
11420 access_token无效
11421 access_token过期
11422 请求中缺少access_token参数
11430 refresh_token无效
11431 请求中缺少refresh_token参数
11440 grant_type无效
11441 请求中缺少grant_type参数
11450 client_id无效
11451 请求中缺少client_id参数
11460 client_secret无效
11461 请求中缺少client_secret参数
11470 openid无效
11471 请求中缺少openid参数
11480 openkey无效
11481 请求中缺少openkey参数
11490 redirect_uri无效
11491 请求中缺少redirect_uri参数
11495 redirect_to无效
11496 请求中缺少redirect_to参数
11497 redirect_to类型错误
11500 response_type无效
11501 请求中缺少response_type参数
11600 alidate_type无效
11601 请求中缺少validate_type参数
11700 无用户登录信息
应用A为当前用户所在的应用,应用B为要访问的应用
11800 当前用户所在应用禁止访问请求的应用(A禁止访问B)
11801 当前用户所在应用禁止访问其它的应用(A禁止访问非A)
11802 请求的应用禁止被当前用户所在应用访问(B禁止被A访问)
11803 请求的应用禁止被其它的应用访问(B禁止被非B访问)
11810 10分钟内不可重复提交请求请求
11811 激活开发者操作-code为空
11812 激活开发者操作-code无效
11813 激活开发者操作-code已被使用
11814 激活开发者操作-code超长失效
11820 重置密码,链接失效
11900 应用日访问次数上限
11901 应用日访问量上限
11902 应用总访次数上限
11903 应用总访量上限
11904 应用-api 日访问次数上限
11905 应用-api 日访问量上限
11906 应用-api 总访问次数上限
11907 应用-api 总访问量上限
11908 用户日访问次数上限
11909 用户日访问量上限
11910 用户总访次数上限
11911 用户总访量上限
11912 用户-api 日访问次数上限
11913 用户-api 日访问量上限
11914 用户-api 总访问次数上限
11915 用户-api 总访问量上限
11916 用户-无授权
11917 应用-并发上限
11918 接口-并发上限
  • 九国两组织:
    中国专利 FMZL(中国发明专利) FMSQ(中国发明授权)
    SYXX(中国实用新型) WGZL(中国外观专利)
    美国 USPATENT
    英国 GBPATENT
    法国 FRPATENT
    德国 DEPATENT
    瑞士 CHPATENT
    日本 JPPATENT
    俄罗斯 RUPATENT
    韩国 KRPATENT
    欧洲专利局(EPO) EPPATENT
    世界知识产权组织(WIPO) WOPATENT
  • 其他国家和地区:
    中国台湾专利 TWPATENT 香港特区 HKPATENT
    阿拉伯 GCPATENT 澳大利亚 AUPATENT
    加拿大 CAPATENT 西班牙 ESPATENT
    奥地利 ATPATENT 意大利 ITPATENT
    非洲地区 APPATENT 瑞典 SEPATENT
    东南亚 ASPATENT 更多其他国家 OTHERPATENT
  • 专利类型说明
    1 2 3 8 9
    发明专利 实用新型 外观专利 PCT发明 PCT实用新型
类型 描述 实例
String [] --- 一维数组 数组返回内容如下:[original,ipph,docdb,epodc],元素顺序如数组中展示一致,是同一篇专利的四种展示号码,四个元素均可用于查询专利 "pubNumber": ["US04460992A","US1984004460992A","US4460992A","US4460992"]
String [][] --- 二维数组 数组返回内容如下:[ [original,ipph,docdb,epodc],[original,ipph,docdb,epodc] ]第一维度展示返回信息的内容格式,第二维度展示具体内容, 第二维度元素顺序如数组中展示一致,是同一篇专利的四种展示号码,四个元素均可用于查询专利 "family": [ ["CA1193671A","CA1985001193671A","CA1193671A","CA1193671"],["US04460992A","US1984004460992A","US4460992A","US4460992"] ]

简单分析字段

专利类型 专利权状态 专利权状态代码 申请日 公开(公告)日 授权日
patType lprs statusCode appDate pubDate grantDate
授权年 失效日 失效年 申请(专利权)人 申请人类型 发明(设计)人
grantDateYear expireDate expireDateYear applicantName applicantType inventorName
专利权人 国民经济分类 分类号 专利代理机构 代理人 优先权国家
patentee nec ipc agencyName agentName priorityCountry
引证申请人 引证国家 权利要求书类型
citationApplicant citationCountry claimsType addrProvince addrCity addrCounty
申请国代码 公开国代码 同日申请 审查员 申请来源 进入国家日期
appCoun pubCountryCode sameApp censor appResource den
进入国家年 申请年 公开年 国际申请日 国际申请年 国际公布日
denYear appDateYear pubDateYear iappDate iappDateYear ipubDate
国际公布年 PCT指定国家 历史专利权人 授权月 失效月 进入国家月
ipubDateYear pctCountry historyPatentee grantDateMonth expireDateMonth denMonth
申请月 公开月 国际申请月 国际公布月
appDateMonth pubDateMonth iappDateMonth ipubDateMonth

嵌套分析字段

引证信息.引证申请人 引证信息.引证国家 申请人信息.申请人姓名 申请人信息.申请人类型
citationInfo.citationInfoApplicant citationInfo.citationInfoCountry applicantInfo.applicantInfoName applicantInfo.applicantInfoType
申请人信息.申请人国家 优先权信息.优先权国家 优先权信息.优先权日 优先权信息.优先权月
applicantInfo.applicantInfoCountry priorityInfo.priorityCountry priorityInfo.priorityDate priorityInfo.priorityDateMonth
优先权信息.优先权年 法律信息.状态 法律信息.公告日 法律信息.公告月
priorityInfo.priorityDateYear legalList.prsCode legalList.prsDate legalList.prsDateMonth
法律信息.公告年 转移转让.转移类型 转移转让.法律状态代码 转移转让.法律状态公告日
legalList.prsDateYear transferList.type transferList.strLegalCode transferList.strLegalStatusDay
转移转让.法律状态公告月 转移转让.法律状态公告年 转移转让.生效日 转移转让.生效月
transferList.strLegalStatusDayMonth transferList.strLegalStatusDayYear transferList.effectiveDate transferList.effectiveDateMonth
转移转让.生效年 转移转让.变更前权利人 转移转让.变更后权利人 转移转让.当前权利人
transferList.effectiveDateYear transferList.beforeTransAp transferList.afterTransAp transferList.currentAp
转移转让.变更前国家 转移转让.变更前省 转移转让.变更前市 转移转让.变更前区
transferList.beforeTransAddrCountry transferList.beforeTransAddrPro transferList.beforeTransAddrCity transferList.beforeTransAddrCounty
转移转让.变更后国家 转移转让.变更后省 转移转让.变更后市 转移转让.变更后区
transferList.afterTransAddrCountry transferList.afterTransAddrPro transferList.afterTransAddrCity transferList.afterTransAddrCounty
转移转让.当前国家 转移转让.当前省 转移转让.当前市 转移转让.当前区
transferList.currentAddrCountry transferList.currentAddrPro transferList.currentAddrCity transferList.currentAddrCounty
实施许可.许可种类 实施许可.法律状态代码 实施许可.法律状态公告日 实施许可.法律状态公告月
exploitationList.licenseType exploitationList.strLegalCode exploitationList.strLegalStatusDay exploitationList.strLegalStatusDayMonth
实施许可.法律状态公告年 实施许可.备案阶段 实施许可.合同履行期限 实施许可.备案日
exploitationList.strLegalStatusDayYear exploitationList.type exploitationList.contractFulfillmentPeriod exploitationList.contractRecordDate
实施许可.备案月 实施许可.备案年 实施许可.变更日 实施许可.变更月
exploitationList.contractRecordDateMonth exploitationList.contractRecordDateYear exploitationList.changeDate exploitationList.changeDateMonth
实施许可.变更年 实施许可.解除日 实施许可.解除月 实施许可.解除年
exploitationList.changeDateYear exploitationList.cancelDate exploitationList.cancelDateMonth exploitationList.cancelDateYear
实施许可.让与人 实施许可.受让人 质押保全.质押保全类型 质押保全.法律状态代码
exploitationList.assignor exploitationList.assignee preservationList.type preservationList.strLegalCode
质押保全.法律状态公告日 质押保全.法律状态公告月 质押保全.法律状态公告年 质押保全.合同状态
preservationList.strLegalStatusDay preservationList.strLegalStatusDayMonth preservationList.strLegalStatusDayYear preservationList.contractStatus
质押保全.生效日 质押保全.生效月 质押保全.生效年 质押保全.变更日
preservationList.effectiveDate preservationList.effectiveDateMonth preservationList.effectiveDateYear preservationList.changeDate
质押保全.变更月 质押保全.变更年 质押保全.解除日 质押保全.解除月
preservationList.changeDateMonth preservationList.changeDateYear preservationList.cancelDate preservationList.cancelDateMonth
质押保全.解除年 质押保全.出质人 质押保全.质权人 质押保全.当前质权人
preservationList.cancelDateYear preservationList.pledgor preservationList.pledgee preservationList.curPledgee