← 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: 22-17107767-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=17107767&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 9,
"criteria": [
"BP4_Strong",
"BP7",
"BS1"
],
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"gene_symbol": "IL17RA",
"hgnc_id": 5985,
"hgvs_c": "c.1086C>T",
"hgvs_p": "p.Thr362Thr",
"inheritance_mode": "AD,AR",
"pathogenic_score": 0,
"score": -9,
"transcript": "NM_014339.7",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BS1",
"acmg_score": -9,
"allele_count_reference_population": 844,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.73,
"chr": "22",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Immunodeficiency 51",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.7300000190734863,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 866,
"aa_ref": "T",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8566,
"cdna_start": 1178,
"cds_end": null,
"cds_length": 2601,
"cds_start": 1086,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_014339.7",
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"hgvs_c": "c.1086C>T",
"hgvs_p": "p.Thr362Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000319363.11",
"protein_coding": true,
"protein_id": "NP_055154.3",
"strand": true,
"transcript": "NM_014339.7",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 866,
"aa_ref": "T",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8566,
"cdna_start": 1178,
"cds_end": null,
"cds_length": 2601,
"cds_start": 1086,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000319363.11",
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"hgvs_c": "c.1086C>T",
"hgvs_p": "p.Thr362Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_014339.7",
"protein_coding": true,
"protein_id": "ENSP00000320936.6",
"strand": true,
"transcript": "ENST00000319363.11",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 862,
"aa_ref": "T",
"aa_start": 358,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5704,
"cdna_start": 1232,
"cds_end": null,
"cds_length": 2589,
"cds_start": 1074,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000940705.1",
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"hgvs_c": "c.1074C>T",
"hgvs_p": "p.Thr358Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610764.1",
"strand": true,
"transcript": "ENST00000940705.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 832,
"aa_ref": "T",
"aa_start": 328,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8464,
"cdna_start": 1076,
"cds_end": null,
"cds_length": 2499,
"cds_start": 984,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001289905.2",
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"hgvs_c": "c.984C>T",
"hgvs_p": "p.Thr328Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001276834.1",
"strand": true,
"transcript": "NM_001289905.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 832,
"aa_ref": "T",
"aa_start": 328,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2499,
"cdna_start": 984,
"cds_end": null,
"cds_length": 2499,
"cds_start": 984,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000612619.2",
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"hgvs_c": "c.984C>T",
"hgvs_p": "p.Thr328Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000479970.1",
"strand": true,
"transcript": "ENST00000612619.2",
"transcript_support_level": 5
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 753,
"aa_ref": "T",
"aa_start": 249,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3085,
"cdna_start": 874,
"cds_end": null,
"cds_length": 2262,
"cds_start": 747,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000962147.1",
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"hgvs_c": "c.747C>T",
"hgvs_p": "p.Thr249Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632206.1",
"strand": true,
"transcript": "ENST00000962147.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Benign",
"dbscsnv_ada_score": 0.000375084896390424,
"dbsnp": "rs139716919",
"effect": "splice_region_variant,synonymous_variant",
"frequency_reference_population": 0.00052322005,
"gene_hgnc_id": 5985,
"gene_symbol": "IL17RA",
"gnomad_exomes_ac": 808,
"gnomad_exomes_af": 0.00055313,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 36,
"gnomad_genomes_af": 0.00023636,
"gnomad_genomes_homalt": 0,
"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": "Immunodeficiency 51",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.451,
"pos": 17107767,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.04600000008940697,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_014339.7"
}
]
}