← 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: 7-150860577-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=150860577&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "AOC1",
"hgnc_id": 80,
"hgvs_c": "c.1990C>T",
"hgvs_p": "p.His664Tyr",
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001272072.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000289052",
"hgnc_id": null,
"hgvs_c": "n.270+16432G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000726369.1",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC105375567",
"hgnc_id": null,
"hgvs_c": "n.122+16432G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "XR_928169.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.0863,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.61,
"chr": "7",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.12496158480644226,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2609,
"cdna_start": 1991,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001091.4",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000360937.9",
"protein_coding": true,
"protein_id": "NP_001082.2",
"strand": true,
"transcript": "NM_001091.4",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2609,
"cdna_start": 1991,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000360937.9",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001091.4",
"protein_coding": true,
"protein_id": "ENSP00000354193.4",
"strand": true,
"transcript": "ENST00000360937.9",
"transcript_support_level": 1
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 770,
"aa_ref": "H",
"aa_start": 664,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2453,
"cdna_start": 2050,
"cds_end": null,
"cds_length": 2313,
"cds_start": 1990,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000416793.6",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1990C>T",
"hgvs_p": "p.His664Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000411613.2",
"strand": true,
"transcript": "ENST00000416793.6",
"transcript_support_level": 1
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 770,
"aa_ref": "H",
"aa_start": 664,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2666,
"cdna_start": 2048,
"cds_end": null,
"cds_length": 2313,
"cds_start": 1990,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001272072.2",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1990C>T",
"hgvs_p": "p.His664Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001259001.1",
"strand": true,
"transcript": "NM_001272072.2",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 770,
"aa_ref": "H",
"aa_start": 664,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2527,
"cdna_start": 2123,
"cds_end": null,
"cds_length": 2313,
"cds_start": 1990,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000941409.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1990C>T",
"hgvs_p": "p.His664Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611468.1",
"strand": true,
"transcript": "ENST00000941409.1",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2857,
"cdna_start": 2239,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000467291.5",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000418328.1",
"strand": true,
"transcript": "ENST00000467291.5",
"transcript_support_level": 5
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3135,
"cdna_start": 2517,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000493429.5",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000418614.1",
"strand": true,
"transcript": "ENST00000493429.5",
"transcript_support_level": 5
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2423,
"cdna_start": 2020,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000863992.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534051.1",
"strand": true,
"transcript": "ENST00000863992.1",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2477,
"cdna_start": 2074,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000863993.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534052.1",
"strand": true,
"transcript": "ENST00000863993.1",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2387,
"cdna_start": 1984,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000863994.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000534053.1",
"strand": true,
"transcript": "ENST00000863994.1",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2660,
"cdna_start": 2258,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000941408.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000611467.1",
"strand": true,
"transcript": "ENST00000941408.1",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 770,
"aa_ref": "H",
"aa_start": 664,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2695,
"cdna_start": 2077,
"cds_end": null,
"cds_length": 2313,
"cds_start": 1990,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017011945.2",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1990C>T",
"hgvs_p": "p.His664Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016867434.1",
"strand": true,
"transcript": "XM_017011945.2",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 770,
"aa_ref": "H",
"aa_start": 664,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2684,
"cdna_start": 2066,
"cds_end": null,
"cds_length": 2313,
"cds_start": 1990,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017011946.3",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1990C>T",
"hgvs_p": "p.His664Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016867435.1",
"strand": true,
"transcript": "XM_017011946.3",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2627,
"cdna_start": 2009,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017011947.2",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016867436.1",
"strand": true,
"transcript": "XM_017011947.2",
"transcript_support_level": null
},
{
"aa_alt": "Y",
"aa_end": null,
"aa_length": 751,
"aa_ref": "H",
"aa_start": 645,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2638,
"cdna_start": 2020,
"cds_end": null,
"cds_length": 2256,
"cds_start": 1933,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047420128.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.His645Tyr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047276084.1",
"strand": true,
"transcript": "XM_047420128.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 943,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000480582.1",
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"hgvs_c": "n.610C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000480582.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 788,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000726369.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000289052",
"hgvs_c": "n.270+16432G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000726369.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 835,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000726370.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000289052",
"hgvs_c": "n.261+16432G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000726370.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1172,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000726371.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000289052",
"hgvs_c": "n.261+16432G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000726371.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1111,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000726372.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000289052",
"hgvs_c": "n.252+16432G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000726372.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1855,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_928169.3",
"gene_hgnc_id": null,
"gene_symbol": "LOC105375567",
"hgvs_c": "n.122+16432G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_928169.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5477,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_928171.3",
"gene_hgnc_id": null,
"gene_symbol": "LOC105375567",
"hgvs_c": "n.122+16432G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_928171.3",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1049793",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 80,
"gene_symbol": "AOC1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.058,
"pos": 150860577,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.092,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_001272072.2"
}
]
}