← 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-17274893-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=17274893&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 17274893,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000324849.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro",
"transcript": "NM_152415.3",
"protein_id": "NP_689628.2",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 397,
"cds_start": 577,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 4519,
"mane_select": "ENST00000324849.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro",
"transcript": "ENST00000324849.9",
"protein_id": "ENSP00000318629.4",
"transcript_support_level": 1,
"aa_start": 193,
"aa_end": null,
"aa_length": 397,
"cds_start": 577,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 4519,
"mane_select": "NM_152415.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.502G>C",
"hgvs_p": "p.Ala168Pro",
"transcript": "ENST00000521829.5",
"protein_id": "ENSP00000429680.1",
"transcript_support_level": 1,
"aa_start": 168,
"aa_end": null,
"aa_length": 372,
"cds_start": 502,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 1307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro",
"transcript": "NM_001363173.2",
"protein_id": "NP_001350102.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 397,
"cds_start": 577,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 4667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro",
"transcript": "NM_001363167.1",
"protein_id": "NP_001350096.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 391,
"cds_start": 577,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 4501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.502G>C",
"hgvs_p": "p.Ala168Pro",
"transcript": "NM_001145152.2",
"protein_id": "NP_001138624.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 372,
"cds_start": 502,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 4444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.307G>C",
"hgvs_p": "p.Ala103Pro",
"transcript": "NM_001363168.1",
"protein_id": "NP_001350097.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 307,
"cds_start": 307,
"cds_end": null,
"cds_length": 924,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.307G>C",
"hgvs_p": "p.Ala103Pro",
"transcript": "NM_001363169.1",
"protein_id": "NP_001350098.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 307,
"cds_start": 307,
"cds_end": null,
"cds_length": 924,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 4514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.307G>C",
"hgvs_p": "p.Ala103Pro",
"transcript": "NM_001363170.1",
"protein_id": "NP_001350099.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 301,
"cds_start": 307,
"cds_end": null,
"cds_length": 906,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.307G>C",
"hgvs_p": "p.Ala103Pro",
"transcript": "NM_001363171.1",
"protein_id": "NP_001350100.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 301,
"cds_start": 307,
"cds_end": null,
"cds_length": 906,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 4496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.307G>C",
"hgvs_p": "p.Ala103Pro",
"transcript": "NM_001363172.2",
"protein_id": "NP_001350101.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 301,
"cds_start": 307,
"cds_end": null,
"cds_length": 906,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 4694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro",
"transcript": "XM_017013021.3",
"protein_id": "XP_016868510.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 397,
"cds_start": 577,
"cds_end": null,
"cds_length": 1194,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 3232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro",
"transcript": "XM_047421354.1",
"protein_id": "XP_047277310.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 391,
"cds_start": 577,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 864,
"cdna_end": null,
"cdna_length": 4649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "c.502G>C",
"hgvs_p": "p.Ala168Pro",
"transcript": "XM_047421355.1",
"protein_id": "XP_047277311.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 366,
"cds_start": 502,
"cds_end": null,
"cds_length": 1101,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 4426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.*47G>C",
"hgvs_p": null,
"transcript": "ENST00000425020.6",
"protein_id": "ENSP00000412824.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.577G>C",
"hgvs_p": null,
"transcript": "ENST00000520140.5",
"protein_id": "ENSP00000428823.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "XR_007060695.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "XR_007060696.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6395,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "XR_007060697.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "XR_007060698.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "XR_007060699.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "XR_007060700.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"hgvs_c": "n.*47G>C",
"hgvs_p": null,
"transcript": "ENST00000425020.6",
"protein_id": "ENSP00000412824.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VPS37A",
"gene_hgnc_id": 24928,
"dbsnp": "rs374964443",
"frequency_reference_population": 6.840591e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84059e-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.7205743789672852,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.321,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0913,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.863,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000324849.9",
"gene_symbol": "VPS37A",
"hgnc_id": 24928,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.577G>C",
"hgvs_p": "p.Ala193Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}