← 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: 12-26411391-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=26411391&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 26411391,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000381340.8",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "c.7328T>C",
"hgvs_p": "p.Met2443Thr",
"transcript": "NM_002223.4",
"protein_id": "NP_002214.2",
"transcript_support_level": null,
"aa_start": 2443,
"aa_end": null,
"aa_length": 2701,
"cds_start": 7328,
"cds_end": null,
"cds_length": 8106,
"cdna_start": 7741,
"cdna_end": null,
"cdna_length": 12564,
"mane_select": "ENST00000381340.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "c.7328T>C",
"hgvs_p": "p.Met2443Thr",
"transcript": "ENST00000381340.8",
"protein_id": "ENSP00000370744.3",
"transcript_support_level": 1,
"aa_start": 2443,
"aa_end": null,
"aa_length": 2701,
"cds_start": 7328,
"cds_end": null,
"cds_length": 8106,
"cdna_start": 7741,
"cdna_end": null,
"cdna_length": 12564,
"mane_select": "NM_002223.4",
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "n.*1847T>C",
"hgvs_p": null,
"transcript": "ENST00000451599.6",
"protein_id": "ENSP00000408287.2",
"transcript_support_level": 1,
"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": 2577,
"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": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "n.*1847T>C",
"hgvs_p": null,
"transcript": "ENST00000451599.6",
"protein_id": "ENSP00000408287.2",
"transcript_support_level": 1,
"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": 2577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "c.7325T>C",
"hgvs_p": "p.Met2442Thr",
"transcript": "NM_001414174.1",
"protein_id": "NP_001401103.1",
"transcript_support_level": null,
"aa_start": 2442,
"aa_end": null,
"aa_length": 2700,
"cds_start": 7325,
"cds_end": null,
"cds_length": 8103,
"cdna_start": 7738,
"cdna_end": null,
"cdna_length": 12561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "c.7109T>C",
"hgvs_p": "p.Met2370Thr",
"transcript": "NM_001414175.1",
"protein_id": "NP_001401104.1",
"transcript_support_level": null,
"aa_start": 2370,
"aa_end": null,
"aa_length": 2628,
"cds_start": 7109,
"cds_end": null,
"cds_length": 7887,
"cdna_start": 7522,
"cdna_end": null,
"cdna_length": 12345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 53,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "c.7388T>C",
"hgvs_p": "p.Met2463Thr",
"transcript": "XM_017019266.2",
"protein_id": "XP_016874755.1",
"transcript_support_level": null,
"aa_start": 2463,
"aa_end": null,
"aa_length": 2721,
"cds_start": 7388,
"cds_end": null,
"cds_length": 8166,
"cdna_start": 7801,
"cdna_end": null,
"cdna_length": 12624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 54,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "c.7322T>C",
"hgvs_p": "p.Met2441Thr",
"transcript": "XM_047428801.1",
"protein_id": "XP_047284757.1",
"transcript_support_level": null,
"aa_start": 2441,
"aa_end": null,
"aa_length": 2699,
"cds_start": 7322,
"cds_end": null,
"cds_length": 8100,
"cdna_start": 7863,
"cdna_end": null,
"cdna_length": 12686,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "n.408T>C",
"hgvs_p": null,
"transcript": "ENST00000538984.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 586,
"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": 53,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"hgvs_c": "n.7801T>C",
"hgvs_p": null,
"transcript": "XR_001748686.3",
"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": 8127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255968",
"gene_hgnc_id": 58268,
"hgvs_c": "n.418+4758A>G",
"hgvs_p": null,
"transcript": "ENST00000535324.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ITPR2-AS2",
"gene_hgnc_id": 58268,
"hgvs_c": "n.447+4758A>G",
"hgvs_p": null,
"transcript": "NR_199072.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": 2146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ITPR2",
"gene_hgnc_id": 6181,
"dbsnp": "rs369918783",
"frequency_reference_population": 0.00010042862,
"hom_count_reference_population": 0,
"allele_count_reference_population": 162,
"gnomad_exomes_af": 0.0000924189,
"gnomad_genomes_af": 0.000177228,
"gnomad_exomes_ac": 135,
"gnomad_genomes_ac": 27,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012725025415420532,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.221,
"revel_prediction": "Benign",
"alphamissense_score": 0.0596,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.361,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000381340.8",
"gene_symbol": "ITPR2",
"hgnc_id": 6181,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.7328T>C",
"hgvs_p": "p.Met2443Thr"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000535324.1",
"gene_symbol": "ENSG00000255968",
"hgnc_id": 58268,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.418+4758A>G",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_199072.1",
"gene_symbol": "ITPR2-AS2",
"hgnc_id": 58268,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.447+4758A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}