[B016]Sequence Infomation

post
https://connect.patsnap.com/bio/sequence/info
Try in Sandbox

This interface provides Sequence information, including Sequence ID, sequence, sequence length, sequence type (nucleotide or protein), SEQ ID NO, sequence claim position, species

Request Parameters

List of parameters supported by this API endpoint

NameTypeExampleDescription
sequence_id
integer<int64>524284411
sequence_id

Response Schema

Structure of the API response data

Field NameTypeExampleDescription
data
object-
response data
cdrs
objectPlease check the form: BioSequenceInfoCdrs
cdrs
abm
arrayPlease check the form: BioSequenceInfoCdr
abm
hc_cdr1
stringGYTFTNYY
hc_cdr1
hc_cdr2
stringINPSNGGT
hc_cdr2
hc_cdr3
stringARRDYRFDMGFDY
hc_cdr3
imgt
arrayPlease check the form: BioSequenceInfoCdr
imgt
kabat
arrayPlease check the form: BioSequenceInfoCdr
kabat
chothia
arrayPlease check the form: BioSequenceInfoCdr
chothia
contact
arrayPlease check the form: BioSequenceInfoCdr
contact
type
stringProteins
sequence type
drugs
arrayPlease check the form: BioDrugInfo
drugs
drug_id
string2838b95ade834c96b17ac8bcd2b68c27
ID
display_name
array[ { "lang": "EN", "name": "Adalimumab" }, { "lang": "CN", "name": "阿达木单抗" } ]
Name
lang
stringEN
Language
name
stringRanibizumab (Genentech)
Drug,Target,Organization,Disease,Country/Location,DICT,Mechanism Action Name
genes
arrayPlease check the form: BioGeneInfo
genes
name
stringA1BG
Name
gene_id
string2838b95ade834c96b17ac8bcd2b68c27
ID
length
string113 aa
sequence length
organism
array[ "Synthetic construct" ]
organism
sequence
stringCDLPQTHSLGSRRTLMLLAQMRKISLFSCLKDRHDFGFPQEEFGNQFQKAETIPVLHEMIQQIFNLFSTKDSSAAWDETLLDKFYTELYQQLNDLEACVIQGVGVTETPLMKEDSILAVRKYFQRITLYLKEKKYSPCAWEVVRAEIMRSFSLSTNLQESLRSKE
sequence
description
stringInteferon alpha-2
sequence description
is_antibody
boolean-
is antibody
seq_position
arrayPlease check the form: BioSequenceInfoClaim
seq position
pn
stringUS12084692B2
pn
pbdt
integer<int32>20250805
pbdt
positions
array[ "Claim 17;", "Claim 28;" ]
positions
sequence_code
integer<int64>834879
sequence code
sequence_name
array[ "RNA, (G-G-A-G-A-A-G-U-G-G-U-A-G-A-G-G-C-A-C-A)" ]
sequence name
sequence_label
array[ "artificial Sequence", "mutation", "variant" ]
sequence label
claimed_in_patents
booleantrue
claimed in patents
chemically_modified
boolean-
chemically modified
status
Required
booleanfalse
Status
error_msg
stringThe request parameter format is incorrect!
Error Message
error_code
Required
integer0
Error Code

Success Response Example

Example of a successful API response

JSON
{
  "data": {
    "cdrs": {
      "abm": [
        {
          "hc_cdr1": "GYTFTNYY",
          "hc_cdr2": "INPSNGGT",
          "hc_cdr3": "ARRDYRFDMGFDY"
        }
      ],
      "imgt": [
        {
          "hc_cdr1": "GYTFTNYY",
          "hc_cdr2": "INPSNGGT",
          "hc_cdr3": "ARRDYRFDMGFDY"
        }
      ],
      "kabat": [
        {
          "hc_cdr1": "GYTFTNYY",
          "hc_cdr2": "INPSNGGT",
          "hc_cdr3": "ARRDYRFDMGFDY"
        }
      ],
      "chothia": [
        {
          "hc_cdr1": "GYTFTNYY",
          "hc_cdr2": "INPSNGGT",
          "hc_cdr3": "ARRDYRFDMGFDY"
        }
      ],
      "contact": [
        {
          "hc_cdr1": "GYTFTNYY",
          "hc_cdr2": "INPSNGGT",
          "hc_cdr3": "ARRDYRFDMGFDY"
        }
      ]
    },
    "type": "Proteins",
    "drugs": [
      {
        "drug_id": "2838b95ade834c96b17ac8bcd2b68c27",
        "display_name": [
          {
            "lang": "EN",
            "name": "Ranibizumab (Genentech)"
          }
        ]
      }
    ],
    "genes": [
      {
        "name": "A1BG",
        "gene_id": "2838b95ade834c96b17ac8bcd2b68c27"
      }
    ],
    "length": "113 aa",
    "organism": [
      "Synthetic construct"
    ],
    "sequence": "CDLPQTHSLGSRRTLMLLAQMRKISLFSCLKDRHDFGFPQEEFGNQFQKAETIPVLHEMIQQIFNLFSTKDSSAAWDETLLDKFYTELYQQLNDLEACVIQGVGVTETPLMKEDSILAVRKYFQRITLYLKEKKYSPCAWEVVRAEIMRSFSLSTNLQESLRSKE",
    "description": "Inteferon alpha-2",
    "is_antibody": false,
    "seq_position": [
      {
        "pn": "US12084692B2",
        "pbdt": 20250805,
        "positions": [
          "Claim 17;",
          "Claim 28;"
        ]
      }
    ],
    "sequence_code": 834879,
    "sequence_name": [
      "RNA, (G-G-A-G-A-A-G-U-G-G-U-A-G-A-G-G-C-A-C-A)"
    ],
    "sequence_label": [
      "artificial Sequence",
      "mutation",
      "variant"
    ],
    "claimed_in_patents": true,
    "chemically_modified": false
  },
  "status": true,
  "error_code": 0
}

Error Codes

List of possible error codes returned by this endpoint

Business Errors

Error CodeDescription
68300004Invalid parameter!
68300005Search api failure!
68300006Analytic basic access error!
68300007Bad request!
68300008Service error, please try again later!
68300010The file does not comply with upload specifications!

Platform Errors

Error CodeDescription
67200000API call exceeds the total limit set by the platform!
67200001API call exceeds the total limit set by the platform!
67200002The current call rate is too fast, exceeding the current configuration limit QPS!
67200003The key and secret parameters for applying for the token are incorrect or the client has been disabled!
67200004The requested api does not have permission. Please contact our support personnel!
67200005Insufficient account balance/number of calls!
67200006The client has exceeded the activation validity period!
67200007The current call exceeds the configured usage limit of the day!
67200008Please check if the required apikey in the query parameter has been transmitted!
67200009The apikey does not match the passed bearerToken. Please check if a valid token is being used!
67200012The request is illegal!
67200100The current server status is busy, request response timeout!
67200101The API requested currently does not exist. Please check the request path!

HTTP Status Codes

Status CodeDescription
0Success
201Created
401Unauthorized
403Forbidden
404Not Found

Performance Metrics

Expected performance characteristics for this endpoint

Normal Response Time

5000 ms

Max Response Time

10000 ms