Back to catalog
Cortexa research tool·structure·ensembl_info
Ensembl Get Assembly Info
Get genome assembly metadata for a species from the Ensembl REST API. Returns assembly name, accession, version history, chromosome karyotype with sizes, genebuild date, golden path length, and available coordinate system versions. Essential for interpreting genomic coordinates and understanding assembly composition. Example: 'homo_sapiens' returns GRCh38.p14, assembly date 2013-12, genebuild May 2025, 194 top-level regions, karyotype chromosomes 1-22 plus X and Y.
Livelast probed 2026-04-30 23:07Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"species": {
"description": "Ensembl species name (lowercase with underscores). Examples: 'homo_sapiens' (human), 'mus_musculus' (mouse), 'danio_rerio' (zebrafish), 'drosophila_melanogaster' (fruit fly), 'saccharomyces_cerevisiae' (yeast).",
"type": "string"
}
},
"required": [
"species"
],
"type": "object"
}Examples (1)
Default Ensembl Get Assembly Info call
public-safeinput
{
"species": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Ensembl_get_assembly_info
- Tool name
- Ensembl_get_assembly_info
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse