[B063]Extract Multiple Patent Sequence
Extract all sequences from a single patent and provide the total count, sequence numbers, sequence codes, and sequence details. Present the information in a paginated format.
Request Parameters
List of parameters supported by this API endpoint
| Name | Type | Example | Description |
|---|---|---|---|
Required | array | [
"ALLPATENT"
] | Extract Range(Enumeration value:ALLPATENT、CLAIMS) |
| integer<int32> | 50000 | The maximum number of returned results is supported to be no more than 100,000, with a default value of 50,000 |
Required | integer<int32> | 1 | Current page number, start from 1 |
| array | [
"d10f8044-d3b9-4b53-b27f-b0f4fe9092cd"
] | Patent ID Collections, Input up to 100 patent IDs. |
| array | [
"WO2004050828A2"
] | Patent publication number collections, Input up to 100 patent Numbers.One of patent_numbers、patent_ids must be filled in, and if they are filled in at the same time, patent_ids shall prevail, followed by patent_numbers |
| object | {
"end": 200,
"start": 50
} | Sequence Length Range |
| integer<int32> | 100 | End value |
| integer<int32> | - | Start value |
| string | PROTEIN | Sequence Type, PROTEIN or NUCLEOTIDE |
Required | integer<int32> | 10 | Current page result size, support maximum 100 |
Response Schema
Structure of the API response data
| Field Name | Type | Example | Description |
|---|---|---|---|
data | object | - | response data |
page | integer<int32> | 1 | Current page number, start from 1 |
size | integer<int32> | 10 | Current page result size, support maximum 100 |
limit | integer<int32> | 50000 | The maximum number of returned results is supported to be no more than 100,000, with a default value of 50,000 |
total | integer<int32> | 1000 | Query Results Count |
results | array | Please check the form: OpenApiExtractMultiHit | Query Results |
s_len | integer<int32> | 123 | Subject sequence length |
seq_id | string | 834879 | Sequence ID |
antibody | string | Yes | Whether it is an antibody sequence |
location | object | {
"APP": [
"5"
],
"FIG": [
"1A"
],
"PAGE": [
"55/56"
],
"ANNEX": [
"2"
],
"TABLE": [
"A-1"
],
"EXAMPLE": [
"8"
]
} | Sequence location in patent |
s_sequence | string | MQPDLHSRALAAHTLHQFRTLSPLTHCMTNEVVQSFTANTLLALGASPAMVIEPEEASQFAAIASALLVNVGTLTQERATAMRAAVERAYHAKTPWTLDPVAVGALEFRRRFCLDLLSLQPAA | Subject sequence |
patent_number | string | WO2004050828A2 | Patent publication number |
sequence_type | string | PROTEIN | Sequence Type, PROTEIN or NUCLEOTIDE |
total_per_patent | integer<int32> | 100 | The total number of a single patent sequence |
claimed_in_patent | string | 1 | Whether it is disclosed in the claims |
sequence_id_number | array | [
"1"
] | Sequence ID number in patent |
statusRequired | boolean | false | Status |
error_msg | string | The request parameter format is incorrect! | Error Message |
error_codeRequired | integer | 0 | Error Code |
Success Response Example
Example of a successful API response
JSON
{
"data": {
"page": 1,
"size": 10,
"limit": 50000,
"total": 1000,
"results": [
{
"s_len": 123,
"seq_id": 834879,
"antibody": "Yes",
"location": {
"APP": [
"5"
],
"FIG": [
"1A"
],
"PAGE": [
"55/56"
],
"ANNEX": [
"2"
],
"TABLE": [
"A-1"
],
"EXAMPLE": [
"8"
]
},
"s_sequence": "MQPDLHSRALAAHTLHQFRTLSPLTHCMTNEVVQSFTANTLLALGASPAMVIEPEEASQFAAIASALLVNVGTLTQERATAMRAAVERAYHAKTPWTLDPVAVGALEFRRRFCLDLLSLQPAA",
"patent_number": "WO2004050828A2",
"sequence_type": "PROTEIN",
"total_per_patent": 100,
"claimed_in_patent": 1,
"sequence_id_number": [
"1"
]
}
]
},
"status": true,
"error_code": 0
}Error Codes
List of possible error codes returned by this endpoint
Business Errors
| Error Code | Description |
|---|---|
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
Platform Errors
| Error Code | Description |
|---|---|
67200001 | API call exceeds the total limit set by the platform! |
67200002 | Quota exceeds the limit! |
67200003 | Access token expired or authentication error! |
67200004 | No permission or API package quota has exceeded the limit! |
67200005 | Insufficient balance, call failed! |
67200006 | This client has expired and call failed! |
67200007 | Exceeded the call limit, call failed! |
67200008 | apiKey not Pass and call failed. |
67200009 | apiKey not match Token and call failed. |
HTTP Status Codes
| Status Code | Description |
|---|---|
0 | Success |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
53000001 | Invalid parameter. |
53000003 | Server internal exception. |
Performance Metrics
Expected performance characteristics for this endpoint
Normal Response Time
5000 ms
Max Response Time
10000 ms