← 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: 2-43837870-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=43837870&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 43837870,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000405322.8",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "NM_022436.3",
"protein_id": "NP_071881.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 651,
"cds_start": 229,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2760,
"mane_select": "ENST00000405322.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "ENST00000405322.8",
"protein_id": "ENSP00000384513.2",
"transcript_support_level": 1,
"aa_start": 77,
"aa_end": null,
"aa_length": 651,
"cds_start": 229,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2760,
"mane_select": "NM_022436.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "n.881G>T",
"hgvs_p": null,
"transcript": "ENST00000486512.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 3033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "XM_011533024.3",
"protein_id": "XP_011531326.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 606,
"cds_start": 229,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "XM_006712073.4",
"protein_id": "XP_006712136.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 593,
"cds_start": 229,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "XM_011533026.3",
"protein_id": "XP_011531328.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 561,
"cds_start": 229,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "XM_005264480.5",
"protein_id": "XP_005264537.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 558,
"cds_start": 229,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*",
"transcript": "XM_006712074.4",
"protein_id": "XP_006712137.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 339,
"cds_start": 229,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 1358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "n.996G>T",
"hgvs_p": null,
"transcript": "ENST00000409962.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "n.883G>T",
"hgvs_p": null,
"transcript": "ENST00000644754.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": 2896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.-15G>T",
"hgvs_p": null,
"transcript": "XM_011533025.4",
"protein_id": "XP_011531327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 570,
"cds_start": -4,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.-15G>T",
"hgvs_p": null,
"transcript": "XM_047445409.1",
"protein_id": "XP_047301365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 570,
"cds_start": -4,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.-49G>T",
"hgvs_p": null,
"transcript": "XM_011533027.4",
"protein_id": "XP_011531329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.-15G>T",
"hgvs_p": null,
"transcript": "XM_047445410.1",
"protein_id": "XP_047301366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"hgvs_c": "c.-15G>T",
"hgvs_p": null,
"transcript": "XM_047445411.1",
"protein_id": "XP_047301367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": -4,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABCG8",
"gene_hgnc_id": 13887,
"hgvs_c": "c.75+5209C>A",
"hgvs_p": null,
"transcript": "ENST00000644611.1",
"protein_id": "ENSP00000495423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": -4,
"cds_end": null,
"cds_length": 1366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2011,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABCG8",
"gene_hgnc_id": 13887,
"hgvs_c": "n.520+5209C>A",
"hgvs_p": null,
"transcript": "ENST00000643284.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": 3058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ABCG5",
"gene_hgnc_id": 13886,
"dbsnp": "rs119480070",
"frequency_reference_population": 0.0000024782717,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205222,
"gnomad_genomes_af": 0.00000657039,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5899999737739563,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.27000001072883606,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.531,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.27,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000405322.8",
"gene_symbol": "ABCG5",
"hgnc_id": 13886,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.229G>T",
"hgvs_p": "p.Glu77*"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000644611.1",
"gene_symbol": "ABCG8",
"hgnc_id": 13887,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.75+5209C>A",
"hgvs_p": null
}
],
"clinvar_disease": "Sitosterolemia 2",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Sitosterolemia 2",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}