← 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-75311777-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=75311777&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 75311777,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000377636.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": 21,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2383+961T>C",
"hgvs_p": null,
"transcript": "NM_014832.5",
"protein_id": "NP_055647.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": -4,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7588,
"mane_select": "ENST00000377636.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": 21,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2383+961T>C",
"hgvs_p": null,
"transcript": "ENST00000377636.8",
"protein_id": "ENSP00000366863.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1298,
"cds_start": -4,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7588,
"mane_select": "NM_014832.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": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2359+961T>C",
"hgvs_p": null,
"transcript": "ENST00000431480.6",
"protein_id": "ENSP00000395986.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1290,
"cds_start": -4,
"cds_end": null,
"cds_length": 3873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6347,
"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": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2194+961T>C",
"hgvs_p": null,
"transcript": "ENST00000377625.6",
"protein_id": "ENSP00000366852.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": -4,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6182,
"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": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2359+961T>C",
"hgvs_p": null,
"transcript": "NM_001286658.2",
"protein_id": "NP_001273587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1290,
"cds_start": -4,
"cds_end": null,
"cds_length": 3873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6402,
"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": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2194+961T>C",
"hgvs_p": null,
"transcript": "NM_001286659.2",
"protein_id": "NP_001273588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": -4,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6237,
"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": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1651+961T>C",
"hgvs_p": null,
"transcript": "ENST00000648194.1",
"protein_id": "ENSP00000496983.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1054,
"cds_start": -4,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6656,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.730+961T>C",
"hgvs_p": null,
"transcript": "ENST00000413735.1",
"protein_id": "ENSP00000396932.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 847,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "n.242+961T>C",
"hgvs_p": null,
"transcript": "ENST00000493487.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 458,
"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": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2308+961T>C",
"hgvs_p": null,
"transcript": "XM_005266603.3",
"protein_id": "XP_005266660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": -4,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7513,
"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": 19,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2284+961T>C",
"hgvs_p": null,
"transcript": "XM_047430808.1",
"protein_id": "XP_047286764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1265,
"cds_start": -4,
"cds_end": null,
"cds_length": 3798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7489,
"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": 20,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2272+961T>C",
"hgvs_p": null,
"transcript": "XM_011535331.3",
"protein_id": "XP_011533633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1261,
"cds_start": -4,
"cds_end": null,
"cds_length": 3786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7477,
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2119+961T>C",
"hgvs_p": null,
"transcript": "XM_047430809.1",
"protein_id": "XP_047286765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": -4,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7324,
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2083+961T>C",
"hgvs_p": null,
"transcript": "XM_047430810.1",
"protein_id": "XP_047286766.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1198,
"cds_start": -4,
"cds_end": null,
"cds_length": 3597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7288,
"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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.2008+961T>C",
"hgvs_p": null,
"transcript": "XM_047430811.1",
"protein_id": "XP_047286767.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1173,
"cds_start": -4,
"cds_end": null,
"cds_length": 3522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7213,
"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": 21,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1909+961T>C",
"hgvs_p": null,
"transcript": "XM_006719903.4",
"protein_id": "XP_006719966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1140,
"cds_start": -4,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 14429,
"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": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.34+961T>C",
"hgvs_p": null,
"transcript": "XM_047430812.1",
"protein_id": "XP_047286768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 515,
"cds_start": -4,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"dbsnp": "rs10492445",
"frequency_reference_population": 0.05166224,
"hom_count_reference_population": 527,
"allele_count_reference_population": 7857,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0516622,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 7857,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 527,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.283,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000377636.8",
"gene_symbol": "TBC1D4",
"hgnc_id": 19165,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2383+961T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}