← 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: 10-22591745-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=22591745&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Moderate",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PIP4K2A",
"hgnc_id": 8997,
"hgvs_c": "c.376T>A",
"hgvs_p": "p.Ser126Thr",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_005028.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_score": -6,
"allele_count_reference_population": 77,
"alphamissense_prediction": null,
"alphamissense_score": 0.0831,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.42,
"chr": "10",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.14888811111450195,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 406,
"aa_ref": "S",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3820,
"cdna_start": 628,
"cds_end": null,
"cds_length": 1221,
"cds_start": 376,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_005028.5",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.376T>A",
"hgvs_p": "p.Ser126Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000376573.9",
"protein_coding": true,
"protein_id": "NP_005019.2",
"strand": false,
"transcript": "NM_005028.5",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 406,
"aa_ref": "S",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3820,
"cdna_start": 628,
"cds_end": null,
"cds_length": 1221,
"cds_start": 376,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000376573.9",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.376T>A",
"hgvs_p": "p.Ser126Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_005028.5",
"protein_coding": true,
"protein_id": "ENSP00000365757.4",
"strand": false,
"transcript": "ENST00000376573.9",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 347,
"aa_ref": "S",
"aa_start": 67,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3597,
"cdna_start": 405,
"cds_end": null,
"cds_length": 1044,
"cds_start": 199,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001330062.2",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.199T>A",
"hgvs_p": "p.Ser67Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001316991.1",
"strand": false,
"transcript": "NM_001330062.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 347,
"aa_ref": "S",
"aa_start": 67,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1436,
"cdna_start": 405,
"cds_end": null,
"cds_length": 1044,
"cds_start": 199,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000545335.5",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.199T>A",
"hgvs_p": "p.Ser67Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442098.1",
"strand": false,
"transcript": "ENST00000545335.5",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 344,
"aa_ref": "S",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3274,
"cdna_start": 604,
"cds_end": null,
"cds_length": 1035,
"cds_start": 376,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000928212.1",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.376T>A",
"hgvs_p": "p.Ser126Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598271.1",
"strand": false,
"transcript": "ENST00000928212.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 347,
"aa_ref": "S",
"aa_start": 67,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3567,
"cdna_start": 375,
"cds_end": null,
"cds_length": 1044,
"cds_start": 199,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017016330.2",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.199T>A",
"hgvs_p": "p.Ser67Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016871819.1",
"strand": false,
"transcript": "XM_017016330.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 347,
"aa_ref": "S",
"aa_start": 67,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8788,
"cdna_start": 5596,
"cds_end": null,
"cds_length": 1044,
"cds_start": 199,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017016331.2",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.199T>A",
"hgvs_p": "p.Ser67Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016871820.1",
"strand": false,
"transcript": "XM_017016331.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 347,
"aa_ref": "S",
"aa_start": 67,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 18890,
"cdna_start": 15698,
"cds_end": null,
"cds_length": 1044,
"cds_start": 199,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047425351.1",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.199T>A",
"hgvs_p": "p.Ser67Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281307.1",
"strand": false,
"transcript": "XM_047425351.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3510,
"cdna_start": null,
"cds_end": null,
"cds_length": 1068,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000899822.1",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.339+16182T>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000569881.1",
"strand": false,
"transcript": "ENST00000899822.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3667,
"cdna_start": null,
"cds_end": null,
"cds_length": 1068,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006717450.3",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.339+16182T>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006717513.1",
"strand": false,
"transcript": "XM_006717450.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 768,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000422321.5",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "n.232T>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000422321.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 266,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1319,
"cdna_start": null,
"cds_end": null,
"cds_length": 801,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000323883.11",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.-87T>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000326294.7",
"strand": true,
"transcript": "ENST00000323883.11",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 141,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 443,
"cdna_start": null,
"cds_end": null,
"cds_length": 426,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000604912.1",
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"hgvs_c": "c.-87T>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000473858.1",
"strand": true,
"transcript": "ENST00000604912.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs749950706",
"effect": "missense_variant",
"frequency_reference_population": 0.000047743175,
"gene_hgnc_id": 8997,
"gene_symbol": "PIP4K2A",
"gnomad_exomes_ac": 71,
"gnomad_exomes_af": 0.0000486074,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 6,
"gnomad_genomes_af": 0.0000394446,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.603,
"pos": 22591745,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.093,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_005028.5"
}
]
}