← 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: 16-28908691-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=28908691&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 28908691,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_024816.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Gln",
"transcript": "NM_024816.3",
"protein_id": "NP_079092.2",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 569,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358201.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024816.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Gln",
"transcript": "ENST00000358201.9",
"protein_id": "ENSP00000350934.4",
"transcript_support_level": 1,
"aa_start": 388,
"aa_end": null,
"aa_length": 569,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024816.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358201.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1067G>A",
"hgvs_p": "p.Arg356Gln",
"transcript": "ENST00000357573.10",
"protein_id": "ENSP00000350186.6",
"transcript_support_level": 1,
"aa_start": 356,
"aa_end": null,
"aa_length": 533,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357573.10"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1157G>A",
"hgvs_p": "p.Arg386Gln",
"transcript": "ENST00000971430.1",
"protein_id": "ENSP00000641489.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 567,
"cds_start": 1157,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971430.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Gln",
"transcript": "ENST00000873987.1",
"protein_id": "ENSP00000544046.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 565,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873987.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1157G>A",
"hgvs_p": "p.Arg386Gln",
"transcript": "ENST00000971429.1",
"protein_id": "ENSP00000641488.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 563,
"cds_start": 1157,
"cds_end": null,
"cds_length": 1692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971429.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1067G>A",
"hgvs_p": "p.Arg356Gln",
"transcript": "ENST00000971436.1",
"protein_id": "ENSP00000641495.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 537,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971436.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Gln",
"transcript": "ENST00000971431.1",
"protein_id": "ENSP00000641490.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 530,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971431.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.950G>A",
"hgvs_p": "p.Arg317Gln",
"transcript": "ENST00000544477.5",
"protein_id": "ENSP00000442798.1",
"transcript_support_level": 2,
"aa_start": 317,
"aa_end": null,
"aa_length": 498,
"cds_start": 950,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544477.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.950G>A",
"hgvs_p": "p.Arg317Gln",
"transcript": "ENST00000873986.1",
"protein_id": "ENSP00000544045.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 494,
"cds_start": 950,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873986.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Arg285Gln",
"transcript": "ENST00000971433.1",
"protein_id": "ENSP00000641492.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 466,
"cds_start": 854,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971433.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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1128+35G>A",
"hgvs_p": null,
"transcript": "ENST00000971432.1",
"protein_id": "ENSP00000641491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 530,
"cds_start": null,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971432.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": 8,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1128+35G>A",
"hgvs_p": null,
"transcript": "ENST00000873988.1",
"protein_id": "ENSP00000544047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 526,
"cds_start": null,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873988.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": 7,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.1089+2197G>A",
"hgvs_p": null,
"transcript": "ENST00000971435.1",
"protein_id": "ENSP00000641494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": null,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971435.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": 5,
"intron_rank_end": null,
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"hgvs_c": "c.895-2495G>A",
"hgvs_p": null,
"transcript": "ENST00000971434.1",
"protein_id": "ENSP00000641493.1",
"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": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971434.1"
}
],
"gene_symbol": "RABEP2",
"gene_hgnc_id": 24817,
"dbsnp": "rs373320671",
"frequency_reference_population": 0.000014248685,
"hom_count_reference_population": 0,
"allele_count_reference_population": 23,
"gnomad_exomes_af": 0.0000129972,
"gnomad_genomes_af": 0.0000262595,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.38177990913391113,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.19,
"revel_prediction": "Benign",
"alphamissense_score": 0.1106,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.46,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024816.3",
"gene_symbol": "RABEP2",
"hgnc_id": 24817,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}