← 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: 1-119750813-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=119750813&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 119750813,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_005518.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "NM_005518.4",
"protein_id": "NP_005509.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369406.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005518.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000369406.8",
"protein_id": "ENSP00000358414.3",
"transcript_support_level": 1,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005518.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369406.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1543C>T",
"hgvs_p": "p.Arg515Cys",
"transcript": "ENST00000886233.1",
"protein_id": "ENSP00000556292.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 517,
"cds_start": 1543,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886233.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886228.1",
"protein_id": "ENSP00000556287.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886228.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886229.1",
"protein_id": "ENSP00000556288.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886229.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886230.1",
"protein_id": "ENSP00000556289.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886230.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886231.1",
"protein_id": "ENSP00000556290.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886231.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886234.1",
"protein_id": "ENSP00000556293.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886234.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886236.1",
"protein_id": "ENSP00000556295.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886236.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886238.1",
"protein_id": "ENSP00000556297.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886238.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886239.1",
"protein_id": "ENSP00000556298.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886239.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886241.1",
"protein_id": "ENSP00000556300.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886241.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys",
"transcript": "ENST00000886242.1",
"protein_id": "ENSP00000556301.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 508,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886242.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1492C>T",
"hgvs_p": "p.Arg498Cys",
"transcript": "ENST00000886240.1",
"protein_id": "ENSP00000556299.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 500,
"cds_start": 1492,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886240.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Cys",
"transcript": "ENST00000886244.1",
"protein_id": "ENSP00000556303.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 498,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886244.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1438C>T",
"hgvs_p": "p.Arg480Cys",
"transcript": "ENST00000886243.1",
"protein_id": "ENSP00000556302.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 482,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886243.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "NM_001166107.1",
"protein_id": "NP_001159579.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 466,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166107.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1390C>T",
"hgvs_p": "p.Arg464Cys",
"transcript": "ENST00000544913.2",
"protein_id": "ENSP00000439495.2",
"transcript_support_level": 2,
"aa_start": 464,
"aa_end": null,
"aa_length": 466,
"cds_start": 1390,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544913.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Arg449Cys",
"transcript": "ENST00000886237.1",
"protein_id": "ENSP00000556296.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 451,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886237.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.1225C>T",
"hgvs_p": "p.Arg409Cys",
"transcript": "ENST00000886232.1",
"protein_id": "ENSP00000556291.1",
"transcript_support_level": null,
"aa_start": 409,
"aa_end": null,
"aa_length": 411,
"cds_start": 1225,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886232.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Arg303Cys",
"transcript": "ENST00000886245.1",
"protein_id": "ENSP00000556304.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 305,
"cds_start": 907,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886245.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "HMGCS2",
"gene_hgnc_id": 5008,
"hgvs_c": "c.781C>T",
"hgvs_p": "p.Arg261Cys",
"transcript": "ENST00000886235.1",
"protein_id": "ENSP00000556294.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 263,
"cds_start": 781,
"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": "ENST00000886235.1"
}
],
"gene_symbol": "HMGCS2",
"gene_hgnc_id": 5008,
"dbsnp": "rs374568676",
"frequency_reference_population": 0.000016123491,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000164329,
"gnomad_genomes_af": 0.0000131517,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15908139944076538,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.207,
"revel_prediction": "Benign",
"alphamissense_score": 0.0681,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.576,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PP2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 2,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PP2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005518.4",
"gene_symbol": "HMGCS2",
"hgnc_id": 5008,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Arg506Cys"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}