← 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: 12-20815821-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=20815821&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"missense_variant",
"splice_region_variant"
],
"gene_symbol": "SLCO1B3-SLCO1B7",
"hgnc_id": 54403,
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"inheritance_mode": "",
"pathogenic_score": 3,
"score": 3,
"transcript": "NM_001371097.1",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"missense_variant",
"splice_region_variant"
],
"gene_symbol": "SLCO1B3",
"hgnc_id": 10961,
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"inheritance_mode": "AR",
"pathogenic_score": 3,
"score": 3,
"transcript": "NM_019844.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_score": 3,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": 0.2089,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.19,
"chr": "12",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Rotor syndrome",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.6366361379623413,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 702,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3013,
"cdna_start": 323,
"cds_end": null,
"cds_length": 2109,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_019844.4",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000381545.8",
"protein_coding": true,
"protein_id": "NP_062818.1",
"strand": true,
"transcript": "NM_019844.4",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 702,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3013,
"cdna_start": 323,
"cds_end": null,
"cds_length": 2109,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000381545.8",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_019844.4",
"protein_coding": true,
"protein_id": "ENSP00000370956.4",
"strand": true,
"transcript": "ENST00000381545.8",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 748,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2451,
"cdna_start": 148,
"cds_end": null,
"cds_length": 2247,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000540229.1",
"gene_hgnc_id": 54403,
"gene_symbol": "SLCO1B3-SLCO1B7",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000441269.1",
"strand": true,
"transcript": "ENST00000540229.1",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 702,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2840,
"cdna_start": 150,
"cds_end": null,
"cds_length": 2109,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000261196.6",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000261196.2",
"strand": true,
"transcript": "ENST00000261196.6",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 290,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1002,
"cdna_start": 211,
"cds_end": null,
"cds_length": 874,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000540853.5",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442000.1",
"strand": true,
"transcript": "ENST00000540853.5",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 748,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3428,
"cdna_start": 148,
"cds_end": null,
"cds_length": 2247,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_001371097.1",
"gene_hgnc_id": 54403,
"gene_symbol": "SLCO1B3-SLCO1B7",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001358026.1",
"strand": true,
"transcript": "NM_001371097.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 702,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2744,
"cdna_start": 252,
"cds_end": null,
"cds_length": 2109,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000901222.1",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000571281.1",
"strand": true,
"transcript": "ENST00000901222.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 702,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2779,
"cdna_start": 287,
"cds_end": null,
"cds_length": 2109,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000901223.1",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000571282.1",
"strand": true,
"transcript": "ENST00000901223.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 687,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2268,
"cdna_start": 148,
"cds_end": null,
"cds_length": 2064,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000381541.7",
"gene_hgnc_id": 54403,
"gene_symbol": "SLCO1B3-SLCO1B7",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000370952.3",
"strand": true,
"transcript": "ENST00000381541.7",
"transcript_support_level": 2
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 566,
"aa_ref": "K",
"aa_start": 28,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2293,
"cdna_start": 209,
"cds_end": null,
"cds_length": 1701,
"cds_start": 83,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000901224.1",
"gene_hgnc_id": 10961,
"gene_symbol": "SLCO1B3",
"hgvs_c": "c.83A>C",
"hgvs_p": "p.Lys28Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000571283.1",
"strand": true,
"transcript": "ENST00000901224.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.99804784365886,
"dbsnp": "rs563634489",
"effect": "missense_variant,splice_region_variant",
"frequency_reference_population": 0.0000021131136,
"gene_hgnc_id": 54403,
"gene_symbol": "SLCO1B3-SLCO1B7",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000211311,
"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": "Rotor syndrome",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.575,
"pos": 20815821,
"ref": "A",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.358,
"splice_prediction_selected": "Pathogenic",
"splice_score_selected": 0.9359999895095825,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.07,
"transcript": "NM_001371097.1"
}
]
}