Clarivate Search Results API

Search results management endpoints

Operations 1

GET /reports/{report_id}/search_results/{search_id} List search results #

Documentation

📖
Documentation
https://developer.clarivate.com/apis/ipdata-api
📖
Documentation
https://developer.clarivate.com/apis/converisreadapi
📖
Documentation
https://developer.clarivate.com/apis/dss-search-api
📖
Documentation
https://developer.clarivate.com/apis/wos-journal
📖
Documentation
https://developer.clarivate.com/apis/endnote
📖
Documentation
https://developer.clarivate.com/apis/legacy_api
📖
Documentation
https://developer.clarivate.com/apis/converis_additional_api
📖
Documentation
https://developer.clarivate.com/apis/incites
📖
Documentation
https://developer.clarivate.com/apis/wos
📖
Documentation
https://developer.clarivate.com/apis/sushi-api
📖
Documentation
https://developer.clarivate.com/apis/cud_api
📖
Documentation
https://developer.clarivate.com/apis/ric_ai_api
📖
Documentation
https://developer.clarivate.com/apis/cddi-counter-five
📖
Documentation
https://developer.clarivate.com/apis/ric-download-api
📖
Documentation
https://developer.clarivate.com/apis/wos-researcher
📖
Documentation
https://developer.clarivate.com/apis/wos-starter
📖
Documentation
https://developer.clarivate.com/apis/woslite
📖
Documentation
https://developer.clarivate.com/apis/lsh-download-ext-client
📖
Documentation
https://developer.clarivate.com/apis/wosrl-api
📖
Documentation
https://developer.clarivate.com/apis/cortellis-api-collection
📖
Documentation
https://developer.clarivate.com/apis/patentmonitor-innography
📖
Documentation
https://developer.clarivate.com/apis/reviewer-connect
📖
Documentation
https://developer.clarivate.com/apis/ric-agent-hub-api
📖
Documentation
https://developer.clarivate.com/apis/ric-searchretrieve-api
📖
Documentation
https://developer.clarivate.com/apis/sushi-status-api
📖
Documentation
https://developer.clarivate.com/apis/twa-riskmark-integration

Specifications

Other Resources

🔗
OpenAPISource
https://developer.clarivate.com/apis/ipdata-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/converisreadapi/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/dss-search-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos-journal/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/endnote/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/legacy_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/converis_additional_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/incites/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/sushi-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/cud_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric_ai_api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/cddi-counter-five/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric-download-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos-researcher/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wos-starter/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/woslite/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/lsh-download-ext-client/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/wosrl-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/cortellis-api-collection/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/patentmonitor-innography/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/reviewer-connect/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric-agent-hub-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/ric-searchretrieve-api/swagger
🔗
X-GraphQLGated
https://raw.githubusercontent.com/api-evangelist/clarivate/refs/heads/main/graphql/clarivate-graphql.yml
🔗
OpenAPISource
https://developer.clarivate.com/apis/sushi-status-api/swagger
🔗
OpenAPISource
https://developer.clarivate.com/apis/twa-riskmark-integration/swagger

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/clarivate-search-results-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

clarivate-search-results-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Derwent Sequence Search Search Results API
  version: V1@2026-06-09
  description: OpenAPI Docs & Interactive UI
  license:
    name: Commercially Licensed Product
    url: https://clarivate.com/derwent/solutions/derwent-sequence-base/
servers:
- url: https://api.clarivate.com/derwent-sequence-search
security:
- key: []
tags:
- name: Search Results
  description: Search results management endpoints
