← 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: 2-241562408-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=241562408&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 241562408,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_032515.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "NM_032515.5",
"protein_id": "NP_115904.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 2626,
"mane_select": "ENST00000318407.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032515.5"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000318407.5",
"protein_id": "ENSP00000314132.3",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 2626,
"mane_select": "NM_032515.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318407.5"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000853586.1",
"protein_id": "ENSP00000523645.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 245,
"cds_start": 281,
"cds_end": null,
"cds_length": 738,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853586.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000969136.1",
"protein_id": "ENSP00000639195.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 245,
"cds_start": 281,
"cds_end": null,
"cds_length": 738,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969136.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000969135.1",
"protein_id": "ENSP00000639194.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 230,
"cds_start": 281,
"cds_end": null,
"cds_length": 693,
"cdna_start": 553,
"cdna_end": null,
"cdna_length": 2672,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969135.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000853582.1",
"protein_id": "ENSP00000523641.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 488,
"cdna_end": null,
"cdna_length": 2992,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853582.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000853584.1",
"protein_id": "ENSP00000523643.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 649,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853584.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000853585.1",
"protein_id": "ENSP00000523644.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 2762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853585.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "ENST00000930986.1",
"protein_id": "ENSP00000601045.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 1007,
"cdna_end": null,
"cdna_length": 3081,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930986.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "XM_011511696.3",
"protein_id": "XP_011509998.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 212,
"cds_start": 281,
"cds_end": null,
"cds_length": 639,
"cdna_start": 654,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511696.3"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.47T>C",
"hgvs_p": "p.Ile16Thr",
"transcript": "XM_047445587.1",
"protein_id": "XP_047301543.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 134,
"cds_start": 47,
"cds_end": null,
"cds_length": 405,
"cdna_start": 307,
"cdna_end": null,
"cdna_length": 2374,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445587.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.47T>C",
"hgvs_p": "p.Ile16Thr",
"transcript": "XM_047445588.1",
"protein_id": "XP_047301544.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 134,
"cds_start": 47,
"cds_end": null,
"cds_length": 405,
"cdna_start": 146,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445588.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "XM_011511697.4",
"protein_id": "XP_011509999.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 117,
"cds_start": 281,
"cds_end": null,
"cds_length": 354,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511697.4"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "XM_047445589.1",
"protein_id": "XP_047301545.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 117,
"cds_start": 281,
"cds_end": null,
"cds_length": 354,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445589.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr",
"transcript": "XM_047445590.1",
"protein_id": "XP_047301546.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 117,
"cds_start": 281,
"cds_end": null,
"cds_length": 354,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.220+2705T>C",
"hgvs_p": null,
"transcript": "ENST00000853583.1",
"protein_id": "ENSP00000523642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.220+2705T>C",
"hgvs_p": null,
"transcript": "ENST00000853587.1",
"protein_id": "ENSP00000523646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853587.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "c.220+2705T>C",
"hgvs_p": null,
"transcript": "ENST00000930987.1",
"protein_id": "ENSP00000601046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2416,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930987.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"hgvs_c": "n.115T>C",
"hgvs_p": null,
"transcript": "ENST00000641230.1",
"protein_id": null,
"transcript_support_level": null,
"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": 183,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000641230.1"
}
],
"gene_symbol": "BOK",
"gene_hgnc_id": 1087,
"dbsnp": "rs1214424984",
"frequency_reference_population": 0.0000012405793,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84962e-7,
"gnomad_genomes_af": 0.00000656961,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8211421966552734,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.29,
"revel_prediction": "Benign",
"alphamissense_score": 0.8107,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.407,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032515.5",
"gene_symbol": "BOK",
"hgnc_id": 1087,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Ile94Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}