← 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-74484483-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74484483&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 74484483,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000555619.6",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "NM_006432.5",
"protein_id": "NP_006423.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 151,
"cds_start": 295,
"cds_end": null,
"cds_length": 456,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 821,
"mane_select": "ENST00000555619.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000555619.6",
"protein_id": "ENSP00000451112.2",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 151,
"cds_start": 295,
"cds_end": null,
"cds_length": 456,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 821,
"mane_select": "NM_006432.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000557510.5",
"protein_id": "ENSP00000451206.1",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 174,
"cds_start": 295,
"cds_end": null,
"cds_length": 525,
"cdna_start": 368,
"cdna_end": null,
"cdna_length": 1029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000553490.5",
"protein_id": "ENSP00000451180.1",
"transcript_support_level": 2,
"aa_start": 99,
"aa_end": null,
"aa_length": 220,
"cds_start": 295,
"cds_end": null,
"cds_length": 664,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000434013.6",
"protein_id": "ENSP00000412103.2",
"transcript_support_level": 2,
"aa_start": 99,
"aa_end": null,
"aa_length": 201,
"cds_start": 295,
"cds_end": null,
"cds_length": 606,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "NM_001363688.1",
"protein_id": "NP_001350617.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 174,
"cds_start": 295,
"cds_end": null,
"cds_length": 525,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.358T>C",
"hgvs_p": "p.Cys120Arg",
"transcript": "ENST00000556009.5",
"protein_id": "ENSP00000450502.1",
"transcript_support_level": 5,
"aa_start": 120,
"aa_end": null,
"aa_length": 172,
"cds_start": 358,
"cds_end": null,
"cds_length": 519,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000238633.6",
"protein_id": "ENSP00000238633.2",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 148,
"cds_start": 295,
"cds_end": null,
"cds_length": 447,
"cdna_start": 312,
"cdna_end": null,
"cdna_length": 796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "NM_001375440.1",
"protein_id": "NP_001362369.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 125,
"cds_start": 295,
"cds_end": null,
"cds_length": 378,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000541064.5",
"protein_id": "ENSP00000442488.1",
"transcript_support_level": 2,
"aa_start": 99,
"aa_end": null,
"aa_length": 125,
"cds_start": 295,
"cds_end": null,
"cds_length": 378,
"cdna_start": 302,
"cdna_end": null,
"cdna_length": 1436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg",
"transcript": "ENST00000555592.1",
"protein_id": "ENSP00000450887.1",
"transcript_support_level": 5,
"aa_start": 99,
"aa_end": null,
"aa_length": 121,
"cds_start": 295,
"cds_end": null,
"cds_length": 367,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 469,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "n.158+1846T>C",
"hgvs_p": null,
"transcript": "ENST00000554482.1",
"protein_id": "ENSP00000451314.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": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"dbsnp": "rs80358264",
"frequency_reference_population": 0.0000012391466,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84047e-7,
"gnomad_genomes_af": 0.0000065735,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9922589063644409,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.96,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9946,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.096,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000555619.6",
"gene_symbol": "NPC2",
"hgnc_id": 14537,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.295T>C",
"hgvs_p": "p.Cys99Arg"
}
],
"clinvar_disease": " type C, type C2,Niemann-Pick disease",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 O:1",
"phenotype_combined": "Niemann-Pick disease, type C2|Niemann-Pick disease, type C",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}