paths:
  /reports/{report_id}/search_results/{search_id}:
    parameters:
    - name: report_id
      in: path
      description: Report ID
      required: true
      schema:
        type: integer
    - name: search_id
      in: path
      description: Search ID
      required: true
      schema:
        type: string
    get:
      summary: List search results
      tags:
      - Search Results
      parameters:
      - name: page
        in: query
        required: false
        schema:
          type: integer
          format: int32
          default: 1
        description: Page number for pagination
      responses:
        '200':
          description: successful
          content:
            application/json:
              examples:
                successful:
                  value:
                    data:
                    - sequence_key: SBNN00000001
                      subject_sequence_length: 20
                      organisms:
                      - Unknown
                      molecule_type: ss-DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: '4320003.2'
                      location: SEQ ID NO 2
                      psl: SEQ ID NO 1
                      database_name: USGENE
                      country: United States
                      sequences_count: 2
                      patent_number: US4320003A
                      title: Adrenocorticotropin-lipotropin precursor gene
                      assignees:
                      - The Regents of the University of California (Berkeley CA)
                      inventors:
                      - 1Baxter John D. (San Francisco CA);
                      family_inpadoc: BE4322499
                      earliest_priority_date: '1978-12-22'
                      publication_date: '1982-03-30'
                      filing_date: '1978-12-22'
                      calculated_expiry_date: null
                      document_type: Grant patent
                    - sequence_key: SBNN00000001
                      subject_sequence_length: 20
                      organisms:
                      - Homo sapiens
                      molecule_type: protein
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: AAP10001
                      location: null
                      psl: Example; Fig 2; 50pp; French.
                      database_name: GENESEQ
                      country: United States
                      sequences_count: 1
                      patent_number: BE885190001A
                      title: DNA transfer vectors contg. codes for human insulin
                      assignees:
                      - UNIV CALIFORNIA
                      inventors:
                      - Murray K
                      - Schaller HE
                      family_inpadoc: BE4322499
                      earliest_priority_date: '1979-09-12'
                      publication_date: '1980-12-31'
                      filing_date: '1979-09-12'
                      calculated_expiry_date: null
                      document_type: Grant patent
                    - sequence_key: SBNN00000001
                      subject_sequence_length: 20
                      organisms:
                      - Not provided
                      molecule_type: Nucleic acid
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: AU2012200001.1
                      location: SEQ ID NO 1
                      psl: Example; Fig 2; 50pp; French.
                      database_name: GENESEQ FASTAlert
                      country: Australia
                      sequences_count: 188
                      patent_number: AU2012200001A1
                      title: New single chain polypeptide fusion protein having non-cytotoxic protease cleaving
                      assignees:
                      - ALLERGAN INC
                      - UK SEC FOR HEALTH
                      inventors: null
                      family_inpadoc: AU4322499
                      earliest_priority_date: '2015-12-01'
                      publication_date: '2013-10-03'
                      filing_date: null
                      calculated_expiry_date: null
                      document_type: Application
                    - sequence_key: SBNN00000001
                      subject_sequence_length: 20
                      organisms:
                      - Homo sapiens
                      molecule_type: DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: WO2001050001.1
                      location: SEQ ID NO 1
                      psl: Example; Fig 2; 50pp; French.
                      database_name: WOGENE
                      country: WIPO
                      sequences_count: 1040
                      patent_number: WO2001050001A1
                      title: Nucleic Acids, Proteins, and Antibodies
                      assignees:
                      - Human Genome Sciences, Inc., et al.
                      inventors: []
                      family_inpadoc: WO4322499
                      earliest_priority_date: '2022-07-07'
                      publication_date: '2001-08-02'
                      filing_date: null
                      calculated_expiry_date: null
                      document_type: Application
                    - sequence_key: SBNN00000001
                      subject_sequence_length: 20
                      organisms:
                      - Mylossoma duriventre
                      molecule_type: DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: KR070959_1.1
                      location: null
                      psl: VRT
                      database_name: GenBank®
                      country: 'Brazil: Goias, Aragarcas, Rio Araguaia, Rio Araguaia'
                      sequences_count: 1
                      patent_number: null
                      title: 'Molecular identification of cryptic diversity in species of cis-Andean Mylossoma (Characiformes: Serrasalmidae)'
                      assignees:
                      - Mateussi, N.T.
                      - Pavanelli, C.S.
                      - Oliveira, C.
                      inventors:
                      - Mateussi, N.T.
                      - Pavanelli, C.S.
                      - Oliveira, C.
                      family_inpadoc: null
                      earliest_priority_date: '2015-04-06'
                      publication_date: '2016-04-05'
                      filing_date: '2015-04-06'
                      calculated_expiry_date: null
                      document_type: null
                    - sequence_key: SBNN00000002
                      subject_sequence_length: 20
                      organisms:
                      - Unknown
                      molecule_type: ss-DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: '4320014.8'
                      location: SEQ ID NO 8
                      psl: SEQ ID NO 1
                      database_name: USGENE
                      country: United States
                      sequences_count: 2
                      patent_number: US4320014A
                      title: Adrenocorticotropin-lipotropin precursor gene
                      assignees:
                      - The Regents of the University of California (Berkeley CA)
                      inventors:
                      - 1Baxter John D. (San Francisco CA);
                      family_inpadoc: BE4322499
                      earliest_priority_date: '1978-12-22'
                      publication_date: '1982-03-30'
                      filing_date: '1978-12-22'
                      calculated_expiry_date: null
                      document_type: Grant patent
                    - sequence_key: SBNN00000002
                      subject_sequence_length: 20
                      organisms:
                      - Homo sapiens
                      molecule_type: protein
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: AAP10002
                      location: null
                      psl: Example; Fig 2; 50pp; French.
                      database_name: GENESEQ
                      country: United States
                      sequences_count: 1
                      patent_number: BE885190002A
                      title: DNA transfer vectors contg. codes for human insulin
                      assignees:
                      - UNIV CALIFORNIA
                      inventors:
                      - Murray K
                      - Schaller HE
                      family_inpadoc: BE4322499
                      earliest_priority_date: '1979-09-12'
                      publication_date: '1980-12-31'
                      filing_date: '1979-09-12'
                      calculated_expiry_date: null
                      document_type: Grant patent
                    - sequence_key: SBNN00000002
                      subject_sequence_length: 20
                      organisms:
                      - Not provided
                      molecule_type: Nucleic acid
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: AU2012200002.2
                      location: SEQ ID NO 2
                      psl: Example; Fig 2; 50pp; French.
                      database_name: GENESEQ FASTAlert
                      country: Australia
                      sequences_count: 188
                      patent_number: AU2012200002A1
                      title: New single chain polypeptide fusion protein having non-cytotoxic protease cleaving
                      assignees:
                      - ALLERGAN INC
                      - UK SEC FOR HEALTH
                      inventors: null
                      family_inpadoc: AU4322499
                      earliest_priority_date: '2015-12-01'
                      publication_date: '2013-10-03'
                      filing_date: null
                      calculated_expiry_date: null
                      document_type: Application
                    - sequence_key: SBNN00000002
                      subject_sequence_length: 20
                      organisms:
                      - Homo sapiens
                      molecule_type: DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: WO2001050002.2
                      location: SEQ ID NO 2
                      psl: Example; Fig 2; 50pp; French.
                      database_name: WOGENE
                      country: WIPO
                      sequences_count: 1040
                      patent_number: WO2001050002A1
                      title: Nucleic Acids, Proteins, and Antibodies
                      assignees:
                      - Human Genome Sciences, Inc., et al.
                      inventors: []
                      family_inpadoc: WO4322499
                      earliest_priority_date: '2022-07-07'
                      publication_date: '2001-08-02'
                      filing_date: null
                      calculated_expiry_date: null
                      document_type: Application
                    - sequence_key: SBNN00000002
                      subject_sequence_length: 20
                      organisms:
                      - Mylossoma duriventre
                      molecule_type: DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: KR070959_2.1
                      location: null
                      psl: VRT
                      database_name: GenBank®
                      country: 'Brazil: Goias, Aragarcas, Rio Araguaia, Rio Araguaia'
                      sequences_count: 1
                      patent_number: null
                      title: 'Molecular identification of cryptic diversity in species of cis-Andean Mylossoma (Characiformes: Serrasalmidae)'
                      assignees:
                      - Mateussi, N.T.
                      - Pavanelli, C.S.
                      - Oliveira, C.
                      inventors:
                      - Mateussi, N.T.
                      - Pavanelli, C.S.
                      - Oliveira, C.
                      family_inpadoc: null
                      earliest_priority_date: '2015-04-06'
                      publication_date: '2016-04-05'
                      filing_date: '2015-04-06'
                      calculated_expiry_date: null
                      document_type: null
                    - sequence_key: SBNN00000003
                      subject_sequence_length: 20
                      organisms:
                      - Unknown
                      molecule_type: ss-DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: '4320025.14'
                      location: SEQ ID NO 14
                      psl: SEQ ID NO 1
                      database_name: USGENE
                      country: United States
                      sequences_count: 2
                      patent_number: US4320025A
                      title: Adrenocorticotropin-lipotropin precursor gene
                      assignees:
                      - The Regents of the University of California (Berkeley CA)
                      inventors:
                      - 1Baxter John D. (San Francisco CA);
                      family_inpadoc: BE4322499
                      earliest_priority_date: '1978-12-22'
                      publication_date: '1982-03-30'
                      filing_date: '1978-12-22'
                      calculated_expiry_date: null
                      document_type: Grant patent
                    - sequence_key: SBNN00000003
                      subject_sequence_length: 20
                      organisms:
                      - Homo sapiens
                      molecule_type: protein
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: AAP10003
                      location: null
                      psl: Example; Fig 2; 50pp; French.
                      database_name: GENESEQ
                      country: United States
                      sequences_count: 1
                      patent_number: BE885190003A
                      title: DNA transfer vectors contg. codes for human insulin
                      assignees:
                      - UNIV CALIFORNIA
                      inventors:
                      - Murray K
                      - Schaller HE
                      family_inpadoc: BE4322499
                      earliest_priority_date: '1979-09-12'
                      publication_date: '1980-12-31'
                      filing_date: '1979-09-12'
                      calculated_expiry_date: null
                      document_type: Grant patent
                    - sequence_key: SBNN00000003
                      subject_sequence_length: 20
                      organisms:
                      - Not provided
                      molecule_type: Nucleic acid
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: AU2012200003.3
                      location: SEQ ID NO 3
                      psl: Example; Fig 2; 50pp; French.
                      database_name: GENESEQ FASTAlert
                      country: Australia
                      sequences_count: 188
                      patent_number: AU2012200003A1
                      title: New single chain polypeptide fusion protein having non-cytotoxic protease cleaving
                      assignees:
                      - ALLERGAN INC
                      - UK SEC FOR HEALTH
                      inventors: null
                      family_inpadoc: AU4322499
                      earliest_priority_date: '2015-12-01'
                      publication_date: '2013-10-03'
                      filing_date: null
                      calculated_expiry_date: null
                      document_type: Application
                    - sequence_key: SBNN00000003
                      subject_sequence_length: 20
                      organisms:
                      - Homo sapiens
                      molecule_type: DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      identities_percent: 83.33
                      query_identities_percent: 83.33
                      positives: 15
                      positives_percent: 83.33
                      alignments:
                      - alignment_length: 18
                        alignment: "Query:  2 TGGGGGATCCGGCTTGGG 19\n          ||||||| | |||| |||\nSbjct:  2 TGGGGGAACGGGCTAGGG 19\n\n"
                        hit_from: 2
                        hit_to: 19
                        query_from: 2
                        query_to: 19
                        score: 12
                        identities: 15
                        positives: 15
                        gaps: 0
                        bit_score: 19.9
                        expect: 3.7
                        strand: plus
                        query_frame: 1
                        subject_frame: 1
                      accession_number: WO2001050003.3
                      location: SEQ ID NO 3
                      psl: Example; Fig 2; 50pp; French.
                      database_name: WOGENE
                      country: WIPO
                      sequences_count: 1040
                      patent_number: WO2001050003A1
                      title: Nucleic Acids, Proteins, and Antibodies
                      assignees:
                      - Human Genome Sciences, Inc., et al.
                      inventors: []
                      family_inpadoc: WO4322499
                      earliest_priority_date: '2022-07-07'
                      publication_date: '2001-08-02'
                      filing_date: null
                      calculated_expiry_date: null
                      document_type: Application
                    - sequence_key: SBNN00000003
                      subject_sequence_length: 20
                      organisms:
                      - Mylossoma duriventre
                      molecule_type: DNA
                      query_coverage: 90
                      score: 12
                      bit_score: 19.9
                      gaps: 0
                      expect: 3.7
                      identities: 15
                      id

# --- truncated at 32 KB (38 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/clarivate/refs/heads/main/openapi/clarivate-search-results-api-openapi.yml