← 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-59504321-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=59504321&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 59504321,
"ref": "T",
"alt": "G",
"effect": "3_prime_UTR_variant",
"transcript": "ENST00000616435.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "n.1213T>G",
"hgvs_p": null,
"transcript": "ENST00000602482.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 2302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "NM_016475.5",
"protein_id": "NP_057559.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2347,
"mane_select": "ENST00000616435.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "ENST00000616435.5",
"protein_id": "ENSP00000479775.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2347,
"mane_select": "NM_016475.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "ENST00000356057.9",
"protein_id": "ENSP00000348351.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": -4,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "ENST00000425728.6",
"protein_id": "ENSP00000389699.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": -4,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "n.1569T>G",
"hgvs_p": null,
"transcript": "ENST00000554721.1",
"protein_id": null,
"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": 1951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "NM_001284201.2",
"protein_id": "NP_001271130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "ENST00000554271.5",
"protein_id": "ENSP00000450749.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "NM_001284202.2",
"protein_id": "NP_001271131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 319,
"cds_start": -4,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "NM_001098625.3",
"protein_id": "NP_001092095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": -4,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "NM_001284203.2",
"protein_id": "NP_001271132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*466T>G",
"hgvs_p": null,
"transcript": "NM_001284204.2",
"protein_id": "NP_001271133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 213,
"cds_start": -4,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "XM_024449627.2",
"protein_id": "XP_024305395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "c.*249T>G",
"hgvs_p": null,
"transcript": "XM_047431467.1",
"protein_id": "XP_047287423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2255,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258782",
"gene_hgnc_id": null,
"hgvs_c": "n.593+868A>C",
"hgvs_p": null,
"transcript": "ENST00000554253.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "L3HYPDH",
"gene_hgnc_id": 20488,
"hgvs_c": "c.-6+868A>C",
"hgvs_p": null,
"transcript": "XM_024449462.2",
"protein_id": "XP_024305230.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": -4,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC175",
"gene_hgnc_id": 19847,
"hgvs_c": "n.*218A>C",
"hgvs_p": null,
"transcript": "ENST00000553317.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"hgvs_c": "n.*47T>G",
"hgvs_p": null,
"transcript": "ENST00000553941.5",
"protein_id": null,
"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": 1191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "JKAMP",
"gene_hgnc_id": 20184,
"dbsnp": "rs7560",
"frequency_reference_population": 0.26109323,
"hom_count_reference_population": 16811,
"allele_count_reference_population": 120494,
"gnomad_exomes_af": 0.258554,
"gnomad_genomes_af": 0.266259,
"gnomad_exomes_ac": 79996,
"gnomad_genomes_ac": 40498,
"gnomad_exomes_homalt": 11104,
"gnomad_genomes_homalt": 5707,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7900000214576721,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.528,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000616435.5",
"gene_symbol": "JKAMP",
"hgnc_id": 20184,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*249T>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000554253.1",
"gene_symbol": "ENSG00000258782",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.593+868A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XM_024449462.2",
"gene_symbol": "L3HYPDH",
"hgnc_id": 20488,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-6+868A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000553317.1",
"gene_symbol": "CCDC175",
"hgnc_id": 19847,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*218A>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}