← 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-10374346-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=10374346&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 10374346,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000676179.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4977T>C",
"hgvs_p": "p.Ser1659Ser",
"transcript": "NM_001365951.3",
"protein_id": "NP_001352880.1",
"transcript_support_level": null,
"aa_start": 1659,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4977,
"cds_end": null,
"cds_length": 5451,
"cdna_start": 5365,
"cdna_end": null,
"cdna_length": 10855,
"mane_select": "ENST00000676179.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4977T>C",
"hgvs_p": "p.Ser1659Ser",
"transcript": "ENST00000676179.1",
"protein_id": "ENSP00000502065.1",
"transcript_support_level": null,
"aa_start": 1659,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4977,
"cds_end": null,
"cds_length": 5451,
"cdna_start": 5365,
"cdna_end": null,
"cdna_length": 10855,
"mane_select": "NM_001365951.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4977T>C",
"hgvs_p": "p.Ser1659Ser",
"transcript": "ENST00000377081.5",
"protein_id": "ENSP00000366284.1",
"transcript_support_level": 1,
"aa_start": 1659,
"aa_end": null,
"aa_length": 1823,
"cds_start": 4977,
"cds_end": null,
"cds_length": 5472,
"cdna_start": 5056,
"cdna_end": null,
"cdna_length": 8746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4977T>C",
"hgvs_p": "p.Ser1659Ser",
"transcript": "ENST00000377086.5",
"protein_id": "ENSP00000366290.1",
"transcript_support_level": 1,
"aa_start": 1659,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4977,
"cds_end": null,
"cds_length": 5451,
"cdna_start": 5179,
"cdna_end": null,
"cdna_length": 10669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4935T>C",
"hgvs_p": "p.Ser1645Ser",
"transcript": "ENST00000620295.2",
"protein_id": "ENSP00000478500.1",
"transcript_support_level": 1,
"aa_start": 1645,
"aa_end": null,
"aa_length": 1809,
"cds_start": 4935,
"cds_end": null,
"cds_length": 5430,
"cdna_start": 4935,
"cdna_end": null,
"cdna_length": 8624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4899T>C",
"hgvs_p": "p.Ser1633Ser",
"transcript": "ENST00000622724.3",
"protein_id": "ENSP00000480063.1",
"transcript_support_level": 1,
"aa_start": 1633,
"aa_end": null,
"aa_length": 1797,
"cds_start": 4899,
"cds_end": null,
"cds_length": 5394,
"cdna_start": 4899,
"cdna_end": null,
"cdna_length": 8588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4839T>C",
"hgvs_p": "p.Ser1613Ser",
"transcript": "ENST00000263934.10",
"protein_id": "ENSP00000263934.6",
"transcript_support_level": 1,
"aa_start": 1613,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4839,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 4992,
"cdna_end": null,
"cdna_length": 6816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.5040T>C",
"hgvs_p": "p.Ser1680Ser",
"transcript": "ENST00000696502.1",
"protein_id": "ENSP00000512668.1",
"transcript_support_level": null,
"aa_start": 1680,
"aa_end": null,
"aa_length": 1837,
"cds_start": 5040,
"cds_end": null,
"cds_length": 5514,
"cdna_start": 5193,
"cdna_end": null,
"cdna_length": 7017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4977T>C",
"hgvs_p": "p.Ser1659Ser",
"transcript": "NM_001365952.1",
"protein_id": "NP_001352881.1",
"transcript_support_level": null,
"aa_start": 1659,
"aa_end": null,
"aa_length": 1816,
"cds_start": 4977,
"cds_end": null,
"cds_length": 5451,
"cdna_start": 5179,
"cdna_end": null,
"cdna_length": 10669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4902T>C",
"hgvs_p": "p.Ser1634Ser",
"transcript": "ENST00000696503.1",
"protein_id": "ENSP00000512669.1",
"transcript_support_level": null,
"aa_start": 1634,
"aa_end": null,
"aa_length": 1791,
"cds_start": 4902,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5055,
"cdna_end": null,
"cdna_length": 6879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4902T>C",
"hgvs_p": "p.Ser1634Ser",
"transcript": "ENST00000696504.1",
"protein_id": "ENSP00000512670.1",
"transcript_support_level": null,
"aa_start": 1634,
"aa_end": null,
"aa_length": 1791,
"cds_start": 4902,
"cds_end": null,
"cds_length": 5376,
"cdna_start": 5055,
"cdna_end": null,
"cdna_length": 6879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.4839T>C",
"hgvs_p": "p.Ser1613Ser",
"transcript": "NM_015074.3",
"protein_id": "NP_055889.2",
"transcript_support_level": null,
"aa_start": 1613,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4839,
"cds_end": null,
"cds_length": 5313,
"cdna_start": 5091,
"cdna_end": null,
"cdna_length": 10581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"hgvs_c": "c.1020T>C",
"hgvs_p": "p.Ser340Ser",
"transcript": "ENST00000635499.1",
"protein_id": "ENSP00000489057.1",
"transcript_support_level": 5,
"aa_start": 340,
"aa_end": null,
"aa_length": 497,
"cds_start": 1020,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KIF1B",
"gene_hgnc_id": 16636,
"dbsnp": "rs778240671",
"frequency_reference_population": 0.00004646702,
"hom_count_reference_population": 2,
"allele_count_reference_population": 75,
"gnomad_exomes_af": 0.0000492523,
"gnomad_genomes_af": 0.0000197125,
"gnomad_exomes_ac": 72,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.47999998927116394,
"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.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.263,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000676179.1",
"gene_symbol": "KIF1B",
"hgnc_id": 16636,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4977T>C",
"hgvs_p": "p.Ser1659Ser"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease type 2,Neuroblastoma,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1",
"phenotype_combined": "Charcot-Marie-Tooth disease type 2|Neuroblastoma|not specified",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}