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.
/api/v1/variant/chr20_54107677_C_A
REST API (v1)
CORS enabled for programmatic access. Large result sets expose explicit pagination metadata; the batch endpoint is bounded and rate guarded 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&limit=200&offset=0
Paginated variants near a gene
GET/api/v1/region/{chrom}:{start}-{end}?limit=200&offset=0
Paginated variants in a genomic interval
GET/api/v1/element/{element_id}?limit=200&offset=0
Regulatory element detail and paginated variants
POST/api/v1/batch
Up to 100 rsID or coordinate lookups per request
GET/api/v1/cross-receptor?limit=200&offset=0
Paginated variants bound by 2 or more receptors
GET/api/v1/stats
Database summary statistics
Example: GET /api/v1/variant/chr20_54107677_C_A