← 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-29480211-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=29480211&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 29480211,
"ref": "C",
"alt": "T",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "ENST00000542829.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.-88C>T",
"hgvs_p": null,
"transcript": "ENST00000542829.1",
"protein_id": "ENSP00000445403.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": null,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542829.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3246C>T",
"hgvs_p": "p.Phe1082Phe",
"transcript": "NM_001033602.4",
"protein_id": "NP_001028774.3",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3246,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000612955.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033602.4"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3246C>T",
"hgvs_p": "p.Phe1082Phe",
"transcript": "ENST00000612955.6",
"protein_id": "ENSP00000483729.2",
"transcript_support_level": 5,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3246,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001033602.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612955.6"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.183C>T",
"hgvs_p": "p.Phe61Phe",
"transcript": "ENST00000380808.6",
"protein_id": "ENSP00000370186.2",
"transcript_support_level": 1,
"aa_start": 61,
"aa_end": null,
"aa_length": 348,
"cds_start": 183,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380808.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.-88C>T",
"hgvs_p": null,
"transcript": "ENST00000542829.1",
"protein_id": "ENSP00000445403.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": null,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542829.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3246C>T",
"hgvs_p": "p.Phe1082Phe",
"transcript": "NM_001384605.1",
"protein_id": "NP_001371534.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3246,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384605.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3246C>T",
"hgvs_p": "p.Phe1082Phe",
"transcript": "NM_001384606.1",
"protein_id": "NP_001371535.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3246,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384606.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3246C>T",
"hgvs_p": "p.Phe1082Phe",
"transcript": "ENST00000948542.1",
"protein_id": "ENSP00000618601.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3246,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948542.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3243C>T",
"hgvs_p": "p.Phe1081Phe",
"transcript": "NM_001366650.1",
"protein_id": "NP_001353579.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3243,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366650.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3048C>T",
"hgvs_p": "p.Phe1016Phe",
"transcript": "NM_001366651.1",
"protein_id": "NP_001353580.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1303,
"cds_start": 3048,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366651.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.183C>T",
"hgvs_p": "p.Phe61Phe",
"transcript": "NM_015233.6",
"protein_id": "NP_056048.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 348,
"cds_start": 183,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015233.6"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3336C>T",
"hgvs_p": "p.Phe1112Phe",
"transcript": "XM_011535019.4",
"protein_id": "XP_011533321.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3336,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535019.4"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3336C>T",
"hgvs_p": "p.Phe1112Phe",
"transcript": "XM_047430227.1",
"protein_id": "XP_047286183.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3336,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430227.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3336C>T",
"hgvs_p": "p.Phe1112Phe",
"transcript": "XM_047430228.1",
"protein_id": "XP_047286184.1",
"transcript_support_level": null,
"aa_start": 1112,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3336,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430228.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3273C>T",
"hgvs_p": "p.Phe1091Phe",
"transcript": "XM_047430229.1",
"protein_id": "XP_047286185.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1378,
"cds_start": 3273,
"cds_end": null,
"cds_length": 4137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430229.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.864C>T",
"hgvs_p": "p.Phe288Phe",
"transcript": "XM_011535022.2",
"protein_id": "XP_011533324.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 575,
"cds_start": 864,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535022.2"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.864C>T",
"hgvs_p": "p.Phe288Phe",
"transcript": "XM_024449335.2",
"protein_id": "XP_024305103.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 575,
"cds_start": 864,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449335.2"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "MTUS2-AS1",
"gene_hgnc_id": 40924,
"hgvs_c": "n.1568-3272G>A",
"hgvs_p": null,
"transcript": "ENST00000323380.7",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000323380.7"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "MTUS2-AS1",
"gene_hgnc_id": 40924,
"hgvs_c": "n.720+1903G>A",
"hgvs_p": null,
"transcript": "ENST00000587588.3",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000587588.3"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MTUS2-AS1",
"gene_hgnc_id": 40924,
"hgvs_c": "n.690-3272G>A",
"hgvs_p": null,
"transcript": "NR_046378.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_046378.1"
}
],
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"dbsnp": "rs1396125954",
"frequency_reference_population": 0.0000083599025,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000855369,
"gnomad_genomes_af": 0.00000657298,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5699999928474426,
"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.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.791,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000542829.1",
"gene_symbol": "MTUS2",
"hgnc_id": 20595,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-88C>T",
"hgvs_p": null
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NR_046378.1",
"gene_symbol": "MTUS2-AS1",
"hgnc_id": 40924,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.690-3272G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}