← 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-25251902-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=25251902&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 25251902,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001385230.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1429T>A",
"hgvs_p": "p.Ser477Thr",
"transcript": "NM_004685.5",
"protein_id": "NP_004676.3",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 621,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000381801.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004685.5"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1429T>A",
"hgvs_p": "p.Ser477Thr",
"transcript": "ENST00000381801.6",
"protein_id": "ENSP00000371221.5",
"transcript_support_level": 1,
"aa_start": 477,
"aa_end": null,
"aa_length": 621,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004685.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381801.6"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1543T>A",
"hgvs_p": "p.Ser515Thr",
"transcript": "NM_001385230.1",
"protein_id": "NP_001372159.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 659,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385230.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1543T>A",
"hgvs_p": "p.Ser515Thr",
"transcript": "ENST00000482345.2",
"protein_id": "ENSP00000516657.1",
"transcript_support_level": 5,
"aa_start": 515,
"aa_end": null,
"aa_length": 659,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482345.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1429T>A",
"hgvs_p": "p.Ser477Thr",
"transcript": "ENST00000956555.1",
"protein_id": "ENSP00000626614.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 625,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956555.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1432T>A",
"hgvs_p": "p.Ser478Thr",
"transcript": "ENST00000956554.1",
"protein_id": "ENSP00000626613.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 622,
"cds_start": 1432,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956554.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1375T>A",
"hgvs_p": "p.Ser459Thr",
"transcript": "NM_001385231.1",
"protein_id": "NP_001372160.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 603,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385231.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1375T>A",
"hgvs_p": "p.Ser459Thr",
"transcript": "ENST00000876356.1",
"protein_id": "ENSP00000546415.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 603,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876356.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1357T>A",
"hgvs_p": "p.Ser453Thr",
"transcript": "ENST00000876357.1",
"protein_id": "ENSP00000546416.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 597,
"cds_start": 1357,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876357.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1303T>A",
"hgvs_p": "p.Ser435Thr",
"transcript": "NM_001385232.1",
"protein_id": "NP_001372161.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 579,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385232.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1300T>A",
"hgvs_p": "p.Ser434Thr",
"transcript": "NM_001385233.1",
"protein_id": "NP_001372162.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 578,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385233.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1300T>A",
"hgvs_p": "p.Ser434Thr",
"transcript": "ENST00000876358.1",
"protein_id": "ENSP00000546417.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 578,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876358.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1294T>A",
"hgvs_p": "p.Ser432Thr",
"transcript": "NM_001385234.1",
"protein_id": "NP_001372163.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 576,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385234.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1294T>A",
"hgvs_p": "p.Ser432Thr",
"transcript": "ENST00000876355.1",
"protein_id": "ENSP00000546414.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 576,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876355.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1252T>A",
"hgvs_p": "p.Ser418Thr",
"transcript": "NM_001385235.1",
"protein_id": "NP_001372164.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 562,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385235.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1252T>A",
"hgvs_p": "p.Ser418Thr",
"transcript": "ENST00000876354.1",
"protein_id": "ENSP00000546413.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 562,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876354.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1429T>A",
"hgvs_p": "p.Ser477Thr",
"transcript": "NM_001385236.1",
"protein_id": "NP_001372165.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 535,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385236.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1294T>A",
"hgvs_p": "p.Ser432Thr",
"transcript": "NM_001385237.1",
"protein_id": "NP_001372166.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 490,
"cds_start": 1294,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385237.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1021T>A",
"hgvs_p": "p.Ser341Thr",
"transcript": "NM_001385238.1",
"protein_id": "NP_001372167.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 399,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385238.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.1543T>A",
"hgvs_p": "p.Ser515Thr",
"transcript": "XM_011535307.2",
"protein_id": "XP_011533609.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 573,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535307.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "c.844T>A",
"hgvs_p": "p.Ser282Thr",
"transcript": "XM_017020846.2",
"protein_id": "XP_016876335.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 426,
"cds_start": 844,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020846.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"hgvs_c": "n.1543T>A",
"hgvs_p": null,
"transcript": "NR_169592.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_169592.1"
}
],
"gene_symbol": "MTMR6",
"gene_hgnc_id": 7453,
"dbsnp": "rs755729166",
"frequency_reference_population": 0.000009952267,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.00000687059,
"gnomad_genomes_af": 0.0000394234,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1265653669834137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.262,
"revel_prediction": "Benign",
"alphamissense_score": 0.0676,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.836,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001385230.1",
"gene_symbol": "MTMR6",
"hgnc_id": 7453,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1543T>A",
"hgvs_p": "p.Ser515Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}