← 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: 16-23691196-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=23691196&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 23691196,
"ref": "T",
"alt": "G",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_033266.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2501A>C",
"hgvs_p": "p.Asp834Ala",
"transcript": "NM_033266.4",
"protein_id": "NP_150296.4",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 926,
"cds_start": 2501,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000256797.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033266.4"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2501A>C",
"hgvs_p": "p.Asp834Ala",
"transcript": "ENST00000256797.9",
"protein_id": "ENSP00000256797.5",
"transcript_support_level": 1,
"aa_start": 834,
"aa_end": null,
"aa_length": 926,
"cds_start": 2501,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_033266.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256797.9"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2345A>C",
"hgvs_p": "p.Asp782Ala",
"transcript": "ENST00000457008.6",
"protein_id": "ENSP00000413812.2",
"transcript_support_level": 1,
"aa_start": 782,
"aa_end": null,
"aa_length": 874,
"cds_start": 2345,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457008.6"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2531A>C",
"hgvs_p": "p.Asp844Ala",
"transcript": "ENST00000885430.1",
"protein_id": "ENSP00000555489.1",
"transcript_support_level": null,
"aa_start": 844,
"aa_end": null,
"aa_length": 936,
"cds_start": 2531,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885430.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2495A>C",
"hgvs_p": "p.Asp832Ala",
"transcript": "ENST00000885429.1",
"protein_id": "ENSP00000555488.1",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 924,
"cds_start": 2495,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885429.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2447A>C",
"hgvs_p": "p.Asp816Ala",
"transcript": "ENST00000885433.1",
"protein_id": "ENSP00000555492.1",
"transcript_support_level": null,
"aa_start": 816,
"aa_end": null,
"aa_length": 908,
"cds_start": 2447,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885433.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2429A>C",
"hgvs_p": "p.Asp810Ala",
"transcript": "ENST00000885424.1",
"protein_id": "ENSP00000555483.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 902,
"cds_start": 2429,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885424.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2399A>C",
"hgvs_p": "p.Asp800Ala",
"transcript": "ENST00000885432.1",
"protein_id": "ENSP00000555491.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 892,
"cds_start": 2399,
"cds_end": null,
"cds_length": 2679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885432.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2345A>C",
"hgvs_p": "p.Asp782Ala",
"transcript": "NM_001308220.2",
"protein_id": "NP_001295149.2",
"transcript_support_level": null,
"aa_start": 782,
"aa_end": null,
"aa_length": 874,
"cds_start": 2345,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308220.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2339A>C",
"hgvs_p": "p.Asp780Ala",
"transcript": "ENST00000885428.1",
"protein_id": "ENSP00000555487.1",
"transcript_support_level": null,
"aa_start": 780,
"aa_end": null,
"aa_length": 872,
"cds_start": 2339,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885428.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2333A>C",
"hgvs_p": "p.Asp778Ala",
"transcript": "ENST00000885426.1",
"protein_id": "ENSP00000555485.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 870,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885426.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2279A>C",
"hgvs_p": "p.Asp760Ala",
"transcript": "ENST00000885431.1",
"protein_id": "ENSP00000555490.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 852,
"cds_start": 2279,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885431.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2273A>C",
"hgvs_p": "p.Asp758Ala",
"transcript": "ENST00000885427.1",
"protein_id": "ENSP00000555486.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 850,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885427.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2123A>C",
"hgvs_p": "p.Asp708Ala",
"transcript": "ENST00000885425.1",
"protein_id": "ENSP00000555484.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 800,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885425.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Asp690Ala",
"transcript": "XM_047433506.1",
"protein_id": "XP_047289462.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 782,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433506.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "n.*214A>C",
"hgvs_p": null,
"transcript": "ENST00000562458.2",
"protein_id": "ENSP00000456866.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562458.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"hgvs_c": "n.*214A>C",
"hgvs_p": null,
"transcript": "ENST00000562458.2",
"protein_id": "ENSP00000456866.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562458.2"
}
],
"gene_symbol": "ERN2",
"gene_hgnc_id": 16942,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8426024913787842,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.7440000176429749,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.313,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7748,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.028,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.803133416089577,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_033266.4",
"gene_symbol": "ERN2",
"hgnc_id": 16942,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2501A>C",
"hgvs_p": "p.Asp834Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}