← 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: 11-17501090-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=17501090&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 17501090,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000005226.12",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.2341G>A",
"hgvs_p": "p.Val781Ile",
"transcript": "NM_153676.4",
"protein_id": "NP_710142.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 899,
"cds_start": 2341,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 2450,
"cdna_end": null,
"cdna_length": 3241,
"mane_select": "ENST00000005226.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.2341G>A",
"hgvs_p": "p.Val781Ile",
"transcript": "ENST00000005226.12",
"protein_id": "ENSP00000005226.7",
"transcript_support_level": 5,
"aa_start": 781,
"aa_end": null,
"aa_length": 899,
"cds_start": 2341,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 2450,
"cdna_end": null,
"cdna_length": 3241,
"mane_select": "NM_153676.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Ile",
"transcript": "NM_005709.4",
"protein_id": "NP_005700.2",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 552,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1659,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": "ENST00000318024.9",
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Ile",
"transcript": "ENST00000318024.9",
"protein_id": "ENSP00000317018.4",
"transcript_support_level": 1,
"aa_start": 481,
"aa_end": null,
"aa_length": 552,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1659,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": "NM_005709.4",
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1384G>A",
"hgvs_p": "p.Val462Ile",
"transcript": "ENST00000527020.5",
"protein_id": "ENSP00000436934.1",
"transcript_support_level": 1,
"aa_start": 462,
"aa_end": null,
"aa_length": 533,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1477,
"cdna_end": null,
"cdna_length": 2159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1348G>A",
"hgvs_p": "p.Val450Ile",
"transcript": "ENST00000527720.5",
"protein_id": "ENSP00000432944.1",
"transcript_support_level": 1,
"aa_start": 450,
"aa_end": null,
"aa_length": 521,
"cds_start": 1348,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1593,
"cdna_end": null,
"cdna_length": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "n.*155G>A",
"hgvs_p": null,
"transcript": "ENST00000526313.5",
"protein_id": "ENSP00000432236.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "n.*155G>A",
"hgvs_p": null,
"transcript": "ENST00000526313.5",
"protein_id": "ENSP00000432236.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1627G>A",
"hgvs_p": "p.Val543Ile",
"transcript": "NM_001440679.1",
"protein_id": "NP_001427608.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 614,
"cds_start": 1627,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 2407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1594G>A",
"hgvs_p": "p.Val532Ile",
"transcript": "NM_001440680.1",
"protein_id": "NP_001427609.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 603,
"cds_start": 1594,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1703,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1570G>A",
"hgvs_p": "p.Val524Ile",
"transcript": "NM_001440681.1",
"protein_id": "NP_001427610.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 595,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 1679,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Ile",
"transcript": "NM_001440682.1",
"protein_id": "NP_001427611.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 584,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 2328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1492G>A",
"hgvs_p": "p.Val498Ile",
"transcript": "NM_001440683.1",
"protein_id": "NP_001427612.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 569,
"cds_start": 1492,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1474G>A",
"hgvs_p": "p.Val492Ile",
"transcript": "NM_001440684.1",
"protein_id": "NP_001427613.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 563,
"cds_start": 1474,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1572,
"cdna_end": null,
"cdna_length": 2254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Ile",
"transcript": "NM_001440685.1",
"protein_id": "NP_001427614.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 544,
"cds_start": 1441,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1417G>A",
"hgvs_p": "p.Val473Ile",
"transcript": "NM_001440686.1",
"protein_id": "NP_001427615.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 544,
"cds_start": 1417,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1515,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1384G>A",
"hgvs_p": "p.Val462Ile",
"transcript": "NM_001297764.2",
"protein_id": "NP_001284693.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 533,
"cds_start": 1384,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 2175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.2341G>A",
"hgvs_p": "p.Val781Ile",
"transcript": "XM_017017075.2",
"protein_id": "XP_016872564.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 956,
"cds_start": 2341,
"cds_end": null,
"cds_length": 2871,
"cdna_start": 2450,
"cdna_end": null,
"cdna_length": 3920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "n.325G>A",
"hgvs_p": null,
"transcript": "ENST00000529563.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "n.226G>A",
"hgvs_p": null,
"transcript": "ENST00000534556.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "n.1476G>A",
"hgvs_p": null,
"transcript": "NR_123738.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.*48G>A",
"hgvs_p": null,
"transcript": "XM_047426219.1",
"protein_id": "XP_047282175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.*48G>A",
"hgvs_p": null,
"transcript": "XM_047426221.1",
"protein_id": "XP_047282177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 461,
"cds_start": -4,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"hgvs_c": "c.1211-2819G>A",
"hgvs_p": null,
"transcript": "NM_001440687.1",
"protein_id": "NP_001427616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 462,
"cds_start": -4,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "USH1C",
"gene_hgnc_id": 12597,
"dbsnp": "rs397517875",
"frequency_reference_population": 0.00001858766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000164188,
"gnomad_genomes_af": 0.000039413,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21306607127189636,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.095,
"revel_prediction": "Benign",
"alphamissense_score": 0.0958,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.7,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000005226.12",
"gene_symbol": "USH1C",
"hgnc_id": 12597,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.2341G>A",
"hgvs_p": "p.Val781Ile"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 18A,Inborn genetic diseases,Usher syndrome type 1C,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not specified|Autosomal recessive nonsyndromic hearing loss 18A;Usher syndrome type 1C|Usher syndrome type 1C|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}