← 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: 14-74484426-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74484426&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"PM1",
"BP4",
"BS1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "NPC2",
"hgnc_id": 14537,
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -3,
"transcript": "NM_001363688.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM1,BP4,BS1",
"acmg_score": -3,
"allele_count_reference_population": 36,
"alphamissense_prediction": null,
"alphamissense_score": 0.3941,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.15,
"chr": "14",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": " type C2,Niemann-Pick disease,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.31779590249061584,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 151,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 821,
"cdna_start": 383,
"cds_end": null,
"cds_length": 456,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_006432.5",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000555619.6",
"protein_coding": true,
"protein_id": "NP_006423.1",
"strand": false,
"transcript": "NM_006432.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 151,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 821,
"cdna_start": 383,
"cds_end": null,
"cds_length": 456,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000555619.6",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006432.5",
"protein_coding": true,
"protein_id": "ENSP00000451112.2",
"strand": false,
"transcript": "ENST00000555619.6",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 174,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1029,
"cdna_start": 425,
"cds_end": null,
"cds_length": 525,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000557510.5",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000451206.1",
"strand": false,
"transcript": "ENST00000557510.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 220,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 729,
"cdna_start": 417,
"cds_end": null,
"cds_length": 664,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000553490.5",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000451180.1",
"strand": false,
"transcript": "ENST00000553490.5",
"transcript_support_level": 2
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 201,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 875,
"cdna_start": 385,
"cds_end": null,
"cds_length": 606,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000434013.6",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000412103.2",
"strand": false,
"transcript": "ENST00000434013.6",
"transcript_support_level": 2
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 174,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1446,
"cdna_start": 590,
"cds_end": null,
"cds_length": 525,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001363688.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350617.1",
"strand": false,
"transcript": "NM_001363688.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 172,
"aa_ref": "E",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 699,
"cdna_start": 417,
"cds_end": null,
"cds_length": 519,
"cds_start": 415,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000556009.5",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.415G>A",
"hgvs_p": "p.Glu139Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000450502.1",
"strand": false,
"transcript": "ENST00000556009.5",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 170,
"aa_ref": "E",
"aa_start": 137,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 749,
"cdna_start": 419,
"cds_end": null,
"cds_length": 513,
"cds_start": 409,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000932868.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.409G>A",
"hgvs_p": "p.Glu137Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602926.1",
"strand": false,
"transcript": "ENST00000932868.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 148,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 796,
"cdna_start": 369,
"cds_end": null,
"cds_length": 447,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000238633.6",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000238633.2",
"strand": false,
"transcript": "ENST00000238633.6",
"transcript_support_level": 3
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 125,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 743,
"cdna_start": 383,
"cds_end": null,
"cds_length": 378,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001375440.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001362369.1",
"strand": false,
"transcript": "NM_001375440.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 125,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1436,
"cdna_start": 359,
"cds_end": null,
"cds_length": 378,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000541064.5",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442488.1",
"strand": false,
"transcript": "ENST00000541064.5",
"transcript_support_level": 2
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 121,
"aa_ref": "E",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 469,
"cdna_start": 454,
"cds_end": null,
"cds_length": 367,
"cds_start": 352,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000555592.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.352G>A",
"hgvs_p": "p.Glu118Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000450887.1",
"strand": false,
"transcript": "ENST00000555592.1",
"transcript_support_level": 5
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 115,
"aa_ref": "E",
"aa_start": 82,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 730,
"cdna_start": 292,
"cds_end": null,
"cds_length": 348,
"cds_start": 244,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000851979.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.244G>A",
"hgvs_p": "p.Glu82Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522038.1",
"strand": false,
"transcript": "ENST00000851979.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 68,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 599,
"cdna_start": null,
"cds_end": null,
"cds_length": 207,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000932865.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "c.114+1979G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000602925.1",
"strand": false,
"transcript": "ENST00000932865.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 583,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000554482.1",
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"hgvs_c": "n.158+1903G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451314.1",
"strand": false,
"transcript": "ENST00000554482.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs80358266",
"effect": "missense_variant",
"frequency_reference_population": 0.00002230522,
"gene_hgnc_id": 14537,
"gene_symbol": "NPC2",
"gnomad_exomes_ac": 32,
"gnomad_exomes_af": 0.0000218901,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 4,
"gnomad_genomes_af": 0.0000262943,
"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 provided|Niemann-Pick disease, type C2",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.874,
"pos": 74484426,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.424,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001363688.1"
}
]
}