← 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: 13-20223217-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=20223217&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 20223217,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000647029.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_001110219.3",
"protein_id": "NP_001103689.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": "ENST00000647029.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000647029.1",
"protein_id": "ENSP00000493834.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": "NM_001110219.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000241124.11",
"protein_id": "ENSP00000241124.6",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000400065.7",
"protein_id": "ENSP00000382938.3",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 1805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000400066.8",
"protein_id": "ENSP00000382939.3",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 1948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_001110220.3",
"protein_id": "NP_001103690.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 699,
"cdna_end": null,
"cdna_length": 1954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_001110221.3",
"protein_id": "NP_001103691.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_001370090.1",
"protein_id": "NP_001357019.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 815,
"cdna_end": null,
"cdna_length": 2070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_001370091.1",
"protein_id": "NP_001357020.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_001370092.1",
"protein_id": "NP_001357021.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 906,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "NM_006783.5",
"protein_id": "NP_006774.2",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000636852.1",
"protein_id": "ENSP00000489698.1",
"transcript_support_level": 4,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 1840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000643121.1",
"protein_id": "ENSP00000494468.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 889,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000643211.1",
"protein_id": "ENSP00000495841.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 815,
"cdna_end": null,
"cdna_length": 2055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000644283.1",
"protein_id": "ENSP00000495320.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 1991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000644667.1",
"protein_id": "ENSP00000493621.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 623,
"cdna_end": null,
"cdna_length": 1356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000647243.1",
"protein_id": "ENSP00000494733.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 1999,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000644236.1",
"protein_id": "ENSP00000494122.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 107,
"cds_start": 264,
"cds_end": null,
"cds_length": 324,
"cdna_start": 549,
"cdna_end": null,
"cdna_length": 609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "ENST00000645654.1",
"protein_id": "ENSP00000494720.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 102,
"cds_start": 264,
"cds_end": null,
"cds_length": 309,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "XM_047430056.1",
"protein_id": "XP_047286012.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 685,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala",
"transcript": "XM_047430057.1",
"protein_id": "XP_047286013.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 261,
"cds_start": 264,
"cds_end": null,
"cds_length": 786,
"cdna_start": 611,
"cdna_end": null,
"cdna_length": 1866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.*28G>A",
"hgvs_p": null,
"transcript": "ENST00000646108.1",
"protein_id": "ENSP00000493512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 77,
"cds_start": -4,
"cds_end": null,
"cds_length": 236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"hgvs_c": "c.*128G>A",
"hgvs_p": null,
"transcript": "ENST00000642251.1",
"protein_id": "ENSP00000495437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 44,
"cds_start": -4,
"cds_end": null,
"cds_length": 136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GJB6",
"gene_hgnc_id": 4288,
"dbsnp": "rs758356020",
"frequency_reference_population": 0.00004720145,
"hom_count_reference_population": 0,
"allele_count_reference_population": 76,
"gnomad_exomes_af": 0.0000486973,
"gnomad_genomes_af": 0.0000328658,
"gnomad_exomes_ac": 71,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5699999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.108,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000647029.1",
"gene_symbol": "GJB6",
"hgnc_id": 4288,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.264G>A",
"hgvs_p": "p.Ala88Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}