← 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: 20-17616737-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=17616737&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 17616737,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001365613.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3862G>A",
"hgvs_p": "p.Val1288Ile",
"transcript": "NM_001365613.2",
"protein_id": "NP_001352542.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000377813.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365613.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3862G>A",
"hgvs_p": "p.Val1288Ile",
"transcript": "ENST00000377813.6",
"protein_id": "ENSP00000367044.1",
"transcript_support_level": 1,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365613.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377813.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3862G>A",
"hgvs_p": "p.Val1288Ile",
"transcript": "ENST00000246043.8",
"protein_id": "ENSP00000246043.4",
"transcript_support_level": 1,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000246043.8"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.2563G>A",
"hgvs_p": "p.Val855Ile",
"transcript": "ENST00000360807.8",
"protein_id": "ENSP00000354045.4",
"transcript_support_level": 1,
"aa_start": 855,
"aa_end": null,
"aa_length": 977,
"cds_start": 2563,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360807.8"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Val629Ile",
"transcript": "ENST00000455029.3",
"protein_id": "ENSP00000401206.2",
"transcript_support_level": 1,
"aa_start": 629,
"aa_end": null,
"aa_length": 751,
"cds_start": 1885,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455029.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3862G>A",
"hgvs_p": "p.Val1288Ile",
"transcript": "ENST00000923164.1",
"protein_id": "ENSP00000593223.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1408,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923164.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3853G>A",
"hgvs_p": "p.Val1285Ile",
"transcript": "ENST00000853412.1",
"protein_id": "ENSP00000523471.1",
"transcript_support_level": null,
"aa_start": 1285,
"aa_end": null,
"aa_length": 1407,
"cds_start": 3853,
"cds_end": null,
"cds_length": 4224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853412.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3832G>A",
"hgvs_p": "p.Val1278Ile",
"transcript": "ENST00000853413.1",
"protein_id": "ENSP00000523472.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1400,
"cds_start": 3832,
"cds_end": null,
"cds_length": 4203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853413.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3862G>A",
"hgvs_p": "p.Val1288Ile",
"transcript": "ENST00000853414.1",
"protein_id": "ENSP00000523473.1",
"transcript_support_level": null,
"aa_start": 1288,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3862,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853414.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.3766G>A",
"hgvs_p": "p.Val1256Ile",
"transcript": "ENST00000971286.1",
"protein_id": "ENSP00000641345.1",
"transcript_support_level": null,
"aa_start": 1256,
"aa_end": null,
"aa_length": 1378,
"cds_start": 3766,
"cds_end": null,
"cds_length": 4137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971286.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.2563G>A",
"hgvs_p": "p.Val855Ile",
"transcript": "NM_001042576.2",
"protein_id": "NP_001036041.2",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 977,
"cds_start": 2563,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042576.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.2563G>A",
"hgvs_p": "p.Val855Ile",
"transcript": "NM_004587.3",
"protein_id": "NP_004578.3",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 977,
"cds_start": 2563,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004587.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.2563G>A",
"hgvs_p": "p.Val855Ile",
"transcript": "ENST00000377807.6",
"protein_id": "ENSP00000367038.2",
"transcript_support_level": 5,
"aa_start": 855,
"aa_end": null,
"aa_length": 977,
"cds_start": 2563,
"cds_end": null,
"cds_length": 2934,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377807.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "c.673G>A",
"hgvs_p": "p.Val225Ile",
"transcript": "ENST00000470422.5",
"protein_id": "ENSP00000478324.1",
"transcript_support_level": 2,
"aa_start": 225,
"aa_end": null,
"aa_length": 346,
"cds_start": 673,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470422.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"hgvs_c": "n.1325G>A",
"hgvs_p": null,
"transcript": "ENST00000468428.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000468428.1"
}
],
"gene_symbol": "RRBP1",
"gene_hgnc_id": 10448,
"dbsnp": "rs34479552",
"frequency_reference_population": 0.00045298366,
"hom_count_reference_population": 3,
"allele_count_reference_population": 728,
"gnomad_exomes_af": 0.000237147,
"gnomad_genomes_af": 0.00251428,
"gnomad_exomes_ac": 345,
"gnomad_genomes_ac": 383,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0036946535110473633,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.007,
"revel_prediction": "Benign",
"alphamissense_score": 0.0768,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.947,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001365613.2",
"gene_symbol": "RRBP1",
"hgnc_id": 10448,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3862G>A",
"hgvs_p": "p.Val1288Ile"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}