← 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: X-154013378-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=154013378&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 154013378,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000369980.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1595C>G",
"hgvs_p": "p.Ser532Trp",
"transcript": "NM_001569.4",
"protein_id": "NP_001560.2",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 712,
"cds_start": 1595,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": "ENST00000369980.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1595C>G",
"hgvs_p": "p.Ser532Trp",
"transcript": "ENST00000369980.8",
"protein_id": "ENSP00000358997.3",
"transcript_support_level": 1,
"aa_start": 532,
"aa_end": null,
"aa_length": 712,
"cds_start": 1595,
"cds_end": null,
"cds_length": 2139,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": "NM_001569.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1358C>G",
"hgvs_p": "p.Ser453Trp",
"transcript": "ENST00000369974.6",
"protein_id": "ENSP00000358991.2",
"transcript_support_level": 1,
"aa_start": 453,
"aa_end": null,
"aa_length": 633,
"cds_start": 1358,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 3319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1540-35C>G",
"hgvs_p": null,
"transcript": "ENST00000393687.6",
"protein_id": "ENSP00000377291.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": -4,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1358C>G",
"hgvs_p": "p.Ser453Trp",
"transcript": "NM_001025243.2",
"protein_id": "NP_001020414.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 633,
"cds_start": 1358,
"cds_end": null,
"cds_length": 1902,
"cdna_start": 1448,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.839C>G",
"hgvs_p": "p.Ser280Trp",
"transcript": "ENST00000443220.1",
"protein_id": "ENSP00000403730.1",
"transcript_support_level": 2,
"aa_start": 280,
"aa_end": null,
"aa_length": 390,
"cds_start": 839,
"cds_end": null,
"cds_length": 1174,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 1175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.260C>G",
"hgvs_p": "p.Ser87Trp",
"transcript": "ENST00000444254.1",
"protein_id": "ENSP00000410953.1",
"transcript_support_level": 5,
"aa_start": 87,
"aa_end": null,
"aa_length": 217,
"cds_start": 260,
"cds_end": null,
"cds_length": 654,
"cdna_start": 261,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1550C>G",
"hgvs_p": "p.Ser517Trp",
"transcript": "XM_047442097.1",
"protein_id": "XP_047298053.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 697,
"cds_start": 1550,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 1640,
"cdna_end": null,
"cdna_length": 3536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "n.*538C>G",
"hgvs_p": null,
"transcript": "ENST00000369973.7",
"protein_id": "ENSP00000358990.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "n.375C>G",
"hgvs_p": null,
"transcript": "ENST00000467236.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "n.1139C>G",
"hgvs_p": null,
"transcript": "ENST00000699980.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "n.*538C>G",
"hgvs_p": null,
"transcript": "ENST00000369973.7",
"protein_id": "ENSP00000358990.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1618-35C>G",
"hgvs_p": null,
"transcript": "NM_001410701.1",
"protein_id": "NP_001397630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 708,
"cds_start": -4,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1618-35C>G",
"hgvs_p": null,
"transcript": "ENST00000429936.6",
"protein_id": "ENSP00000392662.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 708,
"cds_start": -4,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1540-35C>G",
"hgvs_p": null,
"transcript": "NM_001025242.2",
"protein_id": "NP_001020413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": -4,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.319-35C>G",
"hgvs_p": null,
"transcript": "ENST00000437278.5",
"protein_id": "ENSP00000406249.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": -4,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.529-2262C>G",
"hgvs_p": null,
"transcript": "ENST00000444230.5",
"protein_id": "ENSP00000399974.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 234,
"cds_start": -4,
"cds_end": null,
"cds_length": 705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.279+664C>G",
"hgvs_p": null,
"transcript": "ENST00000455690.5",
"protein_id": "ENSP00000411809.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": -4,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "n.616-2567C>G",
"hgvs_p": null,
"transcript": "ENST00000477274.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"hgvs_c": "c.1495-35C>G",
"hgvs_p": null,
"transcript": "XM_047442098.1",
"protein_id": "XP_047298054.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": -4,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IRAK1",
"gene_hgnc_id": 6112,
"dbsnp": "rs1059703",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14391571283340454,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.11999999731779099,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.267,
"revel_prediction": "Benign",
"alphamissense_score": 0.0929,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.346,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.12,
"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": "ENST00000369980.8",
"gene_symbol": "IRAK1",
"hgnc_id": 6112,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1595C>G",
"hgvs_p": "p.Ser532Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}