← 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: 4-69596324-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=69596324&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 69596324,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000604629.6",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2A2",
"gene_hgnc_id": 28183,
"hgvs_c": "c.949G>A",
"hgvs_p": "p.Gly317Arg",
"transcript": "NM_001105677.2",
"protein_id": "NP_001099147.2",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 536,
"cds_start": 949,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 951,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": "ENST00000604629.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2A2",
"gene_hgnc_id": 28183,
"hgvs_c": "c.949G>A",
"hgvs_p": "p.Gly317Arg",
"transcript": "ENST00000604629.6",
"protein_id": "ENSP00000475028.2",
"transcript_support_level": 1,
"aa_start": 317,
"aa_end": null,
"aa_length": 536,
"cds_start": 949,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 951,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": "NM_001105677.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.922G>A",
"hgvs_p": "p.Gly308Arg",
"transcript": "ENST00000503640.5",
"protein_id": "ENSP00000424478.1",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 527,
"cds_start": 922,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 978,
"cdna_end": null,
"cdna_length": 2595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.997-1075G>A",
"hgvs_p": null,
"transcript": "NM_001252275.3",
"protein_id": "NP_001239204.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": "ENST00000286604.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.997-1075G>A",
"hgvs_p": null,
"transcript": "ENST00000286604.9",
"protein_id": "ENSP00000286604.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": -4,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": "NM_001252275.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2A2",
"gene_hgnc_id": 28183,
"hgvs_c": "c.892-1075G>A",
"hgvs_p": null,
"transcript": "ENST00000604021.1",
"protein_id": "ENSP00000474383.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": -4,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.865-1075G>A",
"hgvs_p": null,
"transcript": "ENST00000512704.5",
"protein_id": "ENSP00000421432.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": -4,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Gly518Arg",
"transcript": "NM_001389565.1",
"protein_id": "NP_001376494.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 737,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 1666,
"cdna_end": null,
"cdna_length": 3283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.922G>A",
"hgvs_p": "p.Gly308Arg",
"transcript": "NM_006798.5",
"protein_id": "NP_006789.3",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 527,
"cds_start": 922,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 1036,
"cdna_end": null,
"cdna_length": 2653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "n.574G>A",
"hgvs_p": null,
"transcript": "ENST00000514341.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.1495-1075G>A",
"hgvs_p": null,
"transcript": "NM_001252274.3",
"protein_id": "NP_001239203.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": -4,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.1495-1075G>A",
"hgvs_p": null,
"transcript": "ENST00000514019.1",
"protein_id": "ENSP00000425497.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": -4,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2A2",
"gene_hgnc_id": 28183,
"hgvs_c": "c.892-1075G>A",
"hgvs_p": null,
"transcript": "NM_001301233.1",
"protein_id": "NP_001288162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": -4,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "c.865-1075G>A",
"hgvs_p": null,
"transcript": "NM_001301239.2",
"protein_id": "NP_001288168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": -4,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2A1",
"gene_hgnc_id": 12542,
"hgvs_c": "n.222-1075G>A",
"hgvs_p": null,
"transcript": "ENST00000502343.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "UGT2A2",
"gene_hgnc_id": 28183,
"dbsnp": "rs4148301",
"frequency_reference_population": 0.08471119,
"hom_count_reference_population": 6205,
"allele_count_reference_population": 136077,
"gnomad_exomes_af": 0.0850133,
"gnomad_genomes_af": 0.0818218,
"gnomad_exomes_ac": 123636,
"gnomad_genomes_ac": 12441,
"gnomad_exomes_homalt": 5627,
"gnomad_genomes_homalt": 578,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005198687314987183,
"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.821,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9891,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.613,
"phylop100way_prediction": "Pathogenic",
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 12,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000604629.6",
"gene_symbol": "UGT2A2",
"hgnc_id": 28183,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.949G>A",
"hgvs_p": "p.Gly317Arg"
},
{
"score": -11,
"benign_score": 12,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000286604.9",
"gene_symbol": "UGT2A1",
"hgnc_id": 12542,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.997-1075G>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
}