← 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: 3-126483414-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=126483414&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 126483414,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001165974.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1845C>T",
"hgvs_p": "p.Ala615Ala",
"transcript": "NM_144639.3",
"protein_id": "NP_653240.1",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 676,
"cds_start": 1845,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000290868.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144639.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1845C>T",
"hgvs_p": "p.Ala615Ala",
"transcript": "ENST00000290868.7",
"protein_id": "ENSP00000290868.2",
"transcript_support_level": 1,
"aa_start": 615,
"aa_end": null,
"aa_length": 676,
"cds_start": 1845,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_144639.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000290868.7"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.2025C>T",
"hgvs_p": "p.Ala675Ala",
"transcript": "ENST00000383579.3",
"protein_id": "ENSP00000373073.3",
"transcript_support_level": 1,
"aa_start": 675,
"aa_end": null,
"aa_length": 736,
"cds_start": 2025,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383579.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.2025C>T",
"hgvs_p": "p.Ala675Ala",
"transcript": "NM_001165974.2",
"protein_id": "NP_001159446.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 736,
"cds_start": 2025,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001165974.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1917C>T",
"hgvs_p": "p.Ala639Ala",
"transcript": "ENST00000875183.1",
"protein_id": "ENSP00000545242.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 700,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875183.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1842C>T",
"hgvs_p": "p.Ala614Ala",
"transcript": "ENST00000875186.1",
"protein_id": "ENSP00000545245.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 675,
"cds_start": 1842,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875186.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1797C>T",
"hgvs_p": "p.Ala599Ala",
"transcript": "ENST00000875184.1",
"protein_id": "ENSP00000545243.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 660,
"cds_start": 1797,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875184.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1788C>T",
"hgvs_p": "p.Ala596Ala",
"transcript": "ENST00000875185.1",
"protein_id": "ENSP00000545244.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 657,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875185.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1782C>T",
"hgvs_p": "p.Ala594Ala",
"transcript": "ENST00000875187.1",
"protein_id": "ENSP00000545246.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 655,
"cds_start": 1782,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875187.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1665C>T",
"hgvs_p": "p.Ala555Ala",
"transcript": "ENST00000966761.1",
"protein_id": "ENSP00000636820.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 616,
"cds_start": 1665,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966761.1"
}
],
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"dbsnp": "rs1687477",
"frequency_reference_population": 0.5059662,
"hom_count_reference_population": 211071,
"allele_count_reference_population": 816257,
"gnomad_exomes_af": 0.514033,
"gnomad_genomes_af": 0.428508,
"gnomad_exomes_ac": 751057,
"gnomad_genomes_ac": 65200,
"gnomad_exomes_homalt": 195810,
"gnomad_genomes_homalt": 15261,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"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.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.717,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001165974.2",
"gene_symbol": "UROC1",
"hgnc_id": 26444,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2025C>T",
"hgvs_p": "p.Ala675Ala"
}
],
"clinvar_disease": "Urocanate hydratase deficiency,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not specified|Urocanate hydratase deficiency|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}