← 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: 5-94307411-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=94307411&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 94307411,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001385712.1",
"consequences": [
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3710+76957C>T",
"hgvs_p": null,
"transcript": "NM_001145678.3",
"protein_id": "NP_001139150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1275,
"cds_start": null,
"cds_end": null,
"cds_length": 3828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000682413.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145678.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3710+76957C>T",
"hgvs_p": null,
"transcript": "ENST00000682413.1",
"protein_id": "ENSP00000506760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1275,
"cds_start": null,
"cds_end": null,
"cds_length": 3828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001145678.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682413.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_011543324.3",
"protein_id": "XP_011541626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1341,
"cds_start": null,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543324.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_011543325.4",
"protein_id": "XP_011541627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1341,
"cds_start": null,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543325.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_011543327.3",
"protein_id": "XP_011541629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1341,
"cds_start": null,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543327.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_011543328.4",
"protein_id": "XP_011541630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1341,
"cds_start": null,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543328.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_011543329.3",
"protein_id": "XP_011541631.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1341,
"cds_start": null,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543329.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*1012C>T",
"hgvs_p": null,
"transcript": "XM_011543330.3",
"protein_id": "XP_011541632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1283,
"cds_start": null,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543330.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*993C>T",
"hgvs_p": null,
"transcript": "XM_017009374.2",
"protein_id": "XP_016864863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1251,
"cds_start": null,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009374.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_011543335.3",
"protein_id": "XP_011541637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543335.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.*2067C>T",
"hgvs_p": null,
"transcript": "XM_047417111.1",
"protein_id": "XP_047273067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 953,
"cds_start": null,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417111.1"
},
{
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3725+76957C>T",
"hgvs_p": null,
"transcript": "NM_001385712.1",
"protein_id": "NP_001372641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1280,
"cds_start": null,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385712.1"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3725+76957C>T",
"hgvs_p": null,
"transcript": "NM_001388325.1",
"protein_id": "NP_001375254.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1280,
"cds_start": null,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001388325.1"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3725+76957C>T",
"hgvs_p": null,
"transcript": "ENST00000703867.1",
"protein_id": "ENSP00000515512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1280,
"cds_start": null,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703867.1"
},
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3710+76957C>T",
"hgvs_p": null,
"transcript": "ENST00000513200.7",
"protein_id": "ENSP00000424618.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1275,
"cds_start": null,
"cds_end": null,
"cds_length": 3828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513200.7"
},
{
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "c.3726-60380C>T",
"hgvs_p": null,
"transcript": "XM_047417110.1",
"protein_id": "XP_047273066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1280,
"cds_start": null,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417110.1"
},
{
"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": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "n.4190-592C>T",
"hgvs_p": null,
"transcript": "NR_169751.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_169751.1"
},
{
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"hgvs_c": "n.4075-592C>T",
"hgvs_p": null,
"transcript": "XR_948246.3",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_948246.3"
}
],
"gene_symbol": "KIAA0825",
"gene_hgnc_id": 28532,
"dbsnp": "rs9314105",
"frequency_reference_population": 0.38618273,
"hom_count_reference_population": 11622,
"allele_count_reference_population": 58414,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.386183,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 58414,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 11622,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.0099999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1.01,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.09,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "NM_001385712.1",
"gene_symbol": "KIAA0825",
"hgnc_id": 28532,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3725+76957C>T",
"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
}