GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
Query by Variant
API Request Examples for Variant: 19-11107472-A-G (hg38)
← Back to variant descriptionHere's how to construct API requests for variant 19-11107472-A-G on genome hg38:
Bash / cURL Example
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11107472&ref=A&alt=G&genome=hg38&allGenes=true"