← 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: 6-33685507-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=33685507&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 33685507,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000605930.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5456G>A",
"hgvs_p": "p.Arg1819His",
"transcript": "NM_002224.4",
"protein_id": "NP_002215.2",
"transcript_support_level": null,
"aa_start": 1819,
"aa_end": null,
"aa_length": 2671,
"cds_start": 5456,
"cds_end": null,
"cds_length": 8016,
"cdna_start": 5737,
"cdna_end": null,
"cdna_length": 9079,
"mane_select": "ENST00000605930.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5456G>A",
"hgvs_p": "p.Arg1819His",
"transcript": "ENST00000605930.3",
"protein_id": "ENSP00000475177.1",
"transcript_support_level": 1,
"aa_start": 1819,
"aa_end": null,
"aa_length": 2671,
"cds_start": 5456,
"cds_end": null,
"cds_length": 8016,
"cdna_start": 5737,
"cdna_end": null,
"cdna_length": 9079,
"mane_select": "NM_002224.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5456G>A",
"hgvs_p": "p.Arg1819His",
"transcript": "ENST00000374316.9",
"protein_id": "ENSP00000363435.4",
"transcript_support_level": 5,
"aa_start": 1819,
"aa_end": null,
"aa_length": 2671,
"cds_start": 5456,
"cds_end": null,
"cds_length": 8016,
"cdna_start": 6516,
"cdna_end": null,
"cdna_length": 9870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5456G>A",
"hgvs_p": "p.Arg1819His",
"transcript": "XM_047418731.1",
"protein_id": "XP_047274687.1",
"transcript_support_level": null,
"aa_start": 1819,
"aa_end": null,
"aa_length": 2671,
"cds_start": 5456,
"cds_end": null,
"cds_length": 8016,
"cdna_start": 5520,
"cdna_end": null,
"cdna_length": 8862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5273G>A",
"hgvs_p": "p.Arg1758His",
"transcript": "XM_011514577.4",
"protein_id": "XP_011512879.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 2610,
"cds_start": 5273,
"cds_end": null,
"cds_length": 7833,
"cdna_start": 5321,
"cdna_end": null,
"cdna_length": 8663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5273G>A",
"hgvs_p": "p.Arg1758His",
"transcript": "XM_047418732.1",
"protein_id": "XP_047274688.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 2610,
"cds_start": 5273,
"cds_end": null,
"cds_length": 7833,
"cdna_start": 5447,
"cdna_end": null,
"cdna_length": 8789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5273G>A",
"hgvs_p": "p.Arg1758His",
"transcript": "XM_047418733.1",
"protein_id": "XP_047274689.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 2610,
"cds_start": 5273,
"cds_end": null,
"cds_length": 7833,
"cdna_start": 5448,
"cdna_end": null,
"cdna_length": 8790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"hgvs_c": "c.5273G>A",
"hgvs_p": "p.Arg1758His",
"transcript": "XM_047418734.1",
"protein_id": "XP_047274690.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 2610,
"cds_start": 5273,
"cds_end": null,
"cds_length": 7833,
"cdna_start": 6412,
"cdna_end": null,
"cdna_length": 9754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ITPR3",
"gene_hgnc_id": 6182,
"dbsnp": "rs9469559",
"frequency_reference_population": 0.0006658838,
"hom_count_reference_population": 11,
"allele_count_reference_population": 1074,
"gnomad_exomes_af": 0.00038957,
"gnomad_genomes_af": 0.00331561,
"gnomad_exomes_ac": 569,
"gnomad_genomes_ac": 505,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 4,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00556337833404541,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.168,
"revel_prediction": "Benign",
"alphamissense_score": 0.0754,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.208,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000605930.3",
"gene_symbol": "ITPR3",
"hgnc_id": 6182,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5456G>A",
"hgvs_p": "p.Arg1819His"
}
],
"clinvar_disease": "ITPR3-related disorder,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided|ITPR3-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}