← 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-67623181-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=67623181&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 67623181,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018227.6",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2882A>G",
"hgvs_p": "p.His961Arg",
"transcript": "NM_018227.6",
"protein_id": "NP_060697.4",
"transcript_support_level": null,
"aa_start": 961,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2882,
"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": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2882A>G",
"hgvs_p": "p.His961Arg",
"transcript": "ENST00000322244.10",
"protein_id": "ENSP00000313454.4",
"transcript_support_level": 1,
"aa_start": 961,
"aa_end": null,
"aa_length": 1052,
"cds_start": 2882,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2900A>G",
"hgvs_p": "p.His967Arg",
"transcript": "ENST00000907530.1",
"protein_id": "ENSP00000577589.1",
"transcript_support_level": null,
"aa_start": 967,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2900,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2888A>G",
"hgvs_p": "p.His963Arg",
"transcript": "ENST00000907528.1",
"protein_id": "ENSP00000577587.1",
"transcript_support_level": null,
"aa_start": 963,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2888,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2873A>G",
"hgvs_p": "p.His958Arg",
"transcript": "ENST00000928865.1",
"protein_id": "ENSP00000598924.1",
"transcript_support_level": null,
"aa_start": 958,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2873,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2846A>G",
"hgvs_p": "p.His949Arg",
"transcript": "ENST00000928867.1",
"protein_id": "ENSP00000598926.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 1040,
"cds_start": 2846,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2819A>G",
"hgvs_p": "p.His940Arg",
"transcript": "ENST00000928866.1",
"protein_id": "ENSP00000598925.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 1031,
"cds_start": 2819,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2810A>G",
"hgvs_p": "p.His937Arg",
"transcript": "ENST00000907529.1",
"protein_id": "ENSP00000577588.1",
"transcript_support_level": null,
"aa_start": 937,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2810,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2810A>G",
"hgvs_p": "p.His937Arg",
"transcript": "ENST00000968080.1",
"protein_id": "ENSP00000638139.1",
"transcript_support_level": null,
"aa_start": 937,
"aa_end": null,
"aa_length": 1028,
"cds_start": 2810,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2804A>G",
"hgvs_p": "p.His935Arg",
"transcript": "ENST00000907531.1",
"protein_id": "ENSP00000577590.1",
"transcript_support_level": null,
"aa_start": 935,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2804,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2738A>G",
"hgvs_p": "p.His913Arg",
"transcript": "ENST00000928864.1",
"protein_id": "ENSP00000598923.1",
"transcript_support_level": null,
"aa_start": 913,
"aa_end": null,
"aa_length": 1004,
"cds_start": 2738,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "c.2882A>G",
"hgvs_p": "p.His961Arg",
"transcript": "XM_017008359.3",
"protein_id": "XP_016863848.1",
"transcript_support_level": null,
"aa_start": 961,
"aa_end": null,
"aa_length": 1009,
"cds_start": 2882,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"hgvs_c": "n.204A>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000514261.1"
}
],
"gene_symbol": "UBA6",
"gene_hgnc_id": 25581,
"dbsnp": "rs748438639",
"frequency_reference_population": 0.00000619962,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000479173,
"gnomad_genomes_af": 0.0000197171,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.175330251455307,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.041,
"revel_prediction": "Benign",
"alphamissense_score": 0.0645,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.637,
"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": -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.2882A>G",
"hgvs_p": "p.His961Arg"
}
],
"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
}