← 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: 1-109323100-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=109323100&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 109323100,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002959.7",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1856T>C",
"hgvs_p": "p.Ile619Thr",
"transcript": "NM_002959.7",
"protein_id": "NP_002950.3",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 831,
"cds_start": 1856,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000256637.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002959.7"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1856T>C",
"hgvs_p": "p.Ile619Thr",
"transcript": "ENST00000256637.8",
"protein_id": "ENSP00000256637.6",
"transcript_support_level": 1,
"aa_start": 619,
"aa_end": null,
"aa_length": 831,
"cds_start": 1856,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002959.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256637.8"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1973T>C",
"hgvs_p": "p.Ile658Thr",
"transcript": "ENST00000902724.1",
"protein_id": "ENSP00000572783.1",
"transcript_support_level": null,
"aa_start": 658,
"aa_end": null,
"aa_length": 870,
"cds_start": 1973,
"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": "ENST00000902724.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "ENST00000957898.1",
"protein_id": "ENSP00000627957.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 869,
"cds_start": 1970,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957898.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1910T>C",
"hgvs_p": "p.Ile637Thr",
"transcript": "ENST00000934843.1",
"protein_id": "ENSP00000604902.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 849,
"cds_start": 1910,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934843.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1907T>C",
"hgvs_p": "p.Ile636Thr",
"transcript": "ENST00000902725.1",
"protein_id": "ENSP00000572784.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 848,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902725.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1874T>C",
"hgvs_p": "p.Ile625Thr",
"transcript": "ENST00000902726.1",
"protein_id": "ENSP00000572785.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 837,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902726.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1826T>C",
"hgvs_p": "p.Ile609Thr",
"transcript": "ENST00000957902.1",
"protein_id": "ENSP00000627961.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 821,
"cds_start": 1826,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957902.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1796T>C",
"hgvs_p": "p.Ile599Thr",
"transcript": "ENST00000934841.1",
"protein_id": "ENSP00000604900.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 811,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934841.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1769T>C",
"hgvs_p": "p.Ile590Thr",
"transcript": "ENST00000934842.1",
"protein_id": "ENSP00000604901.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 802,
"cds_start": 1769,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934842.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1766T>C",
"hgvs_p": "p.Ile589Thr",
"transcript": "ENST00000957899.1",
"protein_id": "ENSP00000627958.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 801,
"cds_start": 1766,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957899.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1856T>C",
"hgvs_p": "p.Ile619Thr",
"transcript": "ENST00000957901.1",
"protein_id": "ENSP00000627960.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 792,
"cds_start": 1856,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957901.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr",
"transcript": "ENST00000902727.1",
"protein_id": "ENSP00000572786.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 784,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902727.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1616T>C",
"hgvs_p": "p.Ile539Thr",
"transcript": "ENST00000934844.1",
"protein_id": "ENSP00000604903.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 751,
"cds_start": 1616,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934844.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1445T>C",
"hgvs_p": "p.Ile482Thr",
"transcript": "NM_001205228.2",
"protein_id": "NP_001192157.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 694,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001205228.2"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1445T>C",
"hgvs_p": "p.Ile482Thr",
"transcript": "ENST00000538502.5",
"protein_id": "ENSP00000438597.1",
"transcript_support_level": 2,
"aa_start": 482,
"aa_end": null,
"aa_length": 694,
"cds_start": 1445,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538502.5"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1193T>C",
"hgvs_p": "p.Ile398Thr",
"transcript": "ENST00000957900.1",
"protein_id": "ENSP00000627959.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 610,
"cds_start": 1193,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957900.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1853T>C",
"hgvs_p": "p.Ile618Thr",
"transcript": "XM_005271100.3",
"protein_id": "XP_005271157.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 830,
"cds_start": 1853,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271100.3"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"hgvs_c": "c.1448T>C",
"hgvs_p": "p.Ile483Thr",
"transcript": "XM_005271101.4",
"protein_id": "XP_005271158.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 695,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271101.4"
}
],
"gene_symbol": "SORT1",
"gene_hgnc_id": 11186,
"dbsnp": "rs1350849087",
"frequency_reference_population": 0.0000030982005,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000205242,
"gnomad_genomes_af": 0.0000131447,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07714921236038208,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.085,
"revel_prediction": "Benign",
"alphamissense_score": 0.1056,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.111,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002959.7",
"gene_symbol": "SORT1",
"hgnc_id": 11186,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1856T>C",
"hgvs_p": "p.Ile619Thr"
}
],
"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
}