← 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: 11-1277153-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=1277153&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TOLLIP",
"hgnc_id": 16476,
"hgvs_c": "c.711C>G",
"hgvs_p": "p.Ile237Met",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_019009.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 2,
"alphamissense_prediction": null,
"alphamissense_score": 0.1651,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"chr": "11",
"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.19122621417045593,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 274,
"aa_ref": "I",
"aa_start": 237,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3627,
"cdna_start": 845,
"cds_end": null,
"cds_length": 825,
"cds_start": 711,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_019009.4",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.711C>G",
"hgvs_p": "p.Ile237Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000317204.11",
"protein_coding": true,
"protein_id": "NP_061882.2",
"strand": false,
"transcript": "NM_019009.4",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 274,
"aa_ref": "I",
"aa_start": 237,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3627,
"cdna_start": 845,
"cds_end": null,
"cds_length": 825,
"cds_start": 711,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000317204.11",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.711C>G",
"hgvs_p": "p.Ile237Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_019009.4",
"protein_coding": true,
"protein_id": "ENSP00000314733.5",
"strand": false,
"transcript": "ENST00000317204.11",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 299,
"aa_ref": "I",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1386,
"cdna_start": 861,
"cds_end": null,
"cds_length": 900,
"cds_start": 786,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000863437.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.786C>G",
"hgvs_p": "p.Ile262Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000533496.1",
"strand": false,
"transcript": "ENST00000863437.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 294,
"aa_ref": "I",
"aa_start": 257,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3698,
"cdna_start": 925,
"cds_end": null,
"cds_length": 885,
"cds_start": 771,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000961564.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.771C>G",
"hgvs_p": "p.Ile257Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631623.1",
"strand": false,
"transcript": "ENST00000961564.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 274,
"aa_ref": "I",
"aa_start": 237,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1814,
"cdna_start": 1287,
"cds_end": null,
"cds_length": 825,
"cds_start": 711,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000863435.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.711C>G",
"hgvs_p": "p.Ile237Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000533494.1",
"strand": false,
"transcript": "ENST00000863435.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 246,
"aa_ref": "I",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2283,
"cdna_start": 783,
"cds_end": null,
"cds_length": 741,
"cds_start": 627,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000263646.11",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.627C>G",
"hgvs_p": "p.Ile209Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000263646.6",
"strand": false,
"transcript": "ENST00000263646.11",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 243,
"aa_ref": "I",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1288,
"cdna_start": 755,
"cds_end": null,
"cds_length": 732,
"cds_start": 618,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000961565.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.618C>G",
"hgvs_p": "p.Ile206Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000631624.1",
"strand": false,
"transcript": "ENST00000961565.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 224,
"aa_ref": "I",
"aa_start": 187,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3477,
"cdna_start": 695,
"cds_end": null,
"cds_length": 675,
"cds_start": 561,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001318512.2",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.561C>G",
"hgvs_p": "p.Ile187Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305441.1",
"strand": false,
"transcript": "NM_001318512.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 213,
"aa_ref": "I",
"aa_start": 176,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3444,
"cdna_start": 662,
"cds_end": null,
"cds_length": 642,
"cds_start": 528,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001318516.2",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.528C>G",
"hgvs_p": "p.Ile176Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305445.1",
"strand": false,
"transcript": "NM_001318516.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 213,
"aa_ref": "I",
"aa_start": 176,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3429,
"cdna_start": 649,
"cds_end": null,
"cds_length": 642,
"cds_start": 528,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000525159.5",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.528C>G",
"hgvs_p": "p.Ile176Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432668.1",
"strand": false,
"transcript": "ENST00000525159.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 205,
"aa_ref": "I",
"aa_start": 168,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3667,
"cdna_start": 885,
"cds_end": null,
"cds_length": 618,
"cds_start": 504,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001318514.2",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.504C>G",
"hgvs_p": "p.Ile168Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305443.1",
"strand": false,
"transcript": "NM_001318514.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 205,
"aa_ref": "I",
"aa_start": 168,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3666,
"cdna_start": 885,
"cds_end": null,
"cds_length": 618,
"cds_start": 504,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000527886.5",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.504C>G",
"hgvs_p": "p.Ile168Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000434035.1",
"strand": false,
"transcript": "ENST00000527886.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 163,
"aa_ref": "I",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1025,
"cdna_start": 496,
"cds_end": null,
"cds_length": 492,
"cds_start": 378,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000863436.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.378C>G",
"hgvs_p": "p.Ile126Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000533495.1",
"strand": false,
"transcript": "ENST00000863436.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 287,
"aa_ref": "I",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5704,
"cdna_start": 2922,
"cds_end": null,
"cds_length": 864,
"cds_start": 750,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047427134.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.750C>G",
"hgvs_p": "p.Ile250Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047283090.1",
"strand": false,
"transcript": "XM_047427134.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 148,
"aa_ref": "I",
"aa_start": 111,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 769,
"cds_end": null,
"cds_length": 447,
"cds_start": 333,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017017931.2",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.333C>G",
"hgvs_p": "p.Ile111Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016873420.1",
"strand": false,
"transcript": "XM_017017931.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 80,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3200,
"cdna_start": null,
"cds_end": null,
"cds_length": 243,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001318515.2",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.*41C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001305444.1",
"strand": false,
"transcript": "NM_001318515.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 80,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 549,
"cdna_start": null,
"cds_end": null,
"cds_length": 243,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000527938.5",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.*41C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000432778.1",
"strand": false,
"transcript": "ENST00000527938.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1297,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000530506.5",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "n.*336C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000436393.1",
"strand": false,
"transcript": "ENST00000530506.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1297,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000530506.5",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "n.*336C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000436393.1",
"strand": false,
"transcript": "ENST00000530506.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 185,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 684,
"cdna_start": null,
"cds_end": null,
"cds_length": 559,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000530541.1",
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"hgvs_c": "c.*2C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000434494.1",
"strand": true,
"transcript": "ENST00000530541.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1378528584",
"effect": "missense_variant",
"frequency_reference_population": 0.0000013687305,
"gene_hgnc_id": 16476,
"gene_symbol": "TOLLIP",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000136873,
"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": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.894,
"pos": 1277153,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.125,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_019009.4"
}
]
}