← 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-67624172-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=67624172&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 67624172,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018227.6",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2794A>G",
"hgvs_p": "p.Ile932Val",
"transcript": "NM_018227.6",
"protein_id": "NP_060697.4",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2794,
"cds_end": null,
"cds_length": 3159,
"cdna_start": 2830,
"cdna_end": null,
"cdna_length": 9540,
"mane_select": "ENST00000322244.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018227.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2794A>G",
"hgvs_p": "p.Ile932Val",
"transcript": "ENST00000322244.10",
"protein_id": "ENSP00000313454.4",
"transcript_support_level": 1,
"aa_start": 932,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2794,
"cds_end": null,
"cds_length": 3159,
"cdna_start": 2830,
"cdna_end": null,
"cdna_length": 9540,
"mane_select": "NM_018227.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322244.10"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2812A>G",
"hgvs_p": "p.Ile938Val",
"transcript": "ENST00000907530.1",
"protein_id": "ENSP00000577589.1",
"transcript_support_level": null,
"aa_start": 938,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2812,
"cds_end": null,
"cds_length": 3177,
"cdna_start": 2866,
"cdna_end": null,
"cdna_length": 4941,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907530.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2800A>G",
"hgvs_p": "p.Ile934Val",
"transcript": "ENST00000907528.1",
"protein_id": "ENSP00000577587.1",
"transcript_support_level": null,
"aa_start": 934,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2800,
"cds_end": null,
"cds_length": 3165,
"cdna_start": 2880,
"cdna_end": null,
"cdna_length": 5435,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907528.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2785A>G",
"hgvs_p": "p.Ile929Val",
"transcript": "ENST00000928865.1",
"protein_id": "ENSP00000598924.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2785,
"cds_end": null,
"cds_length": 3150,
"cdna_start": 2809,
"cdna_end": null,
"cdna_length": 5389,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928865.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2758A>G",
"hgvs_p": "p.Ile920Val",
"transcript": "ENST00000928867.1",
"protein_id": "ENSP00000598926.1",
"transcript_support_level": null,
"aa_start": 920,
"aa_end": null,
"aa_length": 1040,
"cds_start": 2758,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 2770,
"cdna_end": null,
"cdna_length": 5324,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928867.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2731A>G",
"hgvs_p": "p.Ile911Val",
"transcript": "ENST00000928866.1",
"protein_id": "ENSP00000598925.1",
"transcript_support_level": null,
"aa_start": 911,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2731,
"cds_end": null,
"cds_length": 3096,
"cdna_start": 2758,
"cdna_end": null,
"cdna_length": 5314,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928866.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2722A>G",
"hgvs_p": "p.Ile908Val",
"transcript": "ENST00000907529.1",
"protein_id": "ENSP00000577588.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2722,
"cds_end": null,
"cds_length": 3087,
"cdna_start": 2774,
"cdna_end": null,
"cdna_length": 5330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907529.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2722A>G",
"hgvs_p": "p.Ile908Val",
"transcript": "ENST00000968080.1",
"protein_id": "ENSP00000638139.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2722,
"cds_end": null,
"cds_length": 3087,
"cdna_start": 2773,
"cdna_end": null,
"cdna_length": 5326,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968080.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2716A>G",
"hgvs_p": "p.Ile906Val",
"transcript": "ENST00000907531.1",
"protein_id": "ENSP00000577590.1",
"transcript_support_level": null,
"aa_start": 906,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2716,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 2729,
"cdna_end": null,
"cdna_length": 4807,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907531.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2650A>G",
"hgvs_p": "p.Ile884Val",
"transcript": "ENST00000928864.1",
"protein_id": "ENSP00000598923.1",
"transcript_support_level": null,
"aa_start": 884,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2650,
"cds_end": null,
"cds_length": 3015,
"cdna_start": 2677,
"cdna_end": null,
"cdna_length": 9383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928864.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2794A>G",
"hgvs_p": "p.Ile932Val",
"transcript": "XM_017008359.3",
"protein_id": "XP_016863848.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1009,
"cds_start": 2794,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 2830,
"cdna_end": null,
"cdna_length": 5320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008359.3"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "n.162+822A>G",
"hgvs_p": null,
"transcript": "ENST00000514261.1",
"protein_id": "ENSP00000425091.1",
"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": 623,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000514261.1"
}
],
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"dbsnp": "rs769417180",
"frequency_reference_population": 0.000004117836,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000411784,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11819416284561157,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.066,
"revel_prediction": "Benign",
"alphamissense_score": 0.0653,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.827,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.11,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_018227.6",
"gene_symbol": "UBA6",
"hgnc_id": 25581,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2794A>G",
"hgvs_p": "p.Ile932Val"
}
],
"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
}