← 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-35954371-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=35954371&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 35954371,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_152404.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "G",
"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.1403C>G",
"hgvs_p": "p.Ala468Gly",
"transcript": "NM_152404.4",
"protein_id": "NP_689617.3",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 523,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1553,
"cdna_end": null,
"cdna_length": 4918,
"mane_select": "ENST00000274278.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152404.4"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1403C>G",
"hgvs_p": "p.Ala468Gly",
"transcript": "ENST00000274278.8",
"protein_id": "ENSP00000274278.3",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 523,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1553,
"cdna_end": null,
"cdna_length": 4918,
"mane_select": "NM_152404.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000274278.8"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1301C>G",
"hgvs_p": "p.Ala434Gly",
"transcript": "ENST00000876682.1",
"protein_id": "ENSP00000546741.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 489,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1477,
"cdna_end": null,
"cdna_length": 2758,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876682.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.524C>G",
"hgvs_p": "p.Ala175Gly",
"transcript": "ENST00000876683.1",
"protein_id": "ENSP00000546742.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 230,
"cds_start": 524,
"cds_end": null,
"cds_length": 693,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876683.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1412C>G",
"hgvs_p": "p.Ala471Gly",
"transcript": "XM_047416707.1",
"protein_id": "XP_047272663.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 526,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1581,
"cdna_start": 1450,
"cdna_end": null,
"cdna_length": 4815,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416707.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1310C>G",
"hgvs_p": "p.Ala437Gly",
"transcript": "XM_011513957.3",
"protein_id": "XP_011512259.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 492,
"cds_start": 1310,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 4713,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513957.3"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1301C>G",
"hgvs_p": "p.Ala434Gly",
"transcript": "XM_011513958.3",
"protein_id": "XP_011512260.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 489,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 4816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513958.3"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1241C>G",
"hgvs_p": "p.Ala414Gly",
"transcript": "XM_005248243.5",
"protein_id": "XP_005248300.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 469,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1485,
"cdna_end": null,
"cdna_length": 4850,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248243.5"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1241C>G",
"hgvs_p": "p.Ala414Gly",
"transcript": "XM_011513959.3",
"protein_id": "XP_011512261.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 469,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1455,
"cdna_end": null,
"cdna_length": 4820,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513959.3"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1241C>G",
"hgvs_p": "p.Ala414Gly",
"transcript": "XM_047416708.1",
"protein_id": "XP_047272664.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 469,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1410,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 4780,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416708.1"
},
{
"aa_ref": "A",
"aa_alt": "G",
"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.1064C>G",
"hgvs_p": "p.Ala355Gly",
"transcript": "XM_047416709.1",
"protein_id": "XP_047272665.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 410,
"cds_start": 1064,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 4627,
"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.*3200C>G",
"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": 5002,
"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.*3200C>G",
"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": 5002,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000515801.5"
}
],
"gene_symbol": "UGT3A1",
"gene_hgnc_id": 26625,
"dbsnp": "rs141907677",
"frequency_reference_population": 6.840563e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84056e-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.36121344566345215,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.195,
"revel_prediction": "Benign",
"alphamissense_score": 0.089,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.079,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152404.4",
"gene_symbol": "UGT3A1",
"hgnc_id": 26625,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1403C>G",
"hgvs_p": "p.Ala468Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}