← 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: 15-90090470-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=90090470&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 90090470,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_002168.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "NM_002168.4",
"protein_id": "NP_002159.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": null,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000330062.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002168.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000330062.8",
"protein_id": "ENSP00000331897.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": null,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002168.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330062.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864224.1",
"protein_id": "ENSP00000534283.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": null,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864224.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864227.1",
"protein_id": "ENSP00000534286.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": null,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864227.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864229.1",
"protein_id": "ENSP00000534288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 451,
"cds_start": null,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864229.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864223.1",
"protein_id": "ENSP00000534282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 450,
"cds_start": null,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864223.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.346+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864228.1",
"protein_id": "ENSP00000534287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 443,
"cds_start": null,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864228.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864225.1",
"protein_id": "ENSP00000534284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 441,
"cds_start": null,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864225.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864221.1",
"protein_id": "ENSP00000534280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864221.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000948834.1",
"protein_id": "ENSP00000618893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948834.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000948835.1",
"protein_id": "ENSP00000618894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 413,
"cds_start": null,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948835.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.241+1049G>A",
"hgvs_p": null,
"transcript": "ENST00000864226.1",
"protein_id": "ENSP00000534285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": null,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864226.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.373+9G>A",
"hgvs_p": null,
"transcript": "ENST00000864222.1",
"protein_id": "ENSP00000534281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 404,
"cds_start": null,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864222.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.217+9G>A",
"hgvs_p": null,
"transcript": "NM_001289910.1",
"protein_id": "NP_001276839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": null,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289910.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.217+9G>A",
"hgvs_p": null,
"transcript": "ENST00000540499.2",
"protein_id": "ENSP00000446147.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": null,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540499.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.-17-1723G>A",
"hgvs_p": null,
"transcript": "NM_001290114.2",
"protein_id": "NP_001277043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 322,
"cds_start": null,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290114.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "c.207+1083G>A",
"hgvs_p": null,
"transcript": "ENST00000559482.5",
"protein_id": "ENSP00000453016.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 312,
"cds_start": null,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559482.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"hgvs_c": "n.116-1723G>A",
"hgvs_p": null,
"transcript": "ENST00000560061.1",
"protein_id": "ENSP00000453254.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000560061.1"
}
],
"gene_symbol": "IDH2",
"gene_hgnc_id": 5383,
"dbsnp": "rs755607312",
"frequency_reference_population": 6.8472986e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8473e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7799999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.221,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_002168.4",
"gene_symbol": "IDH2",
"hgnc_id": 5383,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.373+9G>A",
"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
}