GET /genome/accession/{accession}/annotation_report
Operation ID: genome_annotation_report
Auth: unknown
Description
Get genome annotation reports by genome assembly accession, where each report represents a single feature annotated on the genome. By default, in paged JSON format, but also available in tabular (accept: text/tab-separated-values) or JSON Lines (accept: application/x-ndjson) formats.
Parameters (12)
(string, path, required)
One or more genome assembly accessions, limited to 100
(array, query, optional)
Limit to one or more features annotated on the genome by specifying a number corresponding to a row_id (unstable).
(array, query, optional)
Limit to features of a specified gene locus type.
(?, query, optional)
Specify when to include the table header when requesting a tabular report.
(array, query, optional)
Limit to features annotated at a specific location on the genome, by specifying a chromosome name or accession and optional start-stop range.
(integer, query, optional, default: 20)
The maximum number of features to return. Default is 20 and maximum is 1000. If the number of results exceeds the page size, `page_token` can be used to retrieve the remaining results.
(string, query, optional)
A page token is returned when the results count exceeds `page size`. Use this token along with previous request parameters to retrieve the next page of results. When `page_token` is empty, all results have been retrieved.
(array, query, optional)
Limit to features that match the specified gene symbol, gene name or protein name.
(?, query, optional)
(string, query, optional)
(array, query, optional)
Limit to annotated features matching the given gene symbol (case-sensitive).
(?, query, optional)
Optional pre-defined template for processing a tabular data request
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get genome annotation reports by genome assembly accession | openapi-spec |
https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001635.27/annotation_report?annotation_ids=1&symbols=Qsox1&locations=1:1-1000&gene_types=protein-coding&search_text=kinase |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:33:34.546134 | 200 | 355ms |