← 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-62663244-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=62663244&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 62663244,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_024099.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "NM_024099.5",
"protein_id": "NP_077004.2",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 1818,
"mane_select": "ENST00000354588.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "ENST00000354588.8",
"protein_id": "ENSP00000346600.3",
"transcript_support_level": 1,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 1818,
"mane_select": "NM_024099.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "c.254C>G",
"hgvs_p": "p.Ala85Gly",
"transcript": "NM_001286086.2",
"protein_id": "NP_001273015.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 123,
"cds_start": 254,
"cds_end": null,
"cds_length": 372,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 646,
"mane_select": "ENST00000524958.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "c.254C>G",
"hgvs_p": "p.Ala85Gly",
"transcript": "ENST00000524958.6",
"protein_id": "ENSP00000432523.2",
"transcript_support_level": 2,
"aa_start": 85,
"aa_end": null,
"aa_length": 123,
"cds_start": 254,
"cds_end": null,
"cds_length": 372,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 646,
"mane_select": "NM_001286086.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255432",
"gene_hgnc_id": null,
"hgvs_c": "c.254C>G",
"hgvs_p": "p.Ala85Gly",
"transcript": "ENST00000528405.1",
"protein_id": "ENSP00000435188.1",
"transcript_support_level": 4,
"aa_start": 85,
"aa_end": null,
"aa_length": 99,
"cds_start": 254,
"cds_end": null,
"cds_length": 300,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.1245C>G",
"hgvs_p": "p.Ser415Arg",
"transcript": "NM_001394599.1",
"protein_id": "NP_001381528.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 427,
"cds_start": 1245,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 1765,
"cdna_end": null,
"cdna_length": 2116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.948C>G",
"hgvs_p": "p.Ser316Arg",
"transcript": "NM_001394601.1",
"protein_id": "NP_001381530.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 328,
"cds_start": 948,
"cds_end": null,
"cds_length": 987,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.921C>G",
"hgvs_p": "p.Ser307Arg",
"transcript": "NM_001394596.1",
"protein_id": "NP_001381525.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 319,
"cds_start": 921,
"cds_end": null,
"cds_length": 960,
"cdna_start": 1441,
"cdna_end": null,
"cdna_length": 1792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.831C>G",
"hgvs_p": "p.Ser277Arg",
"transcript": "NM_001367940.2",
"protein_id": "NP_001354869.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 289,
"cds_start": 831,
"cds_end": null,
"cds_length": 870,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 1896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.831C>G",
"hgvs_p": "p.Ser277Arg",
"transcript": "ENST00000431002.6",
"protein_id": "ENSP00000416856.2",
"transcript_support_level": 2,
"aa_start": 277,
"aa_end": null,
"aa_length": 289,
"cds_start": 831,
"cds_end": null,
"cds_length": 870,
"cdna_start": 2565,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.828C>G",
"hgvs_p": "p.Ser276Arg",
"transcript": "NM_001394604.1",
"protein_id": "NP_001381533.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 288,
"cds_start": 828,
"cds_end": null,
"cds_length": 867,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "NM_001367941.2",
"protein_id": "NP_001354870.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1984,
"cdna_end": null,
"cdna_length": 2335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "NM_001394609.1",
"protein_id": "NP_001381538.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1660,
"cdna_end": null,
"cdna_length": 2011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "NM_001394611.1",
"protein_id": "NP_001381540.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 1942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "NM_001394612.1",
"protein_id": "NP_001381541.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1915,
"cdna_end": null,
"cdna_length": 2266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg",
"transcript": "ENST00000532208.5",
"protein_id": "ENSP00000436848.1",
"transcript_support_level": 5,
"aa_start": 251,
"aa_end": null,
"aa_length": 263,
"cds_start": 753,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1188,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.624C>G",
"hgvs_p": "p.Ser208Arg",
"transcript": "NM_001394606.1",
"protein_id": "NP_001381535.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 220,
"cds_start": 624,
"cds_end": null,
"cds_length": 663,
"cdna_start": 1144,
"cdna_end": null,
"cdna_length": 1495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"hgvs_c": "c.531C>G",
"hgvs_p": "p.Ser177Arg",
"transcript": "NM_001394607.1",
"protein_id": "NP_001381536.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 189,
"cds_start": 531,
"cds_end": null,
"cds_length": 570,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 1644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.254C>G",
"hgvs_p": "p.Ala85Gly",
"transcript": "ENST00000525675.1",
"protein_id": "ENSP00000432316.1",
"transcript_support_level": 2,
"aa_start": 85,
"aa_end": null,
"aa_length": 122,
"cds_start": 254,
"cds_end": null,
"cds_length": 369,
"cdna_start": 276,
"cdna_end": null,
"cdna_length": 405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "n.423C>G",
"hgvs_p": null,
"transcript": "ENST00000532786.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C11orf98",
"gene_hgnc_id": 51238,
"hgvs_c": "n.458C>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LBHD1",
"gene_hgnc_id": 28351,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14468297362327576,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.172,
"revel_prediction": "Benign",
"alphamissense_score": 0.1331,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.743,
"phylop100way_prediction": "Uncertain_significance",
"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_024099.5",
"gene_symbol": "LBHD1",
"hgnc_id": 28351,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.753C>G",
"hgvs_p": "p.Ser251Arg"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001286086.2",
"gene_symbol": "C11orf98",
"hgnc_id": 51238,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.254C>G",
"hgvs_p": "p.Ala85Gly"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000528405.1",
"gene_symbol": "ENSG00000255432",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.254C>G",
"hgvs_p": "p.Ala85Gly"
}
],
"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
}