← 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-74486431-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=74486431&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 74486431,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000555619.6",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "NM_006432.5",
"protein_id": "NP_006423.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 151,
"cds_start": 88,
"cds_end": null,
"cds_length": 456,
"cdna_start": 119,
"cdna_end": null,
"cdna_length": 821,
"mane_select": "ENST00000555619.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000555619.6",
"protein_id": "ENSP00000451112.2",
"transcript_support_level": 1,
"aa_start": 30,
"aa_end": null,
"aa_length": 151,
"cds_start": 88,
"cds_end": null,
"cds_length": 456,
"cdna_start": 119,
"cdna_end": null,
"cdna_length": 821,
"mane_select": "NM_006432.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000557510.5",
"protein_id": "ENSP00000451206.1",
"transcript_support_level": 1,
"aa_start": 30,
"aa_end": null,
"aa_length": 174,
"cds_start": 88,
"cds_end": null,
"cds_length": 525,
"cdna_start": 161,
"cdna_end": null,
"cdna_length": 1029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000553490.5",
"protein_id": "ENSP00000451180.1",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 220,
"cds_start": 88,
"cds_end": null,
"cds_length": 664,
"cdna_start": 153,
"cdna_end": null,
"cdna_length": 729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000434013.6",
"protein_id": "ENSP00000412103.2",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 201,
"cds_start": 88,
"cds_end": null,
"cds_length": 606,
"cdna_start": 121,
"cdna_end": null,
"cdna_length": 875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "NM_001363688.1",
"protein_id": "NP_001350617.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 174,
"cds_start": 88,
"cds_end": null,
"cds_length": 525,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.151G>A",
"hgvs_p": "p.Val51Met",
"transcript": "ENST00000556009.5",
"protein_id": "ENSP00000450502.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 172,
"cds_start": 151,
"cds_end": null,
"cds_length": 519,
"cdna_start": 153,
"cdna_end": null,
"cdna_length": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000238633.6",
"protein_id": "ENSP00000238633.2",
"transcript_support_level": 3,
"aa_start": 30,
"aa_end": null,
"aa_length": 148,
"cds_start": 88,
"cds_end": null,
"cds_length": 447,
"cdna_start": 105,
"cdna_end": null,
"cdna_length": 796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "NM_001375440.1",
"protein_id": "NP_001362369.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 125,
"cds_start": 88,
"cds_end": null,
"cds_length": 378,
"cdna_start": 119,
"cdna_end": null,
"cdna_length": 743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000541064.5",
"protein_id": "ENSP00000442488.1",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 125,
"cds_start": 88,
"cds_end": null,
"cds_length": 378,
"cdna_start": 95,
"cdna_end": null,
"cdna_length": 1436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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.88G>A",
"hgvs_p": "p.Val30Met",
"transcript": "ENST00000555592.1",
"protein_id": "ENSP00000450887.1",
"transcript_support_level": 5,
"aa_start": 30,
"aa_end": null,
"aa_length": 121,
"cds_start": 88,
"cds_end": null,
"cds_length": 367,
"cdna_start": 190,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NPC2",
"gene_hgnc_id": 14537,
"hgvs_c": "n.56G>A",
"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": "rs151220873",
"frequency_reference_population": 0.0013863688,
"hom_count_reference_population": 15,
"allele_count_reference_population": 2202,
"gnomad_exomes_af": 0.00139202,
"gnomad_genomes_af": 0.00133311,
"gnomad_exomes_ac": 1999,
"gnomad_genomes_ac": 203,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005516797304153442,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.49,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1294,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.967,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000555619.6",
"gene_symbol": "NPC2",
"hgnc_id": 14537,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.88G>A",
"hgvs_p": "p.Val30Met"
}
],
"clinvar_disease": " type C2,Brain atrophy,Global developmental delay,Microcephaly,Niemann-Pick disease,Seizure,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4 B:6",
"phenotype_combined": "not specified|Brain atrophy;Seizure;Global developmental delay;Microcephaly|Niemann-Pick disease, type C2|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}