← 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: 15-90999963-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=90999963&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 90999963,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000333371.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1594C>T",
"hgvs_p": "p.Arg532*",
"transcript": "NM_018668.5",
"protein_id": "NP_061138.3",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 617,
"cds_start": 1594,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1939,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": "ENST00000333371.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1594C>T",
"hgvs_p": "p.Arg532*",
"transcript": "ENST00000333371.8",
"protein_id": "ENSP00000327650.4",
"transcript_support_level": 1,
"aa_start": 532,
"aa_end": null,
"aa_length": 617,
"cds_start": 1594,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1939,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": "NM_018668.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284946",
"gene_hgnc_id": null,
"hgvs_c": "n.1594C>T",
"hgvs_p": null,
"transcript": "ENST00000643536.1",
"protein_id": "ENSP00000494429.1",
"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": 6683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Arg505*",
"transcript": "NM_001289148.1",
"protein_id": "NP_001276077.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 590,
"cds_start": 1513,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1885,
"cdna_end": null,
"cdna_length": 2704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Arg505*",
"transcript": "ENST00000535906.1",
"protein_id": "ENSP00000444053.1",
"transcript_support_level": 2,
"aa_start": 505,
"aa_end": null,
"aa_length": 590,
"cds_start": 1513,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1860,
"cdna_end": null,
"cdna_length": 2420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "NM_001289149.1",
"protein_id": "NP_001276078.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 526,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1904,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "XM_005254887.2",
"protein_id": "XP_005254944.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 526,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1823,
"cdna_end": null,
"cdna_length": 2642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "XM_047432383.1",
"protein_id": "XP_047288339.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 526,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 2348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "c.1270C>T",
"hgvs_p": "p.Arg424*",
"transcript": "XM_011521449.3",
"protein_id": "XP_011519751.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 509,
"cds_start": 1270,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1285,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "n.529C>T",
"hgvs_p": null,
"transcript": "ENST00000554660.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "n.*1289C>T",
"hgvs_p": null,
"transcript": "ENST00000574755.5",
"protein_id": "ENSP00000460413.1",
"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": 2356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284946",
"gene_hgnc_id": null,
"hgvs_c": "n.1594C>T",
"hgvs_p": null,
"transcript": "ENST00000647331.1",
"protein_id": "ENSP00000493953.1",
"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": 3607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "n.*1289C>T",
"hgvs_p": null,
"transcript": "ENST00000574755.5",
"protein_id": "ENSP00000460413.1",
"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": 2356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"hgvs_c": "n.147+527C>T",
"hgvs_p": null,
"transcript": "ENST00000557470.5",
"protein_id": null,
"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": 529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.279+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810070.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": 1123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.224+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810071.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": 969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.215+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810072.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": 809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.109+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810073.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": 965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.78+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810074.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": 722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.277+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810075.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": 376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS33B-DT",
"gene_hgnc_id": 51413,
"hgvs_c": "n.217+5028G>A",
"hgvs_p": null,
"transcript": "ENST00000810076.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": 369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VPS33B",
"gene_hgnc_id": 12712,
"dbsnp": "rs121434383",
"frequency_reference_population": 0.0000020521745,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205217,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3799999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.38,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.64,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000333371.8",
"gene_symbol": "VPS33B",
"hgnc_id": 12712,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1594C>T",
"hgvs_p": "p.Arg532*"
},
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000643536.1",
"gene_symbol": "ENSG00000284946",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1594C>T",
"hgvs_p": null
},
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000810070.1",
"gene_symbol": "VPS33B-DT",
"hgnc_id": 51413,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.279+5028G>A",
"hgvs_p": null
}
],
"clinvar_disease": " and cholestasis 1, renal dysfunction,Arthrogryposis,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Arthrogryposis, renal dysfunction, and cholestasis 1|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}