← 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: 10-12249588-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=12249588&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 12249588,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006023.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Pro285Leu",
"transcript": "NM_006023.3",
"protein_id": "NP_006014.2",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 336,
"cds_start": 854,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000281141.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006023.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Pro285Leu",
"transcript": "ENST00000281141.9",
"protein_id": "ENSP00000281141.4",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 336,
"cds_start": 854,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006023.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000281141.9"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.974C>T",
"hgvs_p": "p.Pro325Leu",
"transcript": "ENST00000932716.1",
"protein_id": "ENSP00000602775.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 376,
"cds_start": 974,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932716.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.953C>T",
"hgvs_p": "p.Pro318Leu",
"transcript": "ENST00000932723.1",
"protein_id": "ENSP00000602782.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 369,
"cds_start": 953,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932723.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.857C>T",
"hgvs_p": "p.Pro286Leu",
"transcript": "ENST00000932726.1",
"protein_id": "ENSP00000602785.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 337,
"cds_start": 857,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932726.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.848C>T",
"hgvs_p": "p.Pro283Leu",
"transcript": "ENST00000932718.1",
"protein_id": "ENSP00000602777.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 334,
"cds_start": 848,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932718.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.845C>T",
"hgvs_p": "p.Pro282Leu",
"transcript": "ENST00000900298.1",
"protein_id": "ENSP00000570357.1",
"transcript_support_level": null,
"aa_start": 282,
"aa_end": null,
"aa_length": 333,
"cds_start": 845,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900298.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.821C>T",
"hgvs_p": "p.Pro274Leu",
"transcript": "ENST00000932721.1",
"protein_id": "ENSP00000602780.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 325,
"cds_start": 821,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932721.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.782C>T",
"hgvs_p": "p.Pro261Leu",
"transcript": "ENST00000900297.1",
"protein_id": "ENSP00000570356.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 312,
"cds_start": 782,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900297.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.731C>T",
"hgvs_p": "p.Pro244Leu",
"transcript": "ENST00000378900.6",
"protein_id": "ENSP00000368178.2",
"transcript_support_level": 5,
"aa_start": 244,
"aa_end": null,
"aa_length": 295,
"cds_start": 731,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378900.6"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.686C>T",
"hgvs_p": "p.Pro229Leu",
"transcript": "ENST00000932722.1",
"protein_id": "ENSP00000602781.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 280,
"cds_start": 686,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932722.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.686C>T",
"hgvs_p": "p.Pro229Leu",
"transcript": "ENST00000932724.1",
"protein_id": "ENSP00000602783.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 280,
"cds_start": 686,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932724.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.686C>T",
"hgvs_p": "p.Pro229Leu",
"transcript": "ENST00000932725.1",
"protein_id": "ENSP00000602784.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 279,
"cds_start": 686,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932725.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.635C>T",
"hgvs_p": "p.Pro212Leu",
"transcript": "ENST00000932720.1",
"protein_id": "ENSP00000602779.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 263,
"cds_start": 635,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932720.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.560C>T",
"hgvs_p": "p.Pro187Leu",
"transcript": "ENST00000932717.1",
"protein_id": "ENSP00000602776.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 238,
"cds_start": 560,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932717.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.374C>T",
"hgvs_p": "p.Pro125Leu",
"transcript": "ENST00000900296.1",
"protein_id": "ENSP00000570355.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 176,
"cds_start": 374,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900296.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Pro82Leu",
"transcript": "ENST00000932719.1",
"protein_id": "ENSP00000602778.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 133,
"cds_start": 245,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932719.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.758C>T",
"hgvs_p": "p.Pro253Leu",
"transcript": "XM_005252638.5",
"protein_id": "XP_005252695.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 304,
"cds_start": 758,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005252638.5"
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "c.406-723C>T",
"hgvs_p": null,
"transcript": "ENST00000440613.1",
"protein_id": "ENSP00000391851.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": null,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "n.841C>T",
"hgvs_p": null,
"transcript": "ENST00000455773.7",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000455773.7"
},
{
"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": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "n.232C>T",
"hgvs_p": null,
"transcript": "ENST00000497963.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": "ENST00000497963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"hgvs_c": "n.541C>T",
"hgvs_p": null,
"transcript": "ENST00000498747.1",
"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": "ENST00000498747.1"
}
],
"gene_symbol": "CDC123",
"gene_hgnc_id": 16827,
"dbsnp": "rs764794619",
"frequency_reference_population": 0.000020463694,
"hom_count_reference_population": 0,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.0000184891,
"gnomad_genomes_af": 0.0000393975,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7449665665626526,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.459,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1359,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.347,
"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_006023.3",
"gene_symbol": "CDC123",
"hgnc_id": 16827,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.854C>T",
"hgvs_p": "p.Pro285Leu"
}
],
"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
}