← 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-110603527-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=110603527&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 110603527,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000316361.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "NM_004974.4",
"protein_id": "NP_004965.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1882,
"cdna_end": null,
"cdna_length": 11829,
"mane_select": "ENST00000316361.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "ENST00000316361.10",
"protein_id": "ENSP00000314520.4",
"transcript_support_level": 2,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1882,
"cdna_end": null,
"cdna_length": 11829,
"mane_select": "NM_004974.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.894+362G>T",
"hgvs_p": null,
"transcript": "ENST00000369770.7",
"protein_id": "ENSP00000358785.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": -4,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "ENST00000485317.6",
"protein_id": "ENSP00000433109.1",
"transcript_support_level": 5,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1967,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "ENST00000633222.1",
"protein_id": "ENSP00000487785.1",
"transcript_support_level": 5,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1930,
"cdna_end": null,
"cdna_length": 11877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "ENST00000638532.1",
"protein_id": "ENSP00000491613.1",
"transcript_support_level": 5,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1896,
"cdna_end": null,
"cdna_length": 2426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "ENST00000638616.2",
"protein_id": "ENSP00000491977.1",
"transcript_support_level": 5,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 2048,
"cdna_end": null,
"cdna_length": 11995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "ENST00000675391.1",
"protein_id": "ENSP00000502642.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 12025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.890G>T",
"hgvs_p": "p.Arg297Leu",
"transcript": "ENST00000640956.1",
"protein_id": "ENSP00000491647.1",
"transcript_support_level": 5,
"aa_start": 297,
"aa_end": null,
"aa_length": 377,
"cds_start": 890,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 1584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.674G>T",
"hgvs_p": "p.Arg225Leu",
"transcript": "ENST00000639233.2",
"protein_id": "ENSP00000492716.1",
"transcript_support_level": 5,
"aa_start": 225,
"aa_end": null,
"aa_length": 305,
"cds_start": 674,
"cds_end": null,
"cds_length": 918,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 11117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.494G>T",
"hgvs_p": "p.Arg165Leu",
"transcript": "ENST00000639048.2",
"protein_id": "ENSP00000491627.1",
"transcript_support_level": 5,
"aa_start": 165,
"aa_end": null,
"aa_length": 245,
"cds_start": 494,
"cds_end": null,
"cds_length": 738,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 10916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "XM_011541396.3",
"protein_id": "XP_011539698.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1884,
"cdna_end": null,
"cdna_length": 11831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "XM_011541398.3",
"protein_id": "XP_011539700.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1823,
"cdna_end": null,
"cdna_length": 11770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "XM_011541400.3",
"protein_id": "XP_011539702.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1818,
"cdna_end": null,
"cdna_length": 11765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu",
"transcript": "XM_017001213.2",
"protein_id": "XP_016856702.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 499,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 1829,
"cdna_end": null,
"cdna_length": 11776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.894+362G>T",
"hgvs_p": null,
"transcript": "NM_001204269.2",
"protein_id": "NP_001191198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": -4,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.132+362G>T",
"hgvs_p": null,
"transcript": "ENST00000640774.2",
"protein_id": "ENSP00000492008.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": -4,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.128+366G>T",
"hgvs_p": null,
"transcript": "ENST00000638477.2",
"protein_id": "ENSP00000491354.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": -4,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.361+1864G>T",
"hgvs_p": null,
"transcript": "ENST00000525120.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.658+366G>T",
"hgvs_p": null,
"transcript": "ENST00000639227.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.998+366G>T",
"hgvs_p": null,
"transcript": "ENST00000640450.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.459+1864G>T",
"hgvs_p": null,
"transcript": "ENST00000640680.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"dbsnp": "rs1296710118",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8836082220077515,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.868,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9177,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.37,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.902,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate,BP6_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 2,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate",
"BP6_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000316361.10",
"gene_symbol": "KCNA2",
"hgnc_id": 6220,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1256G>T",
"hgvs_p": "p.Arg419Leu"
}
],
"clinvar_disease": " 32,Developmental and epileptic encephalopathy",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Developmental and epileptic encephalopathy, 32",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}