← 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-100214929-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=100214929&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 100214929,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001918.5",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "NM_001918.5",
"protein_id": "NP_001909.4",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 482,
"cds_start": 827,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370132.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001918.5"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000370132.8",
"protein_id": "ENSP00000359151.3",
"transcript_support_level": 1,
"aa_start": 276,
"aa_end": null,
"aa_length": 482,
"cds_start": 827,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001918.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370132.8"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000370131.3",
"protein_id": "ENSP00000359150.3",
"transcript_support_level": 1,
"aa_start": 276,
"aa_end": null,
"aa_length": 320,
"cds_start": 827,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370131.3"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000681617.1",
"protein_id": "ENSP00000505544.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 524,
"cds_start": 827,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681617.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000875462.1",
"protein_id": "ENSP00000545521.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 482,
"cds_start": 827,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875462.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000875463.1",
"protein_id": "ENSP00000545522.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 458,
"cds_start": 827,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875463.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000948414.1",
"protein_id": "ENSP00000618473.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 456,
"cds_start": 827,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948414.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000875464.1",
"protein_id": "ENSP00000545523.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 418,
"cds_start": 827,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875464.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys",
"transcript": "ENST00000875465.1",
"protein_id": "ENSP00000545524.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 368,
"cds_start": 827,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875465.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.284T>G",
"hgvs_p": "p.Phe95Cys",
"transcript": "NM_001399969.1",
"protein_id": "NP_001386898.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 301,
"cds_start": 284,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399969.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.284T>G",
"hgvs_p": "p.Phe95Cys",
"transcript": "NM_001399972.1",
"protein_id": "NP_001386901.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 301,
"cds_start": 284,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399972.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.284T>G",
"hgvs_p": "p.Phe95Cys",
"transcript": "ENST00000681780.1",
"protein_id": "ENSP00000505780.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 301,
"cds_start": 284,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681780.1"
},
{
"aa_ref": "F",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "c.284T>G",
"hgvs_p": "p.Phe95Cys",
"transcript": "XM_017000468.3",
"protein_id": "XP_016855957.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 301,
"cds_start": 284,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000468.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.659T>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174363.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.841T>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174364.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.624T>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174365.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.841T>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"hgvs_c": "n.841T>G",
"hgvs_p": null,
"transcript": "XR_007095647.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007095647.1"
},
{
"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-3715A>C",
"hgvs_p": null,
"transcript": "ENST00000835180.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000835180.1"
}
],
"gene_symbol": "DBT",
"gene_hgnc_id": 2698,
"dbsnp": "rs121964999",
"frequency_reference_population": 0.00019961293,
"hom_count_reference_population": 0,
"allele_count_reference_population": 322,
"gnomad_exomes_af": 0.00020946,
"gnomad_genomes_af": 0.000105108,
"gnomad_exomes_ac": 306,
"gnomad_genomes_ac": 16,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.938140869140625,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.842,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8791,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.947,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001918.5",
"gene_symbol": "DBT",
"hgnc_id": 2698,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.827T>G",
"hgvs_p": "p.Phe276Cys"
},
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000835180.1",
"gene_symbol": "ENSG00000285530",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.140-3715A>C",
"hgvs_p": null
}
],
"clinvar_disease": "Maple syrup urine disease,Maple syrup urine disease type 1A,Maple syrup urine disease type 2,See cases,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:8 LP:4",
"phenotype_combined": "not provided|Maple syrup urine disease|See cases|Maple syrup urine disease type 2|Maple syrup urine disease type 1A",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}