← 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: 8-17299950-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=17299950&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MTMR7",
"hgnc_id": 7454,
"hgvs_c": "c.1895G>C",
"hgvs_p": "p.Cys632Ser",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_004686.5",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "VPS37A",
"hgnc_id": 24928,
"hgvs_c": "c.1194+13523C>G",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001363173.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 11,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1337,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.38,
"chr": "8",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.7162458300590515,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 660,
"aa_ref": "C",
"aa_start": 632,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5110,
"cdna_start": 1954,
"cds_end": null,
"cds_length": 1983,
"cds_start": 1895,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "NM_004686.5",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1895G>C",
"hgvs_p": "p.Cys632Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000180173.10",
"protein_coding": true,
"protein_id": "NP_004677.3",
"strand": false,
"transcript": "NM_004686.5",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 660,
"aa_ref": "C",
"aa_start": 632,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5110,
"cdna_start": 1954,
"cds_end": null,
"cds_length": 1983,
"cds_start": 1895,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000180173.10",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1895G>C",
"hgvs_p": "p.Cys632Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004686.5",
"protein_coding": true,
"protein_id": "ENSP00000180173.4",
"strand": false,
"transcript": "ENST00000180173.10",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 619,
"aa_ref": "C",
"aa_start": 591,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4958,
"cdna_start": 1804,
"cds_end": null,
"cds_length": 1860,
"cds_start": 1772,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000915631.1",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1772G>C",
"hgvs_p": "p.Cys591Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585690.1",
"strand": false,
"transcript": "ENST00000915631.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 579,
"aa_ref": "C",
"aa_start": 551,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3420,
"cdna_start": 1667,
"cds_end": null,
"cds_length": 1740,
"cds_start": 1652,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000915632.1",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1652G>C",
"hgvs_p": "p.Cys551Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585691.1",
"strand": false,
"transcript": "ENST00000915632.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 537,
"aa_ref": "C",
"aa_start": 509,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3772,
"cdna_start": 1571,
"cds_end": null,
"cds_length": 1614,
"cds_start": 1526,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000879805.1",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1526G>C",
"hgvs_p": "p.Cys509Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549864.1",
"strand": false,
"transcript": "ENST00000879805.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 544,
"aa_ref": "C",
"aa_start": 516,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5219,
"cdna_start": 2063,
"cds_end": null,
"cds_length": 1635,
"cds_start": 1547,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047422407.1",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1547G>C",
"hgvs_p": "p.Cys516Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047278363.1",
"strand": false,
"transcript": "XM_047422407.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 423,
"aa_ref": "C",
"aa_start": 395,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5660,
"cdna_start": 2504,
"cds_end": null,
"cds_length": 1272,
"cds_start": 1184,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_006716414.4",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1184G>C",
"hgvs_p": "p.Cys395Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006716477.2",
"strand": false,
"transcript": "XM_006716414.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 423,
"aa_ref": "C",
"aa_start": 395,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5195,
"cdna_start": 2039,
"cds_end": null,
"cds_length": 1272,
"cds_start": 1184,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XM_011544693.3",
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"hgvs_c": "c.1184G>C",
"hgvs_p": "p.Cys395Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011542995.1",
"strand": false,
"transcript": "XM_011544693.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 397,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4667,
"cdna_start": null,
"cds_end": null,
"cds_length": 1194,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001363173.2",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "c.1194+13523C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350102.1",
"strand": true,
"transcript": "NM_001363173.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 397,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2023,
"cdna_start": null,
"cds_end": null,
"cds_length": 1194,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000880479.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "c.*1-2264C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550538.1",
"strand": true,
"transcript": "ENST00000880479.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 301,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4694,
"cdna_start": null,
"cds_end": null,
"cds_length": 906,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001363172.2",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "c.906+13523C>G",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350101.1",
"strand": true,
"transcript": "NM_001363172.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4649,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047421354.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "c.1176+13523C>G",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047277310.1",
"strand": true,
"transcript": "XM_047421354.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 627,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000520997.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.295C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000520997.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 818,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000521162.5",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.637C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000521162.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2208,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "XR_007060698.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.1669C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007060698.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 266,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000519515.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.52+1792C>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000519515.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6446,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007060695.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.2999+1792C>G",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007060695.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6395,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007060696.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.2999+1792C>G",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007060696.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6185,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007060697.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.2999+1792C>G",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007060697.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4757,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007060699.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.1573+1792C>G",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007060699.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007060700.1",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "n.1573+1792C>G",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007060700.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 397,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3232,
"cdna_start": null,
"cds_end": null,
"cds_length": 1194,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017013021.3",
"gene_hgnc_id": 24928,
"gene_symbol": "VPS37A",
"hgvs_c": "c.*1884C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016868510.1",
"strand": true,
"transcript": "XM_017013021.3",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs763915529",
"effect": "missense_variant",
"frequency_reference_population": 0.000006815146,
"gene_hgnc_id": 7454,
"gene_symbol": "MTMR7",
"gnomad_exomes_ac": 8,
"gnomad_exomes_af": 0.00000547256,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.0000197094,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 7.184,
"pos": 17299950,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.511,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_004686.5"
}
]
}