← 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: 5-32230169-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=32230169&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 32230169,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001040446.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1853G>C",
"hgvs_p": "p.Ser618Thr",
"transcript": "NM_001040446.3",
"protein_id": "NP_001035536.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 747,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000382142.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040446.3"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1853G>C",
"hgvs_p": "p.Ser618Thr",
"transcript": "ENST00000382142.8",
"protein_id": "ENSP00000371577.3",
"transcript_support_level": 1,
"aa_start": 618,
"aa_end": null,
"aa_length": 747,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001040446.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382142.8"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1691G>C",
"hgvs_p": "p.Ser564Thr",
"transcript": "ENST00000280285.9",
"protein_id": "ENSP00000280285.5",
"transcript_support_level": 1,
"aa_start": 564,
"aa_end": null,
"aa_length": 693,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000280285.9"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1997G>C",
"hgvs_p": "p.Ser666Thr",
"transcript": "ENST00000851378.1",
"protein_id": "ENSP00000521437.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 795,
"cds_start": 1997,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851378.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1994G>C",
"hgvs_p": "p.Ser665Thr",
"transcript": "ENST00000956408.1",
"protein_id": "ENSP00000626467.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 794,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956408.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1949G>C",
"hgvs_p": "p.Ser650Thr",
"transcript": "ENST00000851375.1",
"protein_id": "ENSP00000521434.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 779,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851375.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1940G>C",
"hgvs_p": "p.Ser647Thr",
"transcript": "ENST00000927255.1",
"protein_id": "ENSP00000597314.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 776,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927255.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1901G>C",
"hgvs_p": "p.Ser634Thr",
"transcript": "ENST00000851374.1",
"protein_id": "ENSP00000521433.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 763,
"cds_start": 1901,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851374.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1772G>C",
"hgvs_p": "p.Ser591Thr",
"transcript": "ENST00000956409.1",
"protein_id": "ENSP00000626468.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 720,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956409.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1703G>C",
"hgvs_p": "p.Ser568Thr",
"transcript": "ENST00000956410.1",
"protein_id": "ENSP00000626469.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 697,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956410.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1691G>C",
"hgvs_p": "p.Ser564Thr",
"transcript": "NM_001294343.2",
"protein_id": "NP_001281272.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 693,
"cds_start": 1691,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001294343.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1685G>C",
"hgvs_p": "p.Ser562Thr",
"transcript": "ENST00000851376.1",
"protein_id": "ENSP00000521435.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 691,
"cds_start": 1685,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851376.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1652G>C",
"hgvs_p": "p.Ser551Thr",
"transcript": "ENST00000851377.1",
"protein_id": "ENSP00000521436.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 680,
"cds_start": 1652,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851377.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1649G>C",
"hgvs_p": "p.Ser550Thr",
"transcript": "ENST00000927256.1",
"protein_id": "ENSP00000597315.1",
"transcript_support_level": null,
"aa_start": 550,
"aa_end": null,
"aa_length": 679,
"cds_start": 1649,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927256.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1523G>C",
"hgvs_p": "p.Ser508Thr",
"transcript": "NM_001294344.2",
"protein_id": "NP_001281273.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 637,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001294344.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1523G>C",
"hgvs_p": "p.Ser508Thr",
"transcript": "ENST00000264934.5",
"protein_id": "ENSP00000264934.5",
"transcript_support_level": 2,
"aa_start": 508,
"aa_end": null,
"aa_length": 637,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264934.5"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "c.1487G>C",
"hgvs_p": "p.Ser496Thr",
"transcript": "ENST00000927254.1",
"protein_id": "ENSP00000597313.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 625,
"cds_start": 1487,
"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": "ENST00000927254.1"
},
{
"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": "MTMR12",
"gene_hgnc_id": 18191,
"hgvs_c": "n.360G>C",
"hgvs_p": null,
"transcript": "ENST00000510216.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000510216.1"
}
],
"gene_symbol": "MTMR12",
"gene_hgnc_id": 18191,
"dbsnp": "rs762460927",
"frequency_reference_population": 6.8406376e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84064e-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.2307407557964325,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.146,
"revel_prediction": "Benign",
"alphamissense_score": 0.0724,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.561,
"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": 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_001040446.3",
"gene_symbol": "MTMR12",
"hgnc_id": 18191,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1853G>C",
"hgvs_p": "p.Ser618Thr"
}
],
"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
}