← 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-67184558-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=67184558&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 67184558,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_178516.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "NM_178516.4",
"protein_id": "NP_848611.2",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 746,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2250,
"cdna_end": null,
"cdna_length": 2429,
"mane_select": "ENST00000314586.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178516.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000314586.11",
"protein_id": "ENSP00000325674.6",
"transcript_support_level": 2,
"aa_start": 693,
"aa_end": null,
"aa_length": 746,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2250,
"cdna_end": null,
"cdna_length": 2429,
"mane_select": "NM_178516.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000314586.11"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2092C>T",
"hgvs_p": "p.Arg698Trp",
"transcript": "ENST00000925360.1",
"protein_id": "ENSP00000595419.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 751,
"cds_start": 2092,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925360.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2092C>T",
"hgvs_p": "p.Arg698Trp",
"transcript": "ENST00000925362.1",
"protein_id": "ENSP00000595421.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 751,
"cds_start": 2092,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2444,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925362.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2092C>T",
"hgvs_p": "p.Arg698Trp",
"transcript": "ENST00000951007.1",
"protein_id": "ENSP00000621066.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 751,
"cds_start": 2092,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2283,
"cdna_end": null,
"cdna_length": 2460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951007.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000855140.1",
"protein_id": "ENSP00000525199.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 746,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2573,
"cdna_end": null,
"cdna_length": 2817,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855140.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000855142.1",
"protein_id": "ENSP00000525201.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 746,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2457,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855142.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000925361.1",
"protein_id": "ENSP00000595420.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 746,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 2378,
"cdna_end": null,
"cdna_length": 2557,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925361.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1966C>T",
"hgvs_p": "p.Arg656Trp",
"transcript": "ENST00000951005.1",
"protein_id": "ENSP00000621064.1",
"transcript_support_level": null,
"aa_start": 656,
"aa_end": null,
"aa_length": 709,
"cds_start": 1966,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 2149,
"cdna_end": null,
"cdna_length": 2329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951005.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1951C>T",
"hgvs_p": "p.Arg651Trp",
"transcript": "ENST00000951004.1",
"protein_id": "ENSP00000621063.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 704,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2480,
"cdna_end": null,
"cdna_length": 2658,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951004.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1951C>T",
"hgvs_p": "p.Arg651Trp",
"transcript": "ENST00000951006.1",
"protein_id": "ENSP00000621065.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 704,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2212,
"cdna_end": null,
"cdna_length": 2390,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951006.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1951C>T",
"hgvs_p": "p.Arg651Trp",
"transcript": "ENST00000951008.1",
"protein_id": "ENSP00000621067.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 704,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2242,
"cdna_end": null,
"cdna_length": 2419,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951008.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1921C>T",
"hgvs_p": "p.Arg641Trp",
"transcript": "ENST00000951009.1",
"protein_id": "ENSP00000621068.1",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 694,
"cds_start": 1921,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2079,
"cdna_end": null,
"cdna_length": 2255,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951009.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1894C>T",
"hgvs_p": "p.Arg632Trp",
"transcript": "ENST00000855141.1",
"protein_id": "ENSP00000525200.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 685,
"cds_start": 1894,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 2100,
"cdna_end": null,
"cdna_length": 2279,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855141.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1874C>T",
"hgvs_p": "p.Pro625Leu",
"transcript": "ENST00000563889.1",
"protein_id": "ENSP00000455223.1",
"transcript_support_level": 2,
"aa_start": 625,
"aa_end": null,
"aa_length": 683,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2047,
"cdna_end": null,
"cdna_length": 2225,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563889.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1859C>T",
"hgvs_p": "p.Pro620Leu",
"transcript": "ENST00000545725.6",
"protein_id": "ENSP00000439910.2",
"transcript_support_level": 2,
"aa_start": 620,
"aa_end": null,
"aa_length": 678,
"cds_start": 1859,
"cds_end": null,
"cds_length": 2038,
"cdna_start": 2068,
"cdna_end": null,
"cdna_length": 2247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545725.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1768C>T",
"hgvs_p": "p.Arg590Trp",
"transcript": "ENST00000855143.1",
"protein_id": "ENSP00000525202.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 643,
"cds_start": 1768,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 2025,
"cdna_end": null,
"cdna_length": 2204,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855143.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "c.1528C>T",
"hgvs_p": "p.Arg510Trp",
"transcript": "ENST00000855144.1",
"protein_id": "ENSP00000525203.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 563,
"cds_start": 1528,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 1880,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855144.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "n.630C>T",
"hgvs_p": null,
"transcript": "ENST00000563536.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 807,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000563536.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "n.*1001C>T",
"hgvs_p": null,
"transcript": "ENST00000564324.5",
"protein_id": "ENSP00000456435.1",
"transcript_support_level": 2,
"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": 1845,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000564324.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"hgvs_c": "n.*1001C>T",
"hgvs_p": null,
"transcript": "ENST00000564324.5",
"protein_id": "ENSP00000456435.1",
"transcript_support_level": 2,
"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": 1845,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000564324.5"
}
],
"gene_symbol": "EXOC3L1",
"gene_hgnc_id": 27540,
"dbsnp": null,
"frequency_reference_population": 7.212967e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.21297e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.32179614901542664,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.182,
"revel_prediction": "Benign",
"alphamissense_score": 0.1854,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.952,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_178516.4",
"gene_symbol": "EXOC3L1",
"hgnc_id": 27540,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp"
}
],
"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
}