← 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-17616806-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=17616806&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 17616806,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001365613.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"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.3793G>T",
"hgvs_p": "p.Val1265Leu",
"transcript": "NM_001365613.2",
"protein_id": "NP_001352542.1",
"transcript_support_level": null,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3793,
"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": "L",
"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.3793G>T",
"hgvs_p": "p.Val1265Leu",
"transcript": "ENST00000377813.6",
"protein_id": "ENSP00000367044.1",
"transcript_support_level": 1,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3793,
"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": "L",
"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.3793G>T",
"hgvs_p": "p.Val1265Leu",
"transcript": "ENST00000246043.8",
"protein_id": "ENSP00000246043.4",
"transcript_support_level": 1,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3793,
"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": "L",
"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.2494G>T",
"hgvs_p": "p.Val832Leu",
"transcript": "ENST00000360807.8",
"protein_id": "ENSP00000354045.4",
"transcript_support_level": 1,
"aa_start": 832,
"aa_end": null,
"aa_length": 977,
"cds_start": 2494,
"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": "L",
"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.1816G>T",
"hgvs_p": "p.Val606Leu",
"transcript": "ENST00000455029.3",
"protein_id": "ENSP00000401206.2",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 751,
"cds_start": 1816,
"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": "L",
"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.3793G>T",
"hgvs_p": "p.Val1265Leu",
"transcript": "ENST00000923164.1",
"protein_id": "ENSP00000593223.1",
"transcript_support_level": null,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1408,
"cds_start": 3793,
"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": "L",
"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.3784G>T",
"hgvs_p": "p.Val1262Leu",
"transcript": "ENST00000853412.1",
"protein_id": "ENSP00000523471.1",
"transcript_support_level": null,
"aa_start": 1262,
"aa_end": null,
"aa_length": 1407,
"cds_start": 3784,
"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": "L",
"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.3763G>T",
"hgvs_p": "p.Val1255Leu",
"transcript": "ENST00000853413.1",
"protein_id": "ENSP00000523472.1",
"transcript_support_level": null,
"aa_start": 1255,
"aa_end": null,
"aa_length": 1400,
"cds_start": 3763,
"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": "L",
"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.3793G>T",
"hgvs_p": "p.Val1265Leu",
"transcript": "ENST00000853414.1",
"protein_id": "ENSP00000523473.1",
"transcript_support_level": null,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1399,
"cds_start": 3793,
"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": "L",
"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.3697G>T",
"hgvs_p": "p.Val1233Leu",
"transcript": "ENST00000971286.1",
"protein_id": "ENSP00000641345.1",
"transcript_support_level": null,
"aa_start": 1233,
"aa_end": null,
"aa_length": 1378,
"cds_start": 3697,
"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": "L",
"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.2494G>T",
"hgvs_p": "p.Val832Leu",
"transcript": "NM_001042576.2",
"protein_id": "NP_001036041.2",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 977,
"cds_start": 2494,
"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": "L",
"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.2494G>T",
"hgvs_p": "p.Val832Leu",
"transcript": "NM_004587.3",
"protein_id": "NP_004578.3",
"transcript_support_level": null,
"aa_start": 832,
"aa_end": null,
"aa_length": 977,
"cds_start": 2494,
"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": "L",
"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.2494G>T",
"hgvs_p": "p.Val832Leu",
"transcript": "ENST00000377807.6",
"protein_id": "ENSP00000367038.2",
"transcript_support_level": 5,
"aa_start": 832,
"aa_end": null,
"aa_length": 977,
"cds_start": 2494,
"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": "L",
"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.604G>T",
"hgvs_p": "p.Val202Leu",
"transcript": "ENST00000470422.5",
"protein_id": "ENSP00000478324.1",
"transcript_support_level": 2,
"aa_start": 202,
"aa_end": null,
"aa_length": 346,
"cds_start": 604,
"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.1256G>T",
"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": "rs547251626",
"frequency_reference_population": 6.844692e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84469e-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.1903495192527771,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.139,
"revel_prediction": "Benign",
"alphamissense_score": 0.2417,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.848,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001365613.2",
"gene_symbol": "RRBP1",
"hgnc_id": 10448,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3793G>T",
"hgvs_p": "p.Val1265Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}