← 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-1945597-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1945597&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "RPL3L",
"hgnc_id": 10351,
"hgvs_c": "c.1069C>T",
"hgvs_p": "p.Arg357Cys",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_005061.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 28,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1483,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.03,
"chr": "16",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.695927619934082,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 407,
"aa_ref": "R",
"aa_start": 357,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2145,
"cdna_start": 1127,
"cds_end": null,
"cds_length": 1224,
"cds_start": 1069,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_005061.3",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1069C>T",
"hgvs_p": "p.Arg357Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000268661.8",
"protein_coding": true,
"protein_id": "NP_005052.1",
"strand": false,
"transcript": "NM_005061.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 407,
"aa_ref": "R",
"aa_start": 357,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2145,
"cdna_start": 1127,
"cds_end": null,
"cds_length": 1224,
"cds_start": 1069,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000268661.8",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1069C>T",
"hgvs_p": "p.Arg357Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_005061.3",
"protein_coding": true,
"protein_id": "ENSP00000268661.7",
"strand": false,
"transcript": "ENST00000268661.8",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 432,
"aa_ref": "R",
"aa_start": 382,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2248,
"cdna_start": 1224,
"cds_end": null,
"cds_length": 1299,
"cds_start": 1144,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968104.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1144C>T",
"hgvs_p": "p.Arg382Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638163.1",
"strand": false,
"transcript": "ENST00000968104.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 427,
"aa_ref": "R",
"aa_start": 377,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2156,
"cdna_start": 1153,
"cds_end": null,
"cds_length": 1284,
"cds_start": 1129,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000968108.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1129C>T",
"hgvs_p": "p.Arg377Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638167.1",
"strand": false,
"transcript": "ENST00000968108.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 412,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2178,
"cdna_start": 1160,
"cds_end": null,
"cds_length": 1239,
"cds_start": 1084,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000902258.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1084C>T",
"hgvs_p": "p.Arg362Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572317.1",
"strand": false,
"transcript": "ENST00000902258.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 409,
"aa_ref": "R",
"aa_start": 359,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2136,
"cdna_start": 1133,
"cds_end": null,
"cds_length": 1230,
"cds_start": 1075,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968106.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1075C>T",
"hgvs_p": "p.Arg359Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638165.1",
"strand": false,
"transcript": "ENST00000968106.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 403,
"aa_ref": "R",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1483,
"cdna_start": 1063,
"cds_end": null,
"cds_length": 1212,
"cds_start": 1057,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968111.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Arg353Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638170.1",
"strand": false,
"transcript": "ENST00000968111.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 399,
"aa_ref": "R",
"aa_start": 349,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1513,
"cdna_start": 1096,
"cds_end": null,
"cds_length": 1200,
"cds_start": 1045,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968109.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1045C>T",
"hgvs_p": "p.Arg349Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638168.1",
"strand": false,
"transcript": "ENST00000968109.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 398,
"aa_ref": "R",
"aa_start": 348,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2152,
"cdna_start": 1149,
"cds_end": null,
"cds_length": 1197,
"cds_start": 1042,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968103.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1042C>T",
"hgvs_p": "p.Arg348Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638162.1",
"strand": false,
"transcript": "ENST00000968103.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 398,
"aa_ref": "R",
"aa_start": 348,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1450,
"cdna_start": 1101,
"cds_end": null,
"cds_length": 1197,
"cds_start": 1042,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000968112.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1042C>T",
"hgvs_p": "p.Arg348Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638171.1",
"strand": false,
"transcript": "ENST00000968112.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 379,
"aa_ref": "R",
"aa_start": 329,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1432,
"cdna_start": 1068,
"cds_end": null,
"cds_length": 1140,
"cds_start": 985,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000968110.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.985C>T",
"hgvs_p": "p.Arg329Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638169.1",
"strand": false,
"transcript": "ENST00000968110.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 373,
"aa_ref": "R",
"aa_start": 323,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2046,
"cdna_start": 1043,
"cds_end": null,
"cds_length": 1122,
"cds_start": 967,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000968105.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.967C>T",
"hgvs_p": "p.Arg323Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638164.1",
"strand": false,
"transcript": "ENST00000968105.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 412,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2160,
"cdna_start": 1142,
"cds_end": null,
"cds_length": 1239,
"cds_start": 1084,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_011522571.3",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1084C>T",
"hgvs_p": "p.Arg362Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011520873.1",
"strand": false,
"transcript": "XM_011522571.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 372,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2003,
"cdna_start": null,
"cds_end": null,
"cds_length": 1119,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000968107.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1062+238C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000638166.1",
"strand": false,
"transcript": "ENST00000968107.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 367,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1996,
"cdna_start": null,
"cds_end": null,
"cds_length": 1104,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000902259.1",
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"hgvs_c": "c.1047+238C>T",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000572318.1",
"strand": false,
"transcript": "ENST00000902259.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs751602271",
"effect": "missense_variant",
"frequency_reference_population": 0.000019156643,
"gene_hgnc_id": 10351,
"gene_symbol": "RPL3L",
"gnomad_exomes_ac": 28,
"gnomad_exomes_af": 0.0000191566,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.136,
"pos": 1945597,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.451,
"splice_prediction_selected": "Uncertain_significance",
"splice_score_selected": 0.20999999344348907,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Uncertain_significance",
"spliceai_max_score": 0.21,
"transcript": "NM_005061.3"
}
]
}