← 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: 11-62663143-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=62663143&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 62663143,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001394599.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "NM_024099.5",
"protein_id": "NP_077004.2",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000354588.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024099.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "ENST00000354588.8",
"protein_id": "ENSP00000346600.3",
"transcript_support_level": 1,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024099.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354588.8"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "c.279G>A",
"hgvs_p": "p.Lys93Lys",
"transcript": "NM_001286086.2",
"protein_id": "NP_001273015.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 123,
"cds_start": 279,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000524958.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286086.2"
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "c.279G>A",
"hgvs_p": "p.Lys93Lys",
"transcript": "ENST00000524958.6",
"protein_id": "ENSP00000432523.2",
"transcript_support_level": 2,
"aa_start": 93,
"aa_end": null,
"aa_length": 123,
"cds_start": 279,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001286086.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524958.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255432",
"gene_hgnc_id": null,
"hgvs_c": "c.262+93G>A",
"hgvs_p": null,
"transcript": "ENST00000528405.1",
"protein_id": "ENSP00000435188.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": null,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528405.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.1270G>A",
"hgvs_p": "p.Ala424Thr",
"transcript": "NM_001394599.1",
"protein_id": "NP_001381528.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 427,
"cds_start": 1270,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394599.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.973G>A",
"hgvs_p": "p.Ala325Thr",
"transcript": "NM_001394601.1",
"protein_id": "NP_001381530.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 328,
"cds_start": 973,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394601.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Ala316Thr",
"transcript": "NM_001394596.1",
"protein_id": "NP_001381525.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 319,
"cds_start": 946,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394596.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "NM_001367940.2",
"protein_id": "NP_001354869.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 289,
"cds_start": 856,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367940.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "ENST00000431002.6",
"protein_id": "ENSP00000416856.2",
"transcript_support_level": 2,
"aa_start": 286,
"aa_end": null,
"aa_length": 289,
"cds_start": 856,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431002.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.853G>A",
"hgvs_p": "p.Ala285Thr",
"transcript": "NM_001394604.1",
"protein_id": "NP_001381533.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 288,
"cds_start": 853,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394604.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "NM_001367941.2",
"protein_id": "NP_001354870.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367941.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "NM_001394609.1",
"protein_id": "NP_001381538.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394609.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "NM_001394611.1",
"protein_id": "NP_001381540.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394611.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "NM_001394612.1",
"protein_id": "NP_001381541.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394612.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Ala260Thr",
"transcript": "ENST00000532208.5",
"protein_id": "ENSP00000436848.1",
"transcript_support_level": 5,
"aa_start": 260,
"aa_end": null,
"aa_length": 263,
"cds_start": 778,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532208.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Ala217Thr",
"transcript": "NM_001394606.1",
"protein_id": "NP_001381535.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 220,
"cds_start": 649,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394606.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Ala186Thr",
"transcript": "NM_001394607.1",
"protein_id": "NP_001381536.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 189,
"cds_start": 556,
"cds_end": null,
"cds_length": 570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394607.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "c.355G>A",
"hgvs_p": "p.Ala119Thr",
"transcript": "ENST00000525675.1",
"protein_id": "ENSP00000432316.1",
"transcript_support_level": 2,
"aa_start": 119,
"aa_end": null,
"aa_length": 122,
"cds_start": 355,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "n.448G>A",
"hgvs_p": null,
"transcript": "ENST00000532786.2",
"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": "ENST00000532786.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "n.483G>A",
"hgvs_p": null,
"transcript": "NR_104414.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_104414.1"
}
],
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"dbsnp": "rs1457638008",
"frequency_reference_population": 0.0000012391558,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84071e-7,
"gnomad_genomes_af": 0.00000657177,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05192562937736511,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.23999999463558197,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.178,
"revel_prediction": "Benign",
"alphamissense_score": 0.1395,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.663,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.24,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394599.1",
"gene_symbol": "LBHD1",
"hgnc_id": 28351,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1270G>A",
"hgvs_p": "p.Ala424Thr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001286086.2",
"gene_symbol": "C11orf98",
"hgnc_id": 51238,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.279G>A",
"hgvs_p": "p.Lys93Lys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000528405.1",
"gene_symbol": "ENSG00000255432",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.262+93G>A",
"hgvs_p": null
}
],
"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
}