← 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-49185142-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=49185142&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 49185142,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000301071.12",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1224C>A",
"hgvs_p": "p.Tyr408*",
"transcript": "NM_006009.4",
"protein_id": "NP_006000.2",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 451,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": "ENST00000301071.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1224C>A",
"hgvs_p": "p.Tyr408*",
"transcript": "ENST00000301071.12",
"protein_id": "ENSP00000301071.7",
"transcript_support_level": 1,
"aa_start": 408,
"aa_end": null,
"aa_length": 451,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": "NM_006009.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1119C>A",
"hgvs_p": "p.Tyr373*",
"transcript": "ENST00000550767.6",
"protein_id": "ENSP00000446637.1",
"transcript_support_level": 1,
"aa_start": 373,
"aa_end": null,
"aa_length": 416,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1224C>A",
"hgvs_p": "p.Tyr408*",
"transcript": "NM_001270399.2",
"protein_id": "NP_001257328.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 451,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1885,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1224C>A",
"hgvs_p": "p.Tyr408*",
"transcript": "ENST00000295766.9",
"protein_id": "ENSP00000439020.2",
"transcript_support_level": 2,
"aa_start": 408,
"aa_end": null,
"aa_length": 451,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1224C>A",
"hgvs_p": "p.Tyr408*",
"transcript": "ENST00000715688.1",
"protein_id": "ENSP00000520499.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 451,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1569,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1119C>A",
"hgvs_p": "p.Tyr373*",
"transcript": "NM_001270400.2",
"protein_id": "NP_001257329.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 416,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1413,
"cdna_end": null,
"cdna_length": 1760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1119C>A",
"hgvs_p": "p.Tyr373*",
"transcript": "ENST00000547939.6",
"protein_id": "ENSP00000450268.2",
"transcript_support_level": 3,
"aa_start": 373,
"aa_end": null,
"aa_length": 416,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.1119C>A",
"hgvs_p": "p.Tyr373*",
"transcript": "ENST00000552924.2",
"protein_id": "ENSP00000448725.2",
"transcript_support_level": 2,
"aa_start": 373,
"aa_end": null,
"aa_length": 416,
"cds_start": 1119,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1411,
"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.2257C>A",
"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.*680C>A",
"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-3141G>T",
"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-36G>T",
"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": "rs753719501",
"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.4399999976158142,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.373,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000301071.12",
"gene_symbol": "TUBA1A",
"hgnc_id": 20766,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1224C>A",
"hgvs_p": "p.Tyr408*"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000656133.1",
"gene_symbol": "TUBA1B-AS1",
"hgnc_id": 56356,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.474-3141G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Lissencephaly due to TUBA1A mutation,Tubulinopathy,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 US:2",
"phenotype_combined": "Lissencephaly due to TUBA1A mutation|Tubulinopathy|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}