← 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-10337189-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=10337189&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 10337189,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001365951.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3245G>C",
"hgvs_p": "p.Arg1082Pro",
"transcript": "NM_001365951.3",
"protein_id": "NP_001352880.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1816,
"cds_start": 3245,
"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": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3245G>C",
"hgvs_p": "p.Arg1082Pro",
"transcript": "ENST00000676179.1",
"protein_id": "ENSP00000502065.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1816,
"cds_start": 3245,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3245G>C",
"hgvs_p": "p.Arg1082Pro",
"transcript": "ENST00000377081.5",
"protein_id": "ENSP00000366284.1",
"transcript_support_level": 1,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1823,
"cds_start": 3245,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3245G>C",
"hgvs_p": "p.Arg1082Pro",
"transcript": "ENST00000377086.5",
"protein_id": "ENSP00000366290.1",
"transcript_support_level": 1,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1816,
"cds_start": 3245,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3203G>C",
"hgvs_p": "p.Arg1068Pro",
"transcript": "ENST00000620295.2",
"protein_id": "ENSP00000478500.1",
"transcript_support_level": 1,
"aa_start": 1068,
"aa_end": null,
"aa_length": 1809,
"cds_start": 3203,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3167G>C",
"hgvs_p": "p.Arg1056Pro",
"transcript": "ENST00000622724.3",
"protein_id": "ENSP00000480063.1",
"transcript_support_level": 1,
"aa_start": 1056,
"aa_end": null,
"aa_length": 1797,
"cds_start": 3167,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3107G>C",
"hgvs_p": "p.Arg1036Pro",
"transcript": "ENST00000263934.10",
"protein_id": "ENSP00000263934.6",
"transcript_support_level": 1,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1770,
"cds_start": 3107,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3107G>C",
"hgvs_p": "p.Arg1036Pro",
"transcript": "ENST00000696502.1",
"protein_id": "ENSP00000512668.1",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1837,
"cds_start": 3107,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3245G>C",
"hgvs_p": "p.Arg1082Pro",
"transcript": "NM_001365952.1",
"protein_id": "NP_001352881.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1816,
"cds_start": 3245,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3227G>C",
"hgvs_p": "p.Arg1076Pro",
"transcript": "ENST00000858331.1",
"protein_id": "ENSP00000528390.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1810,
"cds_start": 3227,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3185G>C",
"hgvs_p": "p.Arg1062Pro",
"transcript": "ENST00000858327.1",
"protein_id": "ENSP00000528386.1",
"transcript_support_level": null,
"aa_start": 1062,
"aa_end": null,
"aa_length": 1796,
"cds_start": 3185,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3170G>C",
"hgvs_p": "p.Arg1057Pro",
"transcript": "ENST00000696503.1",
"protein_id": "ENSP00000512669.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1791,
"cds_start": 3170,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3170G>C",
"hgvs_p": "p.Arg1057Pro",
"transcript": "ENST00000696504.1",
"protein_id": "ENSP00000512670.1",
"transcript_support_level": null,
"aa_start": 1057,
"aa_end": null,
"aa_length": 1791,
"cds_start": 3170,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3167G>C",
"hgvs_p": "p.Arg1056Pro",
"transcript": "ENST00000858328.1",
"protein_id": "ENSP00000528387.1",
"transcript_support_level": null,
"aa_start": 1056,
"aa_end": null,
"aa_length": 1790,
"cds_start": 3167,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3149G>C",
"hgvs_p": "p.Arg1050Pro",
"transcript": "ENST00000959020.1",
"protein_id": "ENSP00000629079.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1784,
"cds_start": 3149,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.3107G>C",
"hgvs_p": "p.Arg1036Pro",
"transcript": "NM_015074.3",
"protein_id": "NP_055889.2",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1770,
"cds_start": 3107,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.2978G>C",
"hgvs_p": "p.Arg993Pro",
"transcript": "ENST00000858332.1",
"protein_id": "ENSP00000528391.1",
"transcript_support_level": null,
"aa_start": 993,
"aa_end": null,
"aa_length": 1727,
"cds_start": 2978,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.2936G>C",
"hgvs_p": "p.Arg979Pro",
"transcript": "ENST00000858330.1",
"protein_id": "ENSP00000528389.1",
"transcript_support_level": null,
"aa_start": 979,
"aa_end": null,
"aa_length": 1713,
"cds_start": 2936,
"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": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.2858G>C",
"hgvs_p": "p.Arg953Pro",
"transcript": "ENST00000858329.1",
"protein_id": "ENSP00000528388.1",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 1687,
"cds_start": 2858,
"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"
}
],
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"dbsnp": "rs745363423",
"frequency_reference_population": 6.8405535e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84055e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.161990225315094,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.197,
"revel_prediction": "Benign",
"alphamissense_score": 0.3565,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.959,
"phylop100way_prediction": "Uncertain_significance",
"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": 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": "NM_001365951.3",
"gene_symbol": "KIF1B",
"hgnc_id": 16636,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3245G>C",
"hgvs_p": "p.Arg1082Pro"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease type 2,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Charcot-Marie-Tooth disease type 2|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}