← 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-69096560-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=69096560&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 69096560,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001074.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "NM_001074.4",
"protein_id": "NP_001065.2",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 529,
"cds_start": 40,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 87,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": "ENST00000305231.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001074.4"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000305231.12",
"protein_id": "ENSP00000304811.7",
"transcript_support_level": 1,
"aa_start": 14,
"aa_end": null,
"aa_length": 529,
"cds_start": 40,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 87,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": "NM_001074.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000305231.12"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000868341.1",
"protein_id": "ENSP00000538400.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 561,
"cds_start": 40,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 87,
"cdna_end": null,
"cdna_length": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868341.1"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000868343.1",
"protein_id": "ENSP00000538402.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 558,
"cds_start": 40,
"cds_end": null,
"cds_length": 1677,
"cdna_start": 84,
"cdna_end": null,
"cdna_length": 1970,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868343.1"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000868345.1",
"protein_id": "ENSP00000538404.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 543,
"cds_start": 40,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 84,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868345.1"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000868344.1",
"protein_id": "ENSP00000538403.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 535,
"cds_start": 40,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 87,
"cdna_end": null,
"cdna_length": 1755,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868344.1"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "NM_001330719.2",
"protein_id": "NP_001317648.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 369,
"cds_start": 40,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 87,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330719.2"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000508661.5",
"protein_id": "ENSP00000427659.1",
"transcript_support_level": 2,
"aa_start": 14,
"aa_end": null,
"aa_length": 369,
"cds_start": 40,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 67,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508661.5"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000868342.1",
"protein_id": "ENSP00000538401.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 338,
"cds_start": 40,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 84,
"cdna_end": null,
"cdna_length": 1310,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868342.1"
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met",
"transcript": "ENST00000622664.1",
"protein_id": "ENSP00000483172.1",
"transcript_support_level": 5,
"aa_start": 14,
"aa_end": null,
"aa_length": 335,
"cds_start": 40,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 42,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.-26-1980C>A",
"hgvs_p": null,
"transcript": "NM_001349568.2",
"protein_id": "NP_001336497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1480,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349568.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "c.-26-1980C>A",
"hgvs_p": null,
"transcript": "ENST00000502942.5",
"protein_id": "ENSP00000426206.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 866,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502942.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"hgvs_c": "n.260-1980C>A",
"hgvs_p": null,
"transcript": "ENST00000509763.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 744,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000509763.1"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299782",
"gene_hgnc_id": 58802,
"hgvs_c": "n.443-1071G>T",
"hgvs_p": null,
"transcript": "ENST00000766360.1",
"protein_id": null,
"transcript_support_level": null,
"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": 774,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000766360.1"
}
],
"gene_symbol": "UGT2B7",
"gene_hgnc_id": 12554,
"dbsnp": "rs1412192907",
"frequency_reference_population": 0.0000012392818,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84147e-7,
"gnomad_genomes_af": 0.00000657186,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.136234849691391,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.097,
"revel_prediction": "Benign",
"alphamissense_score": 0.11,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.066,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001074.4",
"gene_symbol": "UGT2B7",
"hgnc_id": 12554,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.40C>A",
"hgvs_p": "p.Leu14Met"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000766360.1",
"gene_symbol": "ENSG00000299782",
"hgnc_id": 58802,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.443-1071G>T",
"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
}