← 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: 19-18059981-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=18059981&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 18059981,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001290024.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1896C>G",
"hgvs_p": "p.Leu632Leu",
"transcript": "NM_005535.3",
"protein_id": "NP_005526.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 662,
"cds_start": 1896,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000593993.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005535.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1896C>G",
"hgvs_p": "p.Leu632Leu",
"transcript": "ENST00000593993.7",
"protein_id": "ENSP00000472165.2",
"transcript_support_level": 1,
"aa_start": 632,
"aa_end": null,
"aa_length": 662,
"cds_start": 1896,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005535.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000593993.7"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1896C>G",
"hgvs_p": "p.Leu632Leu",
"transcript": "ENST00000600835.6",
"protein_id": "ENSP00000470788.1",
"transcript_support_level": 1,
"aa_start": 632,
"aa_end": null,
"aa_length": 662,
"cds_start": 1896,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600835.6"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2016C>G",
"hgvs_p": "p.Leu672Leu",
"transcript": "NM_001290024.2",
"protein_id": "NP_001276953.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 702,
"cds_start": 2016,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290024.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1917C>G",
"hgvs_p": "p.Leu639Leu",
"transcript": "NM_001440424.1",
"protein_id": "NP_001427353.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 669,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440424.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1917C>G",
"hgvs_p": "p.Leu639Leu",
"transcript": "NM_001440425.1",
"protein_id": "NP_001427354.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 667,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440425.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1896C>G",
"hgvs_p": "p.Leu632Leu",
"transcript": "NM_001290023.2",
"protein_id": "NP_001276952.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 660,
"cds_start": 1896,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290023.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2049C>G",
"hgvs_p": "p.Leu683Leu",
"transcript": "XM_011527966.3",
"protein_id": "XP_011526268.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 745,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527966.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2037C>G",
"hgvs_p": "p.Leu679Leu",
"transcript": "XM_011527967.3",
"protein_id": "XP_011526269.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 741,
"cds_start": 2037,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527967.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2028C>G",
"hgvs_p": "p.Leu676Leu",
"transcript": "XM_011527968.4",
"protein_id": "XP_011526270.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 738,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527968.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2016C>G",
"hgvs_p": "p.Leu672Leu",
"transcript": "XM_011527969.3",
"protein_id": "XP_011526271.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 734,
"cds_start": 2016,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527969.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2049C>G",
"hgvs_p": "p.Leu683Leu",
"transcript": "XM_011527970.3",
"protein_id": "XP_011526272.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 725,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527970.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2037C>G",
"hgvs_p": "p.Leu679Leu",
"transcript": "XM_047438767.1",
"protein_id": "XP_047294723.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 721,
"cds_start": 2037,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438767.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2016C>G",
"hgvs_p": "p.Leu672Leu",
"transcript": "XM_006722741.4",
"protein_id": "XP_006722804.2",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 714,
"cds_start": 2016,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722741.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2049C>G",
"hgvs_p": "p.Leu683Leu",
"transcript": "XM_011527971.4",
"protein_id": "XP_011526273.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 713,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527971.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2049C>G",
"hgvs_p": "p.Leu683Leu",
"transcript": "XM_011527972.4",
"protein_id": "XP_011526274.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 711,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527972.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2028C>G",
"hgvs_p": "p.Leu676Leu",
"transcript": "XM_047438768.1",
"protein_id": "XP_047294724.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 706,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438768.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1929C>G",
"hgvs_p": "p.Leu643Leu",
"transcript": "XM_047438769.1",
"protein_id": "XP_047294725.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 705,
"cds_start": 1929,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438769.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2028C>G",
"hgvs_p": "p.Leu676Leu",
"transcript": "XM_047438770.1",
"protein_id": "XP_047294726.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 704,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438770.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.2016C>G",
"hgvs_p": "p.Leu672Leu",
"transcript": "XM_011527975.3",
"protein_id": "XP_011526277.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 700,
"cds_start": 2016,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527975.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"hgvs_c": "c.1314C>G",
"hgvs_p": "p.Leu438Leu",
"transcript": "XM_017026762.2",
"protein_id": "XP_016882251.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 500,
"cds_start": 1314,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017026762.2"
}
],
"gene_symbol": "IL12RB1",
"gene_hgnc_id": 5971,
"dbsnp": "rs769424178",
"frequency_reference_population": 0.0000013816773,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000138168,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.586,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001290024.2",
"gene_symbol": "IL12RB1",
"hgnc_id": 5971,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2016C>G",
"hgvs_p": "p.Leu672Leu"
}
],
"clinvar_disease": "Mendelian susceptibility to mycobacterial diseases due to complete IL12RB1 deficiency",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Mendelian susceptibility to mycobacterial diseases due to complete IL12RB1 deficiency",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}