← 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-67619020-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=67619020&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 67619020,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_018227.6",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3136T>C",
"hgvs_p": "p.Tyr1046His",
"transcript": "NM_018227.6",
"protein_id": "NP_060697.4",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1052,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000322244.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018227.6"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3136T>C",
"hgvs_p": "p.Tyr1046His",
"transcript": "ENST00000322244.10",
"protein_id": "ENSP00000313454.4",
"transcript_support_level": 1,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1052,
"cds_start": 3136,
"cds_end": null,
"cds_length": 3159,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018227.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322244.10"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3154T>C",
"hgvs_p": "p.Tyr1052His",
"transcript": "ENST00000907530.1",
"protein_id": "ENSP00000577589.1",
"transcript_support_level": null,
"aa_start": 1052,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3154,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907530.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3142T>C",
"hgvs_p": "p.Tyr1048His",
"transcript": "ENST00000907528.1",
"protein_id": "ENSP00000577587.1",
"transcript_support_level": null,
"aa_start": 1048,
"aa_end": null,
"aa_length": 1054,
"cds_start": 3142,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907528.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3127T>C",
"hgvs_p": "p.Tyr1043His",
"transcript": "ENST00000928865.1",
"protein_id": "ENSP00000598924.1",
"transcript_support_level": null,
"aa_start": 1043,
"aa_end": null,
"aa_length": 1049,
"cds_start": 3127,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928865.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3100T>C",
"hgvs_p": "p.Tyr1034His",
"transcript": "ENST00000928867.1",
"protein_id": "ENSP00000598926.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1040,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3123,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928867.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3073T>C",
"hgvs_p": "p.Tyr1025His",
"transcript": "ENST00000928866.1",
"protein_id": "ENSP00000598925.1",
"transcript_support_level": null,
"aa_start": 1025,
"aa_end": null,
"aa_length": 1031,
"cds_start": 3073,
"cds_end": null,
"cds_length": 3096,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928866.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3064T>C",
"hgvs_p": "p.Tyr1022His",
"transcript": "ENST00000907529.1",
"protein_id": "ENSP00000577588.1",
"transcript_support_level": null,
"aa_start": 1022,
"aa_end": null,
"aa_length": 1028,
"cds_start": 3064,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907529.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3064T>C",
"hgvs_p": "p.Tyr1022His",
"transcript": "ENST00000968080.1",
"protein_id": "ENSP00000638139.1",
"transcript_support_level": null,
"aa_start": 1022,
"aa_end": null,
"aa_length": 1028,
"cds_start": 3064,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968080.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.3058T>C",
"hgvs_p": "p.Tyr1020His",
"transcript": "ENST00000907531.1",
"protein_id": "ENSP00000577590.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1026,
"cds_start": 3058,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907531.1"
},
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2992T>C",
"hgvs_p": "p.Tyr998His",
"transcript": "ENST00000928864.1",
"protein_id": "ENSP00000598923.1",
"transcript_support_level": null,
"aa_start": 998,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2992,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928864.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.*38T>C",
"hgvs_p": null,
"transcript": "XM_017008359.3",
"protein_id": "XP_016863848.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1009,
"cds_start": null,
"cds_end": null,
"cds_length": 3030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "n.*191T>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000514261.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "n.*191T>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000514261.1"
}
],
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"dbsnp": "rs150345936",
"frequency_reference_population": 0.00004584797,
"hom_count_reference_population": 0,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000253135,
"gnomad_genomes_af": 0.000242849,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": 37,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04943883419036865,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.121,
"revel_prediction": "Benign",
"alphamissense_score": 0.134,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.394,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018227.6",
"gene_symbol": "UBA6",
"hgnc_id": 25581,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3136T>C",
"hgvs_p": "p.Tyr1046His"
}
],
"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
}