← 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: 17-50108168-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=50108168&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 50108168,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002611.5",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "NM_002611.5",
"protein_id": "NP_002602.2",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 407,
"cds_start": 698,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000503176.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002611.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000503176.6",
"protein_id": "ENSP00000420927.1",
"transcript_support_level": 1,
"aa_start": 233,
"aa_end": null,
"aa_length": 407,
"cds_start": 698,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002611.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503176.6"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.Lys268Arg",
"transcript": "ENST00000892669.1",
"protein_id": "ENSP00000562728.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 442,
"cds_start": 803,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892669.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.Lys268Arg",
"transcript": "ENST00000892667.1",
"protein_id": "ENSP00000562726.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 422,
"cds_start": 803,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892667.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.695A>G",
"hgvs_p": "p.Lys232Arg",
"transcript": "ENST00000892665.1",
"protein_id": "ENSP00000562724.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 406,
"cds_start": 695,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892665.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000969548.1",
"protein_id": "ENSP00000639607.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 392,
"cds_start": 698,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969548.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000892668.1",
"protein_id": "ENSP00000562727.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 389,
"cds_start": 698,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892668.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000892671.1",
"protein_id": "ENSP00000562730.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 387,
"cds_start": 698,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892671.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000892666.1",
"protein_id": "ENSP00000562725.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 385,
"cds_start": 698,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892666.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.626A>G",
"hgvs_p": "p.Lys209Arg",
"transcript": "ENST00000969549.1",
"protein_id": "ENSP00000639608.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 383,
"cds_start": 626,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969549.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000969550.1",
"protein_id": "ENSP00000639609.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 374,
"cds_start": 698,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969550.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000930435.1",
"protein_id": "ENSP00000600494.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 369,
"cds_start": 698,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930435.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.Lys169Arg",
"transcript": "NM_001199898.2",
"protein_id": "NP_001186827.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 343,
"cds_start": 506,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199898.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.Lys169Arg",
"transcript": "NM_001199899.2",
"protein_id": "NP_001186828.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 343,
"cds_start": 506,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199899.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.Lys169Arg",
"transcript": "ENST00000007708.7",
"protein_id": "ENSP00000007708.3",
"transcript_support_level": 2,
"aa_start": 169,
"aa_end": null,
"aa_length": 343,
"cds_start": 506,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000007708.7"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.Lys169Arg",
"transcript": "ENST00000614357.4",
"protein_id": "ENSP00000481915.1",
"transcript_support_level": 5,
"aa_start": 169,
"aa_end": null,
"aa_length": 343,
"cds_start": 506,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614357.4"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg",
"transcript": "ENST00000892670.1",
"protein_id": "ENSP00000562729.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 300,
"cds_start": 698,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892670.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.Lys169Arg",
"transcript": "ENST00000503614.5",
"protein_id": "ENSP00000425265.1",
"transcript_support_level": 3,
"aa_start": 169,
"aa_end": null,
"aa_length": 258,
"cds_start": 506,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503614.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "c.413A>G",
"hgvs_p": "p.Lys138Arg",
"transcript": "ENST00000510219.2",
"protein_id": "ENSP00000423310.2",
"transcript_support_level": 5,
"aa_start": 138,
"aa_end": null,
"aa_length": 159,
"cds_start": 413,
"cds_end": null,
"cds_length": 481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510219.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "n.534A>G",
"hgvs_p": null,
"transcript": "ENST00000503076.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000503076.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "n.161A>G",
"hgvs_p": null,
"transcript": "ENST00000506647.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000506647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "n.168A>G",
"hgvs_p": null,
"transcript": "ENST00000512204.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000512204.5"
},
{
"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": "PDK2",
"gene_hgnc_id": 8810,
"hgvs_c": "n.490A>G",
"hgvs_p": null,
"transcript": "ENST00000515040.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000515040.5"
}
],
"gene_symbol": "PDK2",
"gene_hgnc_id": 8810,
"dbsnp": "rs867812635",
"frequency_reference_population": 0.0000027741905,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000277419,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08598721027374268,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.067,
"revel_prediction": "Benign",
"alphamissense_score": 0.0617,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.759,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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_002611.5",
"gene_symbol": "PDK2",
"hgnc_id": 8810,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.698A>G",
"hgvs_p": "p.Lys233Arg"
}
],
"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
}