Home / API

Interactive API console

Call the live REST API and view the raw JSON response. Pick an endpoint, enter a parameter and run. Field definitions are in the Documentation.

GET

/api/v1/variant/chr20_54107677_C_A

REST API (v1)

CORS enabled for programmatic access; rate limited for fair use.

GET/api/v1/variant/{variant_id}
All three receptor scores and annotations for one variant
GET/api/v1/gene/{gene_symbol}?receptor=all
Variants near a gene
GET/api/v1/region/{chrom}:{start}-{end}
Variants in a genomic interval
GET/api/v1/element/{element_id}
Regulatory element detail and overlapping variants
POST/api/v1/batch
Batch rsID or coordinate lookup with a JSON body
GET/api/v1/cross-receptor
Variants bound by 2 or more receptors
GET/api/v1/stats
Database summary statistics

Example: GET /api/v1/variant/chr20_54107677_C_A