← 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-69295692-ATTTT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=69295692&ref=ATTTT&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "HK1",
"hgnc_id": 4922,
"hgvs_c": "c.168+21_168+23delTTT",
"hgvs_p": null,
"inheritance_mode": "AD,AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001322365.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "TA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "10",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3998,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001358263.1",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": "ENST00000643399.2",
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001345192.1",
"strand": true,
"transcript": "NM_001358263.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3998,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000643399.2",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+13_75+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": "NM_001358263.1",
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494664.1",
"strand": true,
"transcript": "ENST00000643399.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 58,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 567,
"cdna_start": null,
"cds_end": null,
"cds_length": 178,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000464803.6",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.168+13_168+15delTTT",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496531.1",
"strand": true,
"transcript": "ENST00000464803.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 575,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000480047.5",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "n.379+13_379+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000480047.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 952,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3995,
"cdna_start": null,
"cds_end": null,
"cds_length": 2859,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001322365.2",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.168+21_168+23delTTT",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309294.1",
"strand": true,
"transcript": "NM_001322365.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3690,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001322364.2",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309293.1",
"strand": true,
"transcript": "NM_001322364.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3812,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_033497.3",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_277032.1",
"strand": true,
"transcript": "NM_033497.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3866,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_033498.3",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_277033.1",
"strand": true,
"transcript": "NM_033498.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3835,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000436817.6",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+13_75+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000415949.2",
"strand": true,
"transcript": "ENST00000436817.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 905,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3964,
"cdna_start": null,
"cds_end": null,
"cds_length": 2718,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_033500.2",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.-67+21_-67+23delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_277035.2",
"strand": true,
"transcript": "NM_033500.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 344,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1398,
"cdna_start": null,
"cds_end": null,
"cds_length": 1037,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000703944.1",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+13_75+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000515576.1",
"strand": true,
"transcript": "ENST00000703944.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 113,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 707,
"cdna_start": null,
"cds_end": null,
"cds_length": 343,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000421088.5",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.-67+13_-67+15delTTT",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000398316.1",
"strand": true,
"transcript": "ENST00000421088.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 102,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 750,
"cdna_start": null,
"cds_end": null,
"cds_length": 310,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000483077.5",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.-67+13_-67+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000515575.1",
"strand": true,
"transcript": "ENST00000483077.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 45,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 592,
"cdna_start": null,
"cds_end": null,
"cds_length": 139,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000483054.5",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+13_75+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000515577.1",
"strand": true,
"transcript": "ENST00000483054.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 29,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 449,
"cdna_start": null,
"cds_end": null,
"cds_length": 91,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000450646.6",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+13_75+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000409761.2",
"strand": true,
"transcript": "ENST00000450646.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 28,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 456,
"cdna_start": null,
"cds_end": null,
"cds_length": 89,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000476368.6",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+13_75+15delTTT",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495526.1",
"strand": true,
"transcript": "ENST00000476368.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4052,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 21,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024447969.2",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024303737.1",
"strand": true,
"transcript": "XM_024447969.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3907,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047425136.1",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281092.1",
"strand": true,
"transcript": "XM_047425136.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 921,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3961,
"cdna_start": null,
"cds_end": null,
"cds_length": 2766,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047425137.1",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "c.75+21_75+23delTTT",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281093.1",
"strand": true,
"transcript": "XM_047425137.1",
"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": 680,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000479594.5",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "n.636+13_636+15delTTT",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000479594.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 593,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000488644.5",
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"hgvs_c": "n.471+13_471+15delTTT",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000488644.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "intron_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 4922,
"gene_symbol": "HK1",
"gnomad_exomes_ac": 0,
"gnomad_exomes_af": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.55,
"pos": 69295691,
"ref": "TATTT",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001322365.2"
}
]
}