← 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: 16-69157168-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=69157168&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 69157168,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000314423.12",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1372C>T",
"hgvs_p": "p.Gln458*",
"transcript": "NM_032830.3",
"protein_id": "NP_116219.2",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 686,
"cds_start": 1372,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 2188,
"mane_select": "ENST00000314423.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1372C>T",
"hgvs_p": "p.Gln458*",
"transcript": "ENST00000314423.12",
"protein_id": "ENSP00000327179.7",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 686,
"cds_start": 1372,
"cds_end": null,
"cds_length": 2061,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 2188,
"mane_select": "NM_032830.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1414C>T",
"hgvs_p": "p.Gln472*",
"transcript": "ENST00000562237.5",
"protein_id": "ENSP00000456709.1",
"transcript_support_level": 1,
"aa_start": 472,
"aa_end": null,
"aa_length": 700,
"cds_start": 1414,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1414,
"cdna_end": null,
"cdna_length": 2186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1372C>T",
"hgvs_p": "p.Gln458*",
"transcript": "ENST00000563094.5",
"protein_id": "ENSP00000456622.1",
"transcript_support_level": 2,
"aa_start": 458,
"aa_end": null,
"aa_length": 625,
"cds_start": 1372,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 4183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1123C>T",
"hgvs_p": "p.Gln375*",
"transcript": "NM_001318391.2",
"protein_id": "NP_001305320.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 603,
"cds_start": 1123,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1361,
"cdna_end": null,
"cdna_length": 2134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.244C>T",
"hgvs_p": "p.Gln82*",
"transcript": "ENST00000567500.1",
"protein_id": "ENSP00000456317.1",
"transcript_support_level": 5,
"aa_start": 82,
"aa_end": null,
"aa_length": 211,
"cds_start": 244,
"cds_end": null,
"cds_length": 636,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.955C>T",
"hgvs_p": "p.Gln319*",
"transcript": "XM_005256205.4",
"protein_id": "XP_005256262.2",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 547,
"cds_start": 955,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1003,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1100-3188C>T",
"hgvs_p": null,
"transcript": "ENST00000352319.8",
"protein_id": "ENSP00000339164.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 571,
"cds_start": -4,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"dbsnp": "rs1060499849",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5899999737739563,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.656,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000314423.12",
"gene_symbol": "UTP4",
"hgnc_id": 1983,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1372C>T",
"hgvs_p": "p.Gln458*"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}