← 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: 12-49185102-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=49185102&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 49185102,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000301071.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Arg422Gly",
"transcript": "NM_006009.4",
"protein_id": "NP_006000.2",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 451,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1365,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": "ENST00000301071.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Arg422Gly",
"transcript": "ENST00000301071.12",
"protein_id": "ENSP00000301071.7",
"transcript_support_level": 1,
"aa_start": 422,
"aa_end": null,
"aa_length": 451,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1365,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": "NM_006009.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1159C>G",
"hgvs_p": "p.Arg387Gly",
"transcript": "ENST00000550767.6",
"protein_id": "ENSP00000446637.1",
"transcript_support_level": 1,
"aa_start": 387,
"aa_end": null,
"aa_length": 416,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1446,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Arg422Gly",
"transcript": "NM_001270399.2",
"protein_id": "NP_001257328.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 451,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1925,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Arg422Gly",
"transcript": "ENST00000295766.9",
"protein_id": "ENSP00000439020.2",
"transcript_support_level": 2,
"aa_start": 422,
"aa_end": null,
"aa_length": 451,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1744,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Arg422Gly",
"transcript": "ENST00000715688.1",
"protein_id": "ENSP00000520499.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 451,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1159C>G",
"hgvs_p": "p.Arg387Gly",
"transcript": "NM_001270400.2",
"protein_id": "NP_001257329.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 416,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1453,
"cdna_end": null,
"cdna_length": 1760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1159C>G",
"hgvs_p": "p.Arg387Gly",
"transcript": "ENST00000547939.6",
"protein_id": "ENSP00000450268.2",
"transcript_support_level": 3,
"aa_start": 387,
"aa_end": null,
"aa_length": 416,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.1159C>G",
"hgvs_p": "p.Arg387Gly",
"transcript": "ENST00000552924.2",
"protein_id": "ENSP00000448725.2",
"transcript_support_level": 2,
"aa_start": 387,
"aa_end": null,
"aa_length": 416,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 1782,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "n.2297C>G",
"hgvs_p": null,
"transcript": "ENST00000550811.2",
"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": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"hgvs_c": "c.*720C>G",
"hgvs_p": null,
"transcript": "ENST00000679733.1",
"protein_id": "ENSP00000505459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": -4,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1802,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TUBA1B-AS1",
"gene_hgnc_id": 56356,
"hgvs_c": "n.474-3181G>C",
"hgvs_p": null,
"transcript": "ENST00000656133.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": 675,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TUBA1B-AS1",
"gene_hgnc_id": 56356,
"hgvs_c": "n.345-76G>C",
"hgvs_p": null,
"transcript": "ENST00000811789.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": 485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TUBA1A",
"gene_hgnc_id": 20766,
"dbsnp": "rs137853049",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.931490421295166,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.899,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9978,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.41,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.837,
"phylop100way_prediction": "Uncertain_significance",
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000301071.12",
"gene_symbol": "TUBA1A",
"hgnc_id": 20766,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1264C>G",
"hgvs_p": "p.Arg422Gly"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000656133.1",
"gene_symbol": "TUBA1B-AS1",
"hgnc_id": 56356,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.474-3181G>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
}