Patsnap Enterprise Basic Data API

Enterprise Basic Data APIs.

OpenAPI Specification

patsnap-enterprise-basic-data-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Patsnap Open Platform AI Translation Enterprise Basic Data API
  version: 1.0.0
  description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
  description: Patsnap Open Platform API gateway
tags:
- name: Enterprise Basic Data
  description: Enterprise Basic Data APIs.
paths:
  /company/outbound-investment:
    post:
      operationId: c002CompanyOutboundInvestment
      summary: C002 outbound investment
      description: This interface provides enterprise information for external investment
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c002 outbound investment response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C002CompanyOutboundInvestmentResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/outbound-investment
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C002CompanyOutboundInvestmentRequest'
  /company/standard-information:
    post:
      operationId: c020CompanyStandardInformation
      summary: C020 standard information
      description: This interface provides detailed information on all standards recognized by the enterprise, including national standards, industry standards, local standards, and team standards
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c020 standard information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C020CompanyStandardInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/standard-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C020CompanyStandardInformationRequest'
  /company/financing-information:
    post:
      operationId: c013CompanyFinancingInformation
      summary: C013 financing information
      description: This interface provides detailed information of enterprise financing events
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c013 financing information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C013CompanyFinancingInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/financing-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C013CompanyFinancingInformationRequest'
  /company/ipo-process:
    post:
      operationId: c019CompanyIpoProcess
      summary: C019 IPO process
      description: This interface provides information related to enterprise IPO declaration
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c019 ipo process response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C019CompanyIpoProcessResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/ipo-process
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C019CompanyIpoProcessRequest'
  /company/qualification-certificate:
    post:
      operationId: c021CompanyQualificationCertificate
      summary: C021 qualification certificate
      description: This interface provides certificate information obtained by enterprises, including quality management system certification (ISO9001), safety production license, etc
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c021 qualification certificate response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C021CompanyQualificationCertificateResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/qualification-certificate
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C021CompanyQualificationCertificateRequest'
  /company/registration-information:
    post:
      operationId: c001CompanyRegistrationInformation
      summary: C001 registration information
      description: This interface is to provide the company's Enterprise information, such as unified social credit code, enterprise status, registered capital, etc.
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c001 registration information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C001CompanyRegistrationInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/registration-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C001CompanyRegistrationInformationRequest'
  /company/shareholder-information:
    post:
      operationId: c003CompanyShareholderInformation
      summary: C003 shareholder information
      description: This interface provides all shareholder information of the enterprise
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c003 shareholder information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C003CompanyShareholderInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/shareholder-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C003CompanyShareholderInformationRequest'
  /company/technology-qualification:
    post:
      operationId: c014CompanyTechnologyQualification
      summary: C014 technology qualification
      description: This interface provides details of all scientific and technological qualifications recognized by enterprises
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c014 technology qualification response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C014CompanyTechnologyQualificationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/technology-qualification
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C014CompanyTechnologyQualificationRequest'
  /company/listing-Information:
    post:
      operationId: c018CompanyListingInformation
      summary: C018 listing Information
      description: This interface provides listing information of enterprises, including stock codes, listing time, exchanges, listing sectors, etc
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c018 listing information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C018CompanyListingInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/listing-Information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C018CompanyListingInformationRequest'
  /company/awards-information:
    post:
      operationId: c015CompanyAwardsInformation
      summary: C015 awards information
      description: This interface provides detailed information about the relevant awards obtained by the enterprise
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c015 awards information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C015CompanyAwardsInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/awards-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C015CompanyAwardsInformationRequest'
  /company/main-member:
    post:
      operationId: c016CompanyMainMember
      summary: C016 main menber
      description: This interface provides information about key personnel of the enterprise, including directors, supervisors and senior executives of the enterprise
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c016 main menber response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C016CompanyMainMemberResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/main-member
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C016CompanyMainMemberRequest'
  /company/core-member:
    post:
      operationId: c017CompanyCoreMember
      summary: C017 core member
      description: This interface provides information about the core team members of the enterprise as well as personal profiles
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c017 core member response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C017CompanyCoreMemberResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/core-member
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C017CompanyCoreMemberRequest'
  /company/investment-information:
    post:
      operationId: c038CompanyInvestmentInformation
      summary: C038 investment information
      description: This interface provides detailed information of enterprise investment events
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c038 investment information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C038CompanyInvestmentInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/investment-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C038CompanyInvestmentInformationRequest'
  /company/search:
    post:
      operationId: c037CompanySearch
      summary: C037 Company Search
      description: This interface uses parameters such as name (keyword search), region (country, province, city, district/county), industry (strategic emerging classification, national economic classification), industrial and commercial information (establishment time, operating status, registered capital, number of insured persons), capital market (financing process, listing status), enterprise label (patent information, technology qualification), science and technology innovation model (global science and technology innovation rating, domestic science and technology innovation rating, whether it is a smart sprout science and technology innovation enterprise) to query and return a list of retrieved enterprises or science and technology innovation enterprises
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c037 company search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C037CompanySearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C037CompanySearchRequest'
components:
  schemas:
    C017CompanyCoreMember_CompanyCoreMemberResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 73814112-5
          description: organization code
        core_member:
          type: array
          example: 'Please check the form: CoreMember'
          description: core members details
          items:
            $ref: '#/components/schemas/C017CompanyCoreMember_CoreMember'
        credit_code:
          type: string
          example: 913100007381411200
          description: unified social credit code
        company_name:
          type: string
          example: 上海飞凯材料科技股份有限公司
          description: company name
    C037CompanySearch_InnovationCompanyResponse:
      type: object
      properties:
        credit_code:
          type: string
          example: 913205940566944300
          description: unified social credit code
        company_name:
          type: string
          example: 苏州瀚川智能科技股份有限公司
          description: company name
        company_name_en:
          type: string
          example: XXXXXXXXXXXXXXXXXXX
          description: english name
        is_patsnap_company:
          type: integer
          format: int32
          example: 1
          description: whether or not patsnap science and technology innovation enterprise
    C014CompanyTechnologyQualificationRequest:
      type: object
      properties:
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: Query the name of a single enterprise
        credit_code:
          type: string
          example: 91110108551385082Q
          description: Query the unified social credit code of a single enterprise
        org_number:
          type: string
          example: 5513850T82
          description: Query the organization code of a single enterprise
    C021CompanyQualificationCertificate_CompanyQualificationCertificateResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 572927506/57292750-6
          description: organization code
        credit_code:
          type: string
          example: 91330424572927506D
          description: unified social credit code
        company_name:
          type: string
          example: 浙江新东方汽车零部件有限公司
          description: company name
        certificate_count:
          type: integer
          format: int32
          example: 1
          description: certificate count
        qualification_certificate:
          type: array
          example: 'Please check the form: QualificationCertificate'
          description: qualification certificate details
          items:
            $ref: '#/components/schemas/C021CompanyQualificationCertificate_QualificationCertificate'
    C038CompanyInvestmentInformation_CompanyInvestmentInformationResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 69294823-X
          description: organization number
        credit_code:
          type: string
          example: 9131011269294823XQ
          description: unified social credit code
        company_name:
          type: string
          example: 上海帆茂信息科技发展有限公司
          description: company name
        to_investees:
          type: array
          example: FoundedOrganization
          description: to investees
          items:
            $ref: '#/components/schemas/C038CompanyInvestmentInformation_FoundedInfo'
        last_funding_date:
          type: string
          example: 20211222
          description: last funding date
        last_funding_round:
          type: string
          example: 天使轮
          description: last funding rounds
        last_funding_total:
          type: string
          example: 未披露
          description: last funding total
        num_funding_rounds:
          type: string
          example: 8
          description: num funding rounds
    C020CompanyStandardInformation_SimilarStandard:
      type: object
      properties:
        standard_id:
          type: string
          example: GB/T5267.2-2002
          description: standard number
        standard_name:
          type: string
          example: 紧固件非电解锌片涂层
          description: standard chinese name
    C018CompanyListingInformation_CompanyListingInformationResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 722088964/72208896-4
          description: organization code
        credit_code:
          type: string
          example: 914200007220889600
          description: unified social credit code
        company_name:
          type: string
          example: 中航工业机电系统股份有限公司
          description: company name
        listing_information:
          type: array
          example: 'Please check the form: ListingInformation'
          description: listing information details
          items:
            $ref: '#/components/schemas/C018CompanyListingInformation_ListingInformation'
    C013CompanyFinancingInformation_FinancingInfoDetail:
      type: object
      properties:
        money:
          type: string
          example: 超1亿美元
          description: financing money
        round:
          type: string
          example: E+轮
          description: financing rounds
        share:
          type: string
          example: 10%
          description: proportion of investors
        value:
          type: string
          example: 15亿美元
          description: Company valuation
        news_url:
          type: string
          example: https://36kr.com/p/892489171660039
          description: News URL
        pub_time:
          type: string
          example: 20220531
          description: financing date
        news_title:
          type: string
          example: 爱回收完成超1亿美元E+轮融资,集团品牌升级为“万物新生”
          description: News title
        investor_name:
          type: string
          example: 京东集团,国泰君安国际,国和投资,清新资本,汇禾资本,毅峰资本
          description: Investor
    C037CompanySearch_TiffyCompanyData:
      type: object
      properties:
        sort_field:
          type: string
          example: credit_code
          description: sort field
        page_number:
          type: string
          example: 1
          description: search page number
        company_list:
          type: array
          example:
          - credit_code: '913205940566944194'
            company_name: 苏州瀚川智能科技股份有限公司
            company_name_en: Suzhou Harmontronics Automation Technology Co., Ltd.
            is_patsnap_company: 1
          description: company info list
          items:
            $ref: '#/components/schemas/C037CompanySearch_InnovationCompanyResponse'
        company_count:
          type: integer
          format: int32
          example: 1345
          description: search company count
    C020CompanyStandardInformation_StandardInformation:
      type: object
      properties:
        drafter:
          type: string
          example: 徐聚元、邢路坤 等
          description: original drafter
        revision:
          type: string
          example: 制定
          description: preparation and revision
        record_date:
          type: string
          example: 20180612
          description: record date
        standard_id:
          type: string
          example: GB/T 5267.2-2017
          description: standard number
        release_date:
          type: string
          example: 20171229
          description: publication date
        drafting_unit:
          type: string
          example: 机械工业通用零部件产品质量监督检测中心,宁波市鄞州计氏金属表面处理厂,浙江新东方汽车零部件有限公司,浙江迪特高强度螺栓有限公司,上海申光高强度螺栓有限公司,中机生产力促进中心,宁波九龙紧固件制造有限公司,浙江国检检测技术股份有限公司
          description: original drafting unit
        record_number:
          type: string
          example: 64199-2018
          description: record number
        standard_name:
          type: string
          example: 紧固件 非电解锌片涂层
          description: standard chinese name
        standard_type:
          type: string
          example: 国家标准
          description: standard type
        implement_date:
          type: string
          example: 20180401
          description: implementation date
        release_company:
          type: string
          example: 全国紧固件标准化技术委员会
          description: release_company
        standard_status:
          type: string
          example: 现行
          description: standard state
        similar_standard:
          type: array
          example: 'Please check the form: SimilarStandard'
          description: similar standard
          items:
            $ref: '#/components/schemas/C020CompanyStandardInformation_SimilarStandard'
        standard_name_en:
          type: string
          example: Fasteners—Non-electrolytically applied zinc flake coatings
          description: standard english name
        application_scope:
          type: string
          example: 本文件适用于以无机粉体(包括但不限于方解石、沸石、石英石、云母石等)为主,辅以聚烯烃树脂及助剂混合改性后的无机化聚烯烃膜材料。
          description: application scope
        implement_company:
          type: string
          example: 全国紧固件标准化技术委员会
          description: execution unit
        standard_category:
          type: string
          example: 基础
          description: standard category
        standard_number_cn:
          type: string
          example: J13
          description: chinese standard classification number
        standard_properties:
          type: string
          example: 推荐性
          description: standard attributes
        competent_department:
          type: string
          example: 中国机械工业联合会
          description: competent department
        technical_committees:
          type: string
          example: 全国紧固件标准化技术委员会
          description: technical committees
        standard_number_inter:
          type: string
          example: 21.060.10
          description: international standard classification number
        main_technical_contents:
          type: string
          example: 本文件基于主编单位多年的国际快餐试验数据和生产实践经验,以及主编单位对“817”小肉鸡饲养的数据积累。借鉴了相关国标和行业标准,在此基础上,对部分数据制定了更细、更高的标准。在感官;水分;混合均匀度;卫生指标;营养成分;检验方法;检验规则;标签、包装、运输和贮存;保质期方面提出了严格的标准要求。
          description: main technical contents
        all_substitute_standards:
          type: array
          example:
          - GB/T 5267.2-2002
          description: all substitute standardsall substitute standards
    C017CompanyCoreMemberRequest:
      type: object
      properties:
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: Query the name of a single enterprise
        credit_code:
          type: string
          example: 91110108551385082Q
          description: Query the unified social credit code of a single enterprise
        org_number:
          type: string
          example: 5513850T82
          description: Query the organization code of a single enterprise
    C015CompanyAwardsInformationResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C015CompanyAwardsInformation_CompanyAwardsInformationResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C014CompanyTechnologyQualificationResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C014CompanyTechnologyQualification_CompanyTechQualificationResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C017CompanyCoreMemberResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C017CompanyCoreMember_CompanyCoreMemberResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C021CompanyQualificationCertificateRequest:
      type: object
      properties:
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: Query the name of a single enterprise
        credit_code:
          type: string
          example: 91110108551385082Q
          description: Query the unified social credit code of a single enterprise
        org_number:
          type: string
          example: 5513850T82
          description: Query the organization code of a single enterprise
        page_number:
          type: integer
          format: int32
          example: 1
          description: Default page 1 (up to 20 items per page, returned in descending order by publication date, all items less than 20 will be returned)
      required:
      - page_number
    C003CompanyShareholderInformationResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C003CompanyShareholderInformation_CompanyShareholderInfoResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C001CompanyRegistrationInformationRequest:
      type: object
      properties:
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: Query the name of a single enterprise
        credit_code:
          type: string
          example: 91110108551385082Q
          description: Query the unified social credit code of a single enterprise
        org_number:
          type: string
          example: 5513850T82
          description: Query the organization code of 

# --- truncated at 32 KB (66 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-enterprise-basic-data-api-openapi.yml