← 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: 22-43129282-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=43129282&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 43129282,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001197.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser",
"transcript": "NM_001197.5",
"protein_id": "NP_001188.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 160,
"cds_start": 460,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000216115.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001197.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser",
"transcript": "ENST00000216115.3",
"protein_id": "ENSP00000216115.2",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 160,
"cds_start": 460,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001197.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216115.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.574G>A",
"hgvs_p": "p.Gly192Ser",
"transcript": "ENST00000918052.1",
"protein_id": "ENSP00000588111.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918052.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser",
"transcript": "ENST00000910665.1",
"protein_id": "ENSP00000580724.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 160,
"cds_start": 460,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910665.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser",
"transcript": "ENST00000910667.1",
"protein_id": "ENSP00000580726.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 160,
"cds_start": 460,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910667.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser",
"transcript": "ENST00000910669.1",
"protein_id": "ENSP00000580729.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 160,
"cds_start": 460,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910669.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser",
"transcript": "ENST00000956707.1",
"protein_id": "ENSP00000626766.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 160,
"cds_start": 460,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956707.1"
},
{
"aa_ref": "G",
"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": "BIK",
"gene_hgnc_id": 1051,
"hgvs_c": "c.361G>A",
"hgvs_p": "p.Gly121Ser",
"transcript": "ENST00000918051.1",
"protein_id": "ENSP00000588110.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 127,
"cds_start": 361,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918051.1"
}
],
"gene_symbol": "BIK",
"gene_hgnc_id": 1051,
"dbsnp": "rs781601891",
"frequency_reference_population": 0.000008123416,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.0000062144,
"gnomad_genomes_af": 0.0000263051,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.24363812804222107,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.077,
"revel_prediction": "Benign",
"alphamissense_score": 0.1517,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.63,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001197.5",
"gene_symbol": "BIK",
"hgnc_id": 1051,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Gly154Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}