← 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-57231660-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=57231660&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 57231660,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006544.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.994A>C",
"hgvs_p": "p.Thr332Pro",
"transcript": "NM_006544.4",
"protein_id": "NP_006535.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 708,
"cds_start": 994,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000621441.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006544.4"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.994A>C",
"hgvs_p": "p.Thr332Pro",
"transcript": "ENST00000621441.5",
"protein_id": "ENSP00000484855.1",
"transcript_support_level": 1,
"aa_start": 332,
"aa_end": null,
"aa_length": 708,
"cds_start": 994,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006544.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621441.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "n.713A>C",
"hgvs_p": null,
"transcript": "ENST00000554011.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000554011.5"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.1108A>C",
"hgvs_p": "p.Thr370Pro",
"transcript": "ENST00000854286.1",
"protein_id": "ENSP00000524345.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 746,
"cds_start": 1108,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854286.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.991A>C",
"hgvs_p": "p.Thr331Pro",
"transcript": "ENST00000854289.1",
"protein_id": "ENSP00000524348.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 707,
"cds_start": 991,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854289.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.994A>C",
"hgvs_p": "p.Thr332Pro",
"transcript": "ENST00000970531.1",
"protein_id": "ENSP00000640590.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 703,
"cds_start": 994,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970531.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.976A>C",
"hgvs_p": "p.Thr326Pro",
"transcript": "ENST00000854290.1",
"protein_id": "ENSP00000524349.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 702,
"cds_start": 976,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854290.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.994A>C",
"hgvs_p": "p.Thr332Pro",
"transcript": "ENST00000970530.1",
"protein_id": "ENSP00000640589.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 679,
"cds_start": 994,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970530.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.799A>C",
"hgvs_p": "p.Thr267Pro",
"transcript": "ENST00000340918.11",
"protein_id": "ENSP00000342100.7",
"transcript_support_level": 2,
"aa_start": 267,
"aa_end": null,
"aa_length": 643,
"cds_start": 799,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340918.11"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.772A>C",
"hgvs_p": "p.Thr258Pro",
"transcript": "ENST00000854291.1",
"protein_id": "ENSP00000524350.1",
"transcript_support_level": null,
"aa_start": 258,
"aa_end": null,
"aa_length": 634,
"cds_start": 772,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854291.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.595A>C",
"hgvs_p": "p.Thr199Pro",
"transcript": "ENST00000854287.1",
"protein_id": "ENSP00000524346.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 575,
"cds_start": 595,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854287.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.556A>C",
"hgvs_p": "p.Thr186Pro",
"transcript": "ENST00000854288.1",
"protein_id": "ENSP00000524347.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 562,
"cds_start": 556,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854288.1"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.1108A>C",
"hgvs_p": "p.Thr370Pro",
"transcript": "XM_005267272.4",
"protein_id": "XP_005267329.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 746,
"cds_start": 1108,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267272.4"
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "c.829A>C",
"hgvs_p": "p.Thr277Pro",
"transcript": "XM_047430882.1",
"protein_id": "XP_047286838.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 653,
"cds_start": 829,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430882.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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "n.*828A>C",
"hgvs_p": null,
"transcript": "ENST00000555148.5",
"protein_id": "ENSP00000451082.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000555148.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "n.604A>C",
"hgvs_p": null,
"transcript": "ENST00000556629.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000556629.1"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"hgvs_c": "n.*828A>C",
"hgvs_p": null,
"transcript": "ENST00000555148.5",
"protein_id": "ENSP00000451082.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000555148.5"
}
],
"gene_symbol": "EXOC5",
"gene_hgnc_id": 10696,
"dbsnp": "rs752054409",
"frequency_reference_population": 0.000003422187,
"hom_count_reference_population": 1,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342219,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6342678070068359,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.326,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2449,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.823,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BS2",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_006544.4",
"gene_symbol": "EXOC5",
"hgnc_id": 10696,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.994A>C",
"hgvs_p": "p.Thr332Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}