← 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-29487974-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=29487974&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 29487974,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001033602.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3474C>A",
"hgvs_p": "p.Ile1158Ile",
"transcript": "NM_001033602.4",
"protein_id": "NP_001028774.3",
"transcript_support_level": null,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3474,
"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": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3474C>A",
"hgvs_p": "p.Ile1158Ile",
"transcript": "ENST00000612955.6",
"protein_id": "ENSP00000483729.2",
"transcript_support_level": 5,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3474,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.411C>A",
"hgvs_p": "p.Ile137Ile",
"transcript": "ENST00000380808.6",
"protein_id": "ENSP00000370186.2",
"transcript_support_level": 1,
"aa_start": 137,
"aa_end": null,
"aa_length": 348,
"cds_start": 411,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.141C>A",
"hgvs_p": "p.Ile47Ile",
"transcript": "ENST00000542829.1",
"protein_id": "ENSP00000445403.1",
"transcript_support_level": 1,
"aa_start": 47,
"aa_end": null,
"aa_length": 258,
"cds_start": 141,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3474C>A",
"hgvs_p": "p.Ile1158Ile",
"transcript": "NM_001384605.1",
"protein_id": "NP_001371534.1",
"transcript_support_level": null,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3474,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3474C>A",
"hgvs_p": "p.Ile1158Ile",
"transcript": "NM_001384606.1",
"protein_id": "NP_001371535.1",
"transcript_support_level": null,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3474,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3474C>A",
"hgvs_p": "p.Ile1158Ile",
"transcript": "ENST00000948542.1",
"protein_id": "ENSP00000618601.1",
"transcript_support_level": null,
"aa_start": 1158,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3474,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3471C>A",
"hgvs_p": "p.Ile1157Ile",
"transcript": "NM_001366650.1",
"protein_id": "NP_001353579.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3471,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3276C>A",
"hgvs_p": "p.Ile1092Ile",
"transcript": "NM_001366651.1",
"protein_id": "NP_001353580.1",
"transcript_support_level": null,
"aa_start": 1092,
"aa_end": null,
"aa_length": 1303,
"cds_start": 3276,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.411C>A",
"hgvs_p": "p.Ile137Ile",
"transcript": "NM_015233.6",
"protein_id": "NP_056048.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 348,
"cds_start": 411,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3564C>A",
"hgvs_p": "p.Ile1188Ile",
"transcript": "XM_011535019.4",
"protein_id": "XP_011533321.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3564,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3564C>A",
"hgvs_p": "p.Ile1188Ile",
"transcript": "XM_047430227.1",
"protein_id": "XP_047286183.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3564,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3564C>A",
"hgvs_p": "p.Ile1188Ile",
"transcript": "XM_047430228.1",
"protein_id": "XP_047286184.1",
"transcript_support_level": null,
"aa_start": 1188,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3564,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.3501C>A",
"hgvs_p": "p.Ile1167Ile",
"transcript": "XM_047430229.1",
"protein_id": "XP_047286185.1",
"transcript_support_level": null,
"aa_start": 1167,
"aa_end": null,
"aa_length": 1378,
"cds_start": 3501,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.1092C>A",
"hgvs_p": "p.Ile364Ile",
"transcript": "XM_011535022.2",
"protein_id": "XP_011533324.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 575,
"cds_start": 1092,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2",
"gene_hgnc_id": 20595,
"hgvs_c": "c.1092C>A",
"hgvs_p": "p.Ile364Ile",
"transcript": "XM_024449335.2",
"protein_id": "XP_024305103.1",
"transcript_support_level": null,
"aa_start": 364,
"aa_end": null,
"aa_length": 575,
"cds_start": 1092,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2-AS1",
"gene_hgnc_id": 40924,
"hgvs_c": "n.655G>T",
"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": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS2-AS1",
"gene_hgnc_id": 40924,
"hgvs_c": "n.-224G>T",
"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": "rs1329463819",
"frequency_reference_population": 6.840862e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84086e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3400000035762787,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.024,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001033602.4",
"gene_symbol": "MTUS2",
"hgnc_id": 20595,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3474C>A",
"hgvs_p": "p.Ile1158Ile"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000323380.7",
"gene_symbol": "MTUS2-AS1",
"hgnc_id": 40924,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.655G>T",
"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
}