← 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: 1-10361820-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=10361820&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 10361820,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001365951.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4299A>G",
"hgvs_p": "p.Pro1433Pro",
"transcript": "NM_001365951.3",
"protein_id": "NP_001352880.1",
"transcript_support_level": null,
"aa_start": 1433,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4299,
"cds_end": null,
"cds_length": 5451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000676179.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365951.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4299A>G",
"hgvs_p": "p.Pro1433Pro",
"transcript": "ENST00000676179.1",
"protein_id": "ENSP00000502065.1",
"transcript_support_level": null,
"aa_start": 1433,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4299,
"cds_end": null,
"cds_length": 5451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365951.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676179.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4299A>G",
"hgvs_p": "p.Pro1433Pro",
"transcript": "ENST00000377081.5",
"protein_id": "ENSP00000366284.1",
"transcript_support_level": 1,
"aa_start": 1433,
"aa_end": null,
"aa_length": 1823,
"cds_start": 4299,
"cds_end": null,
"cds_length": 5472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377081.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4299A>G",
"hgvs_p": "p.Pro1433Pro",
"transcript": "ENST00000377086.5",
"protein_id": "ENSP00000366290.1",
"transcript_support_level": 1,
"aa_start": 1433,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4299,
"cds_end": null,
"cds_length": 5451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377086.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4257A>G",
"hgvs_p": "p.Pro1419Pro",
"transcript": "ENST00000620295.2",
"protein_id": "ENSP00000478500.1",
"transcript_support_level": 1,
"aa_start": 1419,
"aa_end": null,
"aa_length": 1809,
"cds_start": 4257,
"cds_end": null,
"cds_length": 5430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620295.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4221A>G",
"hgvs_p": "p.Pro1407Pro",
"transcript": "ENST00000622724.3",
"protein_id": "ENSP00000480063.1",
"transcript_support_level": 1,
"aa_start": 1407,
"aa_end": null,
"aa_length": 1797,
"cds_start": 4221,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622724.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4161A>G",
"hgvs_p": "p.Pro1387Pro",
"transcript": "ENST00000263934.10",
"protein_id": "ENSP00000263934.6",
"transcript_support_level": 1,
"aa_start": 1387,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4161,
"cds_end": null,
"cds_length": 5313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263934.10"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4362A>G",
"hgvs_p": "p.Pro1454Pro",
"transcript": "ENST00000696502.1",
"protein_id": "ENSP00000512668.1",
"transcript_support_level": null,
"aa_start": 1454,
"aa_end": null,
"aa_length": 1837,
"cds_start": 4362,
"cds_end": null,
"cds_length": 5514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696502.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4299A>G",
"hgvs_p": "p.Pro1433Pro",
"transcript": "NM_001365952.1",
"protein_id": "NP_001352881.1",
"transcript_support_level": null,
"aa_start": 1433,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4299,
"cds_end": null,
"cds_length": 5451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365952.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4281A>G",
"hgvs_p": "p.Pro1427Pro",
"transcript": "ENST00000858331.1",
"protein_id": "ENSP00000528390.1",
"transcript_support_level": null,
"aa_start": 1427,
"aa_end": null,
"aa_length": 1810,
"cds_start": 4281,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858331.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4239A>G",
"hgvs_p": "p.Pro1413Pro",
"transcript": "ENST00000858327.1",
"protein_id": "ENSP00000528386.1",
"transcript_support_level": null,
"aa_start": 1413,
"aa_end": null,
"aa_length": 1796,
"cds_start": 4239,
"cds_end": null,
"cds_length": 5391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858327.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4224A>G",
"hgvs_p": "p.Pro1408Pro",
"transcript": "ENST00000696503.1",
"protein_id": "ENSP00000512669.1",
"transcript_support_level": null,
"aa_start": 1408,
"aa_end": null,
"aa_length": 1791,
"cds_start": 4224,
"cds_end": null,
"cds_length": 5376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696503.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4224A>G",
"hgvs_p": "p.Pro1408Pro",
"transcript": "ENST00000696504.1",
"protein_id": "ENSP00000512670.1",
"transcript_support_level": null,
"aa_start": 1408,
"aa_end": null,
"aa_length": 1791,
"cds_start": 4224,
"cds_end": null,
"cds_length": 5376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696504.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4221A>G",
"hgvs_p": "p.Pro1407Pro",
"transcript": "ENST00000858328.1",
"protein_id": "ENSP00000528387.1",
"transcript_support_level": null,
"aa_start": 1407,
"aa_end": null,
"aa_length": 1790,
"cds_start": 4221,
"cds_end": null,
"cds_length": 5373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858328.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4203A>G",
"hgvs_p": "p.Pro1401Pro",
"transcript": "ENST00000959020.1",
"protein_id": "ENSP00000629079.1",
"transcript_support_level": null,
"aa_start": 1401,
"aa_end": null,
"aa_length": 1784,
"cds_start": 4203,
"cds_end": null,
"cds_length": 5355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959020.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4161A>G",
"hgvs_p": "p.Pro1387Pro",
"transcript": "NM_015074.3",
"protein_id": "NP_055889.2",
"transcript_support_level": null,
"aa_start": 1387,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4161,
"cds_end": null,
"cds_length": 5313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015074.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4032A>G",
"hgvs_p": "p.Pro1344Pro",
"transcript": "ENST00000858332.1",
"protein_id": "ENSP00000528391.1",
"transcript_support_level": null,
"aa_start": 1344,
"aa_end": null,
"aa_length": 1727,
"cds_start": 4032,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858332.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3990A>G",
"hgvs_p": "p.Pro1330Pro",
"transcript": "ENST00000858330.1",
"protein_id": "ENSP00000528389.1",
"transcript_support_level": null,
"aa_start": 1330,
"aa_end": null,
"aa_length": 1713,
"cds_start": 3990,
"cds_end": null,
"cds_length": 5142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858330.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3912A>G",
"hgvs_p": "p.Pro1304Pro",
"transcript": "ENST00000858329.1",
"protein_id": "ENSP00000528388.1",
"transcript_support_level": null,
"aa_start": 1304,
"aa_end": null,
"aa_length": 1687,
"cds_start": 3912,
"cds_end": null,
"cds_length": 5064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858329.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.342A>G",
"hgvs_p": "p.Pro114Pro",
"transcript": "ENST00000635499.1",
"protein_id": "ENSP00000489057.1",
"transcript_support_level": 5,
"aa_start": 114,
"aa_end": null,
"aa_length": 497,
"cds_start": 342,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635499.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "n.754A>G",
"hgvs_p": null,
"transcript": "ENST00000465635.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000465635.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "n.835A>G",
"hgvs_p": null,
"transcript": "ENST00000483340.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000483340.1"
}
],
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"dbsnp": "rs12125492",
"frequency_reference_population": 0.11760164,
"hom_count_reference_population": 12581,
"allele_count_reference_population": 189774,
"gnomad_exomes_af": 0.120298,
"gnomad_genomes_af": 0.0917176,
"gnomad_exomes_ac": 175810,
"gnomad_genomes_ac": 13964,
"gnomad_exomes_homalt": 11681,
"gnomad_genomes_homalt": 900,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5299999713897705,
"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.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.302,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001365951.3",
"gene_symbol": "KIF1B",
"hgnc_id": 16636,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4299A>G",
"hgvs_p": "p.Pro1433Pro"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease,Charcot-Marie-Tooth disease type 2,Neuroblastoma,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not specified|Charcot-Marie-Tooth disease type 2|Neuroblastoma|not provided|Charcot-Marie-Tooth disease",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}