← 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: 13-75286862-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=75286862&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 75286862,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014832.5",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3827A>G",
"hgvs_p": "p.Asn1276Ser",
"transcript": "NM_014832.5",
"protein_id": "NP_055647.2",
"transcript_support_level": null,
"aa_start": 1276,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3827,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000377636.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014832.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3827A>G",
"hgvs_p": "p.Asn1276Ser",
"transcript": "ENST00000377636.8",
"protein_id": "ENSP00000366863.3",
"transcript_support_level": 2,
"aa_start": 1276,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3827,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014832.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377636.8"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3803A>G",
"hgvs_p": "p.Asn1268Ser",
"transcript": "ENST00000431480.6",
"protein_id": "ENSP00000395986.2",
"transcript_support_level": 1,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1290,
"cds_start": 3803,
"cds_end": null,
"cds_length": 3873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431480.6"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3638A>G",
"hgvs_p": "p.Asn1213Ser",
"transcript": "ENST00000377625.6",
"protein_id": "ENSP00000366852.2",
"transcript_support_level": 1,
"aa_start": 1213,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3638,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377625.6"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3803A>G",
"hgvs_p": "p.Asn1268Ser",
"transcript": "NM_001286658.2",
"protein_id": "NP_001273587.1",
"transcript_support_level": null,
"aa_start": 1268,
"aa_end": null,
"aa_length": 1290,
"cds_start": 3803,
"cds_end": null,
"cds_length": 3873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286658.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3752A>G",
"hgvs_p": "p.Asn1251Ser",
"transcript": "ENST00000954256.1",
"protein_id": "ENSP00000624315.1",
"transcript_support_level": null,
"aa_start": 1251,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3752,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954256.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3662A>G",
"hgvs_p": "p.Asn1221Ser",
"transcript": "ENST00000954257.1",
"protein_id": "ENSP00000624316.1",
"transcript_support_level": null,
"aa_start": 1221,
"aa_end": null,
"aa_length": 1243,
"cds_start": 3662,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954257.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3641A>G",
"hgvs_p": "p.Asn1214Ser",
"transcript": "ENST00000954258.1",
"protein_id": "ENSP00000624317.1",
"transcript_support_level": null,
"aa_start": 1214,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3641,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954258.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3638A>G",
"hgvs_p": "p.Asn1213Ser",
"transcript": "NM_001286659.2",
"protein_id": "NP_001273588.1",
"transcript_support_level": null,
"aa_start": 1213,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3638,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286659.2"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Asn1188Ser",
"transcript": "ENST00000954254.1",
"protein_id": "ENSP00000624313.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1210,
"cds_start": 3563,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954254.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3527A>G",
"hgvs_p": "p.Asn1176Ser",
"transcript": "ENST00000881333.1",
"protein_id": "ENSP00000551392.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1198,
"cds_start": 3527,
"cds_end": null,
"cds_length": 3597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881333.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3101A>G",
"hgvs_p": "p.Asn1034Ser",
"transcript": "ENST00000954255.1",
"protein_id": "ENSP00000624314.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1056,
"cds_start": 3101,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954255.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3095A>G",
"hgvs_p": "p.Asn1032Ser",
"transcript": "ENST00000648194.1",
"protein_id": "ENSP00000496983.1",
"transcript_support_level": null,
"aa_start": 1032,
"aa_end": null,
"aa_length": 1054,
"cds_start": 3095,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648194.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3752A>G",
"hgvs_p": "p.Asn1251Ser",
"transcript": "XM_005266603.3",
"protein_id": "XP_005266660.1",
"transcript_support_level": null,
"aa_start": 1251,
"aa_end": null,
"aa_length": 1273,
"cds_start": 3752,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266603.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3728A>G",
"hgvs_p": "p.Asn1243Ser",
"transcript": "XM_047430808.1",
"protein_id": "XP_047286764.1",
"transcript_support_level": null,
"aa_start": 1243,
"aa_end": null,
"aa_length": 1265,
"cds_start": 3728,
"cds_end": null,
"cds_length": 3798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430808.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3716A>G",
"hgvs_p": "p.Asn1239Ser",
"transcript": "XM_011535331.3",
"protein_id": "XP_011533633.1",
"transcript_support_level": null,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1261,
"cds_start": 3716,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535331.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3563A>G",
"hgvs_p": "p.Asn1188Ser",
"transcript": "XM_047430809.1",
"protein_id": "XP_047286765.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1210,
"cds_start": 3563,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430809.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3527A>G",
"hgvs_p": "p.Asn1176Ser",
"transcript": "XM_047430810.1",
"protein_id": "XP_047286766.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1198,
"cds_start": 3527,
"cds_end": null,
"cds_length": 3597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430810.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3452A>G",
"hgvs_p": "p.Asn1151Ser",
"transcript": "XM_047430811.1",
"protein_id": "XP_047286767.1",
"transcript_support_level": null,
"aa_start": 1151,
"aa_end": null,
"aa_length": 1173,
"cds_start": 3452,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430811.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.3353A>G",
"hgvs_p": "p.Asn1118Ser",
"transcript": "XM_006719903.4",
"protein_id": "XP_006719966.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1140,
"cds_start": 3353,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719903.4"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1478A>G",
"hgvs_p": "p.Asn493Ser",
"transcript": "XM_047430812.1",
"protein_id": "XP_047286768.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 515,
"cds_start": 1478,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430812.1"
}
],
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"dbsnp": "rs199954281",
"frequency_reference_population": 0.00008674123,
"hom_count_reference_population": 0,
"allele_count_reference_population": 140,
"gnomad_exomes_af": 0.0000417325,
"gnomad_genomes_af": 0.000518699,
"gnomad_exomes_ac": 61,
"gnomad_genomes_ac": 79,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.015047043561935425,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.044,
"revel_prediction": "Benign",
"alphamissense_score": 0.0688,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.752,
"phylop100way_prediction": "Benign",
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "NM_014832.5",
"gene_symbol": "TBC1D4",
"hgnc_id": 19165,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3827A>G",
"hgvs_p": "p.Asn1276Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}