← 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-226982968-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=226982968&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 226982968,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000366777.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "NM_020247.5",
"protein_id": "NP_064632.2",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1129,
"cdna_end": null,
"cdna_length": 2866,
"mane_select": "ENST00000366777.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "ENST00000366777.4",
"protein_id": "ENSP00000355739.3",
"transcript_support_level": 1,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1129,
"cdna_end": null,
"cdna_length": 2866,
"mane_select": "NM_020247.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.858C>A",
"hgvs_p": "p.Ala286Ala",
"transcript": "ENST00000366778.5",
"protein_id": "ENSP00000355740.1",
"transcript_support_level": 1,
"aa_start": 286,
"aa_end": null,
"aa_length": 595,
"cds_start": 858,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 1006,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288674",
"gene_hgnc_id": null,
"hgvs_c": "n.*5741C>A",
"hgvs_p": null,
"transcript": "ENST00000366779.6",
"protein_id": "ENSP00000355741.2",
"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": 9497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "n.404C>A",
"hgvs_p": null,
"transcript": "ENST00000485462.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288674",
"gene_hgnc_id": null,
"hgvs_c": "n.*5741C>A",
"hgvs_p": null,
"transcript": "ENST00000366779.6",
"protein_id": "ENSP00000355741.2",
"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": 9497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_005273201.2",
"protein_id": "XP_005273258.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1112,
"cdna_end": null,
"cdna_length": 2849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_011544238.2",
"protein_id": "XP_011542540.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1282,
"cdna_end": null,
"cdna_length": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_011544239.3",
"protein_id": "XP_011542541.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1307,
"cdna_end": null,
"cdna_length": 3044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_024448517.2",
"protein_id": "XP_024304285.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1229,
"cdna_end": null,
"cdna_length": 2966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_024448518.2",
"protein_id": "XP_024304286.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1201,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_047425732.1",
"protein_id": "XP_047281688.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 3072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_047425739.1",
"protein_id": "XP_047281695.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_047425745.1",
"protein_id": "XP_047281701.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1556,
"cdna_end": null,
"cdna_length": 3293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala",
"transcript": "XM_047425749.1",
"protein_id": "XP_047281705.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 647,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 2905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "n.993C>A",
"hgvs_p": null,
"transcript": "ENST00000478406.5",
"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": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288674",
"gene_hgnc_id": null,
"hgvs_c": "n.*5863C>A",
"hgvs_p": null,
"transcript": "ENST00000676884.1",
"protein_id": "ENSP00000503200.1",
"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": 8124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000288674",
"gene_hgnc_id": null,
"hgvs_c": "n.*5863C>A",
"hgvs_p": null,
"transcript": "ENST00000676884.1",
"protein_id": "ENSP00000503200.1",
"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": 8124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"hgvs_c": "n.-39C>A",
"hgvs_p": null,
"transcript": "ENST00000479852.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "COQ8A",
"gene_hgnc_id": 16812,
"dbsnp": "rs374358866",
"frequency_reference_population": 6.886265e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.88627e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -8.99,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000366777.4",
"gene_symbol": "COQ8A",
"hgnc_id": 16812,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1014C>A",
"hgvs_p": "p.Ala338Ala"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000366779.6",
"gene_symbol": "ENSG00000288674",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*5741C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}