← 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-75359852-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=75359852&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 75359852,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000377636.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "NM_014832.5",
"protein_id": "NP_055647.2",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1298,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3897,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7588,
"mane_select": "ENST00000377636.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "ENST00000377636.8",
"protein_id": "ENSP00000366863.3",
"transcript_support_level": 2,
"aa_start": 363,
"aa_end": null,
"aa_length": 1298,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3897,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7588,
"mane_select": "NM_014832.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "ENST00000431480.6",
"protein_id": "ENSP00000395986.2",
"transcript_support_level": 1,
"aa_start": 363,
"aa_end": null,
"aa_length": 1290,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 1434,
"cdna_end": null,
"cdna_length": 6347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "ENST00000377625.6",
"protein_id": "ENSP00000366852.2",
"transcript_support_level": 1,
"aa_start": 363,
"aa_end": null,
"aa_length": 1235,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3708,
"cdna_start": 1434,
"cdna_end": null,
"cdna_length": 6182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "NM_001286658.2",
"protein_id": "NP_001273587.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1290,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3873,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 6402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "NM_001286659.2",
"protein_id": "NP_001273588.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1235,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3708,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 6237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.544C>T",
"hgvs_p": "p.Arg182*",
"transcript": "ENST00000648194.1",
"protein_id": "ENSP00000496983.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 1054,
"cds_start": 544,
"cds_end": null,
"cds_length": 3165,
"cdna_start": 746,
"cdna_end": null,
"cdna_length": 6656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "XM_005266603.3",
"protein_id": "XP_005266660.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1273,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3822,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "XM_047430808.1",
"protein_id": "XP_047286764.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1265,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3798,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "XM_011535331.3",
"protein_id": "XP_011533633.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1261,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3786,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "XM_047430809.1",
"protein_id": "XP_047286765.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1210,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3633,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "XM_047430810.1",
"protein_id": "XP_047286766.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1198,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3597,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "XM_047430811.1",
"protein_id": "XP_047286767.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 1173,
"cds_start": 1087,
"cds_end": null,
"cds_length": 3522,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 7213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"hgvs_c": "c.613C>T",
"hgvs_p": "p.Arg205*",
"transcript": "XM_006719903.4",
"protein_id": "XP_006719966.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 1140,
"cds_start": 613,
"cds_end": null,
"cds_length": 3423,
"cdna_start": 8330,
"cdna_end": null,
"cdna_length": 14429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TBC1D4",
"gene_hgnc_id": 19165,
"dbsnp": "rs587777260",
"frequency_reference_population": 0.0000068198024,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000684484,
"gnomad_genomes_af": 0.00000657912,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.601,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.08,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000377636.8",
"gene_symbol": "TBC1D4",
"hgnc_id": 19165,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}