← 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: 9-32508588-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=32508588&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 32508588,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000379883.3",
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "NM_014314.4",
"protein_id": "NP_055129.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": -4,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4628,
"mane_select": "ENST00000379883.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000379883.3",
"protein_id": "ENSP00000369213.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 925,
"cds_start": -4,
"cds_end": null,
"cds_length": 2778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4628,
"mane_select": "NM_014314.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288684",
"gene_hgnc_id": null,
"hgvs_c": "c.-44-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000681750.1",
"protein_id": "ENSP00000506413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 875,
"cds_start": -4,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7652G>C",
"hgvs_p": null,
"transcript": "ENST00000715271.1",
"protein_id": "ENSP00000520440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 924,
"cds_start": -4,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "NM_001385907.1",
"protein_id": "NP_001372836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": -4,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000715270.1",
"protein_id": "ENSP00000520439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 923,
"cds_start": -4,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "NM_001385913.1",
"protein_id": "NP_001372842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": -4,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-14646G>C",
"hgvs_p": null,
"transcript": "ENST00000379868.6",
"protein_id": "ENSP00000369197.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": -4,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "NM_001385909.1",
"protein_id": "NP_001372838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 868,
"cds_start": -4,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.-348-7649G>C",
"hgvs_p": null,
"transcript": "NM_001385910.1",
"protein_id": "NP_001372839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 778,
"cds_start": -4,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.-348-7649G>C",
"hgvs_p": null,
"transcript": "NM_001385914.1",
"protein_id": "NP_001372843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 777,
"cds_start": -4,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.-355-7649G>C",
"hgvs_p": null,
"transcript": "NM_001385912.1",
"protein_id": "NP_001372841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 722,
"cds_start": -4,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000679859.1",
"protein_id": "ENSP00000505702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 425,
"cds_start": -4,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "n.105-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000679662.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": 661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "n.107-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000679771.1",
"protein_id": "ENSP00000505015.1",
"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": 4492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288684",
"gene_hgnc_id": null,
"hgvs_c": "n.199-7652G>C",
"hgvs_p": null,
"transcript": "ENST00000680198.1",
"protein_id": "ENSP00000505143.1",
"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": 4780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "n.111-7654G>C",
"hgvs_p": null,
"transcript": "ENST00000680733.1",
"protein_id": "ENSP00000504892.1",
"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": 3617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "n.105-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000680883.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": 1282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"hgvs_c": "n.107-7649G>C",
"hgvs_p": null,
"transcript": "ENST00000715269.1",
"protein_id": "ENSP00000520438.1",
"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": 4745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RIGI",
"gene_hgnc_id": 19102,
"dbsnp": "rs582509",
"frequency_reference_population": 0.40342525,
"hom_count_reference_population": 13120,
"allele_count_reference_population": 61269,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.403425,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 61269,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 13120,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.204,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000379883.3",
"gene_symbol": "RIGI",
"hgnc_id": 19102,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.107-7649G>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000681750.1",
"gene_symbol": "ENSG00000288684",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-44-7649G>C",
"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
}