← 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: 9-83663963-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=83663963&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 83663963,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_013438.5",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1529A>G",
"hgvs_p": "p.Asn510Ser",
"transcript": "NM_013438.5",
"protein_id": "NP_038466.2",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 589,
"cds_start": 1529,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 3868,
"mane_select": "ENST00000376395.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013438.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1529A>G",
"hgvs_p": "p.Asn510Ser",
"transcript": "ENST00000376395.9",
"protein_id": "ENSP00000365576.4",
"transcript_support_level": 1,
"aa_start": 510,
"aa_end": null,
"aa_length": 589,
"cds_start": 1529,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 3868,
"mane_select": "NM_013438.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376395.9"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1445A>G",
"hgvs_p": "p.Asn482Ser",
"transcript": "ENST00000257468.11",
"protein_id": "ENSP00000257468.7",
"transcript_support_level": 1,
"aa_start": 482,
"aa_end": null,
"aa_length": 561,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1700,
"cdna_end": null,
"cdna_length": 2299,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257468.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "n.3998A>G",
"hgvs_p": null,
"transcript": "ENST00000533705.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 6055,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000533705.5"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1529A>G",
"hgvs_p": "p.Asn510Ser",
"transcript": "ENST00000858201.1",
"protein_id": "ENSP00000528260.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 589,
"cds_start": 1529,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1830,
"cdna_end": null,
"cdna_length": 4551,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858201.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1529A>G",
"hgvs_p": "p.Asn510Ser",
"transcript": "ENST00000858204.1",
"protein_id": "ENSP00000528262.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 587,
"cds_start": 1529,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 1836,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858204.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1523A>G",
"hgvs_p": "p.Asn508Ser",
"transcript": "ENST00000858205.1",
"protein_id": "ENSP00000528263.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 587,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 1827,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858205.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1508A>G",
"hgvs_p": "p.Asn503Ser",
"transcript": "ENST00000858216.1",
"protein_id": "ENSP00000528275.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 582,
"cds_start": 1508,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1799,
"cdna_end": null,
"cdna_length": 2950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858216.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1445A>G",
"hgvs_p": "p.Asn482Ser",
"transcript": "NM_053067.3",
"protein_id": "NP_444295.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 561,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1724,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_053067.3"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1445A>G",
"hgvs_p": "p.Asn482Ser",
"transcript": "ENST00000949306.1",
"protein_id": "ENSP00000619365.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 561,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1702,
"cdna_end": null,
"cdna_length": 3127,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949306.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1445A>G",
"hgvs_p": "p.Asn482Ser",
"transcript": "ENST00000858221.1",
"protein_id": "ENSP00000528280.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 559,
"cds_start": 1445,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1514,
"cdna_end": null,
"cdna_length": 2664,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858221.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1439A>G",
"hgvs_p": "p.Asn480Ser",
"transcript": "ENST00000949309.1",
"protein_id": "ENSP00000619368.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 559,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1742,
"cdna_end": null,
"cdna_length": 2357,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949309.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1424A>G",
"hgvs_p": "p.Asn475Ser",
"transcript": "ENST00000858227.1",
"protein_id": "ENSP00000528286.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 554,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 1686,
"cdna_end": null,
"cdna_length": 2304,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858227.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Asn457Ser",
"transcript": "ENST00000949310.1",
"protein_id": "ENSP00000619369.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 536,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2268,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949310.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.1130A>G",
"hgvs_p": "p.Asn377Ser",
"transcript": "ENST00000949308.1",
"protein_id": "ENSP00000619367.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 456,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 1147,
"cdna_end": null,
"cdna_length": 2303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949308.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.872A>G",
"hgvs_p": "p.Asn291Ser",
"transcript": "ENST00000858207.1",
"protein_id": "ENSP00000528271.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 370,
"cds_start": 872,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 3235,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858207.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asn280Ser",
"transcript": "ENST00000858206.1",
"protein_id": "ENSP00000528265.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 359,
"cds_start": 839,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 1138,
"cdna_end": null,
"cdna_length": 3203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858206.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.788A>G",
"hgvs_p": "p.Asn263Ser",
"transcript": "ENST00000858202.1",
"protein_id": "ENSP00000528261.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 342,
"cds_start": 788,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 1102,
"cdna_end": null,
"cdna_length": 3162,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858202.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.755A>G",
"hgvs_p": "p.Asn252Ser",
"transcript": "ENST00000949307.1",
"protein_id": "ENSP00000619366.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 331,
"cds_start": 755,
"cds_end": null,
"cds_length": 996,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949307.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.377A>G",
"hgvs_p": "p.Asn126Ser",
"transcript": "ENST00000858214.1",
"protein_id": "ENSP00000528273.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 205,
"cds_start": 377,
"cds_end": null,
"cds_length": 618,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 2737,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858214.1"
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "c.347A>G",
"hgvs_p": "p.Asn116Ser",
"transcript": "ENST00000526134.1",
"protein_id": "ENSP00000436912.1",
"transcript_support_level": 3,
"aa_start": 116,
"aa_end": null,
"aa_length": 156,
"cds_start": 347,
"cds_end": null,
"cds_length": 473,
"cdna_start": 349,
"cdna_end": null,
"cdna_length": 475,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526134.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"hgvs_c": "n.445A>G",
"hgvs_p": null,
"transcript": "ENST00000527373.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 562,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000527373.1"
}
],
"gene_symbol": "UBQLN1",
"gene_hgnc_id": 12508,
"dbsnp": "rs200748012",
"frequency_reference_population": 0.0005092817,
"hom_count_reference_population": 1,
"allele_count_reference_population": 822,
"gnomad_exomes_af": 0.000545881,
"gnomad_genomes_af": 0.000157706,
"gnomad_exomes_ac": 798,
"gnomad_genomes_ac": 24,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.043165743350982666,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.059,
"revel_prediction": "Benign",
"alphamissense_score": 0.0669,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.438,
"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": -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_013438.5",
"gene_symbol": "UBQLN1",
"hgnc_id": 12508,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1529A>G",
"hgvs_p": "p.Asn510Ser"
}
],
"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
}