← Back to variant description
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
API Request Examples for Variant: 1-100206310-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=100206310&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 100206310,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000370132.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.1210-9A>T",
"hgvs_p": null,
"transcript": "NM_001918.5",
"protein_id": "NP_001909.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10799,
"mane_select": "ENST00000370132.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.1210-9A>T",
"hgvs_p": null,
"transcript": "ENST00000370132.8",
"protein_id": "ENSP00000359151.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 482,
"cds_start": -4,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10799,
"mane_select": "NM_001918.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.1336-9A>T",
"hgvs_p": null,
"transcript": "ENST00000681617.1",
"protein_id": "ENSP00000505544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": -4,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.667-9A>T",
"hgvs_p": null,
"transcript": "NM_001399969.1",
"protein_id": "NP_001386898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.667-9A>T",
"hgvs_p": null,
"transcript": "NM_001399972.1",
"protein_id": "NP_001386901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.667-9A>T",
"hgvs_p": null,
"transcript": "ENST00000681780.1",
"protein_id": "ENSP00000505780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285530",
"gene_hgnc_id": null,
"hgvs_c": "n.140-12334T>A",
"hgvs_p": null,
"transcript": "ENST00000835180.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.1042-9A>T",
"hgvs_p": null,
"transcript": "NR_174363.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.1224-9A>T",
"hgvs_p": null,
"transcript": "NR_174364.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.1007-9A>T",
"hgvs_p": null,
"transcript": "NR_174365.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.1309-9A>T",
"hgvs_p": null,
"transcript": "NR_174366.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.667-9A>T",
"hgvs_p": null,
"transcript": "XM_017000468.3",
"protein_id": "XP_016855957.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": -4,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"dbsnp": "rs34229137",
"frequency_reference_population": 0.33704722,
"hom_count_reference_population": 33437,
"allele_count_reference_population": 479811,
"gnomad_exomes_af": 0.339747,
"gnomad_genomes_af": 0.313462,
"gnomad_exomes_ac": 433976,
"gnomad_genomes_ac": 45835,
"gnomad_exomes_homalt": 25446,
"gnomad_genomes_homalt": 7991,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8600000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.732,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.00000480932562428005,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000370132.8",
"gene_symbol": "DBT",
"hgnc_id": 2698,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1210-9A>T",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000835180.1",
"gene_symbol": "ENSG00000285530",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.140-12334T>A",
"hgvs_p": null
}
],
"clinvar_disease": "Maple syrup urine disease,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not specified|Maple syrup urine disease|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}