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: 12-32850765-C-G (hg38)

← Back to variant description

Here's how to construct API requests for variant 12-32850765-C-G on genome hg38:

Bash / cURL Example

curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=32850765&ref=C&alt=G&genome=hg38&allGenes=true"

API Response