← 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-1968650-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1968650&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 1968650,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_174903.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"hgvs_c": "c.463C>A",
"hgvs_p": "p.Arg155Ser",
"transcript": "NM_174903.6",
"protein_id": "NP_777563.2",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 245,
"cds_start": 463,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000569714.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_174903.6"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"hgvs_c": "c.463C>A",
"hgvs_p": "p.Arg155Ser",
"transcript": "ENST00000569714.6",
"protein_id": "ENSP00000456566.1",
"transcript_support_level": 1,
"aa_start": 155,
"aa_end": null,
"aa_length": 245,
"cds_start": 463,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_174903.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569714.6"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"hgvs_c": "c.460C>A",
"hgvs_p": "p.Arg154Ser",
"transcript": "ENST00000321392.4",
"protein_id": "ENSP00000325794.3",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 244,
"cds_start": 460,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000321392.4"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"hgvs_c": "c.490C>A",
"hgvs_p": "p.Arg164Ser",
"transcript": "XM_005255129.5",
"protein_id": "XP_005255186.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 254,
"cds_start": 490,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255129.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"hgvs_c": "c.*223C>A",
"hgvs_p": null,
"transcript": "NM_001348711.2",
"protein_id": "NP_001335640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 90,
"cds_start": null,
"cds_end": null,
"cds_length": 273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348711.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"hgvs_c": "c.*223C>A",
"hgvs_p": null,
"transcript": "ENST00000569210.6",
"protein_id": "ENSP00000454886.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 90,
"cds_start": null,
"cds_end": null,
"cds_length": 273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569210.6"
}
],
"gene_symbol": "RNF151",
"gene_hgnc_id": 23235,
"dbsnp": "rs545764166",
"frequency_reference_population": 7.072766e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.07277e-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.10836136341094971,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.05,
"revel_prediction": "Benign",
"alphamissense_score": 0.2094,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.052,
"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_174903.6",
"gene_symbol": "RNF151",
"hgnc_id": 23235,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.463C>A",
"hgvs_p": "p.Arg155Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}