← 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: 5-35954294-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=35954294&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 35954294,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_152404.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Gly494Arg",
"transcript": "NM_152404.4",
"protein_id": "NP_689617.3",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 523,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000274278.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152404.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Gly494Arg",
"transcript": "ENST00000274278.8",
"protein_id": "ENSP00000274278.3",
"transcript_support_level": 1,
"aa_start": 494,
"aa_end": null,
"aa_length": 523,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152404.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000274278.8"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Gly460Arg",
"transcript": "ENST00000876682.1",
"protein_id": "ENSP00000546741.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 489,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876682.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.601G>A",
"hgvs_p": "p.Gly201Arg",
"transcript": "ENST00000876683.1",
"protein_id": "ENSP00000546742.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 230,
"cds_start": 601,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876683.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1489G>A",
"hgvs_p": "p.Gly497Arg",
"transcript": "XM_047416707.1",
"protein_id": "XP_047272663.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 526,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416707.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1387G>A",
"hgvs_p": "p.Gly463Arg",
"transcript": "XM_011513957.3",
"protein_id": "XP_011512259.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 492,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513957.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Gly460Arg",
"transcript": "XM_011513958.3",
"protein_id": "XP_011512260.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 489,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513958.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1318G>A",
"hgvs_p": "p.Gly440Arg",
"transcript": "XM_005248243.5",
"protein_id": "XP_005248300.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 469,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248243.5"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1318G>A",
"hgvs_p": "p.Gly440Arg",
"transcript": "XM_011513959.3",
"protein_id": "XP_011512261.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 469,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513959.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1318G>A",
"hgvs_p": "p.Gly440Arg",
"transcript": "XM_047416708.1",
"protein_id": "XP_047272664.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 469,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416708.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "c.1141G>A",
"hgvs_p": "p.Gly381Arg",
"transcript": "XM_047416709.1",
"protein_id": "XP_047272665.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 410,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416709.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "n.*3277G>A",
"hgvs_p": null,
"transcript": "ENST00000515801.5",
"protein_id": "ENSP00000427630.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000515801.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT3A1",
"gene_hgnc_id": 26625,
"hgvs_c": "n.*3277G>A",
"hgvs_p": null,
"transcript": "ENST00000515801.5",
"protein_id": "ENSP00000427630.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000515801.5"
}
],
"gene_symbol": "UGT3A1",
"gene_hgnc_id": 26625,
"dbsnp": "rs755225814",
"frequency_reference_population": 0.0000013681257,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136813,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8107815980911255,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.362,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8722,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.569,
"phylop100way_prediction": "Benign",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152404.4",
"gene_symbol": "UGT3A1",
"hgnc_id": 26625,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1480G>A",
"hgvs_p": "p.Gly494Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}