Back to catalog
Cortexa research tool·genomics·ena_browser
Ena Get Entry
Get entry information from ENA by accession number. Supports EMBL/GenBank accessions only (e.g., U00096, AJ312385, M15390). Does NOT support RefSeq accessions (NC_*, NM_*, NP_* prefixes). Currently extracts metadata from FASTA header. For comprehensive metadata including project, sample, taxon, publications, and sequence length, use ena_get_entry_summary instead. Returns sequence header information with basic metadata.
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accession": {
"description": "EMBL/GenBank accession number. NOT RefSeq (NC_*, NM_*, NP_*). Examples: 'U00096', 'AJ312385'",
"type": "string"
},
"expanded": {
"default": false,
"description": "Return expanded metadata (default: false)",
"type": "boolean"
}
},
"required": [
"accession"
],
"type": "object"
}Examples (1)
Default Ena Get Entry call
public-safeinput
{
"accession": "P38398",
"expanded": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ena_get_entry
- Tool name
- ena_get_entry
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse