← 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: 10-47452-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=47452&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PM5",
"PP2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TUBB8",
"hgnc_id": 20773,
"hgvs_c": "c.940G>C",
"hgvs_p": "p.Ala314Pro",
"inheritance_mode": "SD,AD,AR",
"pathogenic_score": 5,
"score": 5,
"transcript": "NM_177987.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,PP2",
"acmg_score": 5,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.9904,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.13,
"chr": "10",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.4844164550304413,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 444,
"aa_ref": "A",
"aa_start": 314,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1562,
"cdna_start": 998,
"cds_end": null,
"cds_length": 1335,
"cds_start": 940,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_177987.3",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.940G>C",
"hgvs_p": "p.Ala314Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000568584.6",
"protein_coding": true,
"protein_id": "NP_817124.1",
"strand": false,
"transcript": "NM_177987.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 444,
"aa_ref": "A",
"aa_start": 314,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1562,
"cdna_start": 998,
"cds_end": null,
"cds_length": 1335,
"cds_start": 940,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000568584.6",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.940G>C",
"hgvs_p": "p.Ala314Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_177987.3",
"protein_coding": true,
"protein_id": "ENSP00000456206.2",
"strand": false,
"transcript": "ENST00000568584.6",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 410,
"aa_ref": "A",
"aa_start": 280,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2438,
"cdna_start": 1878,
"cds_end": null,
"cds_length": 1233,
"cds_start": 838,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000564130.2",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.838G>C",
"hgvs_p": "p.Ala280Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457610.1",
"strand": false,
"transcript": "ENST00000564130.2",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 407,
"aa_ref": "A",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1367,
"cdna_start": 868,
"cds_end": null,
"cds_length": 1224,
"cds_start": 829,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000568866.5",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.829G>C",
"hgvs_p": "p.Ala277Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457062.1",
"strand": false,
"transcript": "ENST00000568866.5",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 372,
"aa_ref": "A",
"aa_start": 242,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": 1566,
"cds_end": null,
"cds_length": 1119,
"cds_start": 724,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001389618.1",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.724G>C",
"hgvs_p": "p.Ala242Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001376547.1",
"strand": false,
"transcript": "NM_001389618.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 372,
"aa_ref": "A",
"aa_start": 242,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2531,
"cdna_start": 1971,
"cds_end": null,
"cds_length": 1119,
"cds_start": 724,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001389619.1",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.724G>C",
"hgvs_p": "p.Ala242Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001376548.1",
"strand": false,
"transcript": "NM_001389619.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 393,
"aa_ref": "A",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1803,
"cdna_start": 806,
"cds_end": null,
"cds_length": 1182,
"cds_start": 787,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047425177.1",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.787G>C",
"hgvs_p": "p.Ala263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281133.1",
"strand": false,
"transcript": "XM_047425177.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 332,
"aa_ref": "A",
"aa_start": 202,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1257,
"cdna_start": 697,
"cds_end": null,
"cds_length": 999,
"cds_start": 604,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_017016193.3",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.604G>C",
"hgvs_p": "p.Ala202Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016871682.1",
"strand": false,
"transcript": "XM_017016193.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 119,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1413,
"cdna_start": null,
"cds_end": null,
"cds_length": 360,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000561967.1",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.*603G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000454878.1",
"strand": false,
"transcript": "ENST00000561967.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 75,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 820,
"cdna_start": null,
"cds_end": null,
"cds_length": 228,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000562809.1",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "c.*603G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000456899.1",
"strand": true,
"transcript": "ENST00000562809.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1061,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567466.1",
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"hgvs_c": "n.*784G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000454914.1",
"strand": true,
"transcript": "ENST00000567466.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs781859520",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 20773,
"gene_symbol": "TUBB8",
"gnomad_exomes_ac": 6,
"gnomad_exomes_af": 0.00000411037,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.571,
"pos": 47452,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.555,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_177987.3"
}
]
}