Back to catalog
Cortexa research tool·genomics·imgt
IMGT Get Sequence
Get immunoglobulin/T cell receptor sequence from IMGT by accession number. IMGT is the reference for IG/TR/MHC gene sequences. Returns sequence in FASTA or EMBL format. Uses EBI DBFetch. No authentication required.
Livelast probed 2026-04-30 23:07Z· 117msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 117ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "IMGT/LIGM-DB accession or EMBL/GenBank accession",
"type": "string"
},
"format": {
"default": "fasta",
"description": "Output format: fasta or embl (default: fasta)",
"enum": [
"fasta",
"embl"
],
"type": "string"
},
"operation": {
"const": "get_sequence",
"type": "string"
}
},
"required": [
"accession"
],
"type": "object"
}Examples (1)
Default IMGT Get Sequence call
public-safeinput
{
"accession": "P38398"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_IMGT_get_sequence
- Tool name
- IMGT_get_sequence
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse