← 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: 19-43767628-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=43767628&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 43767628,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002250.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1199C>T",
"hgvs_p": "p.Ala400Val",
"transcript": "NM_002250.3",
"protein_id": "NP_002241.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 427,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648319.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002250.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1199C>T",
"hgvs_p": "p.Ala400Val",
"transcript": "ENST00000648319.1",
"protein_id": "ENSP00000496939.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 427,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002250.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648319.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1259C>T",
"hgvs_p": "p.Ala420Val",
"transcript": "ENST00000969512.1",
"protein_id": "ENSP00000639571.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 447,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969512.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1241C>T",
"hgvs_p": "p.Ala414Val",
"transcript": "ENST00000852946.1",
"protein_id": "ENSP00000523005.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 441,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852946.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1103C>T",
"hgvs_p": "p.Ala368Val",
"transcript": "ENST00000852944.1",
"protein_id": "ENSP00000523003.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 395,
"cds_start": 1103,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852944.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1094C>T",
"hgvs_p": "p.Ala365Val",
"transcript": "ENST00000852945.1",
"protein_id": "ENSP00000523004.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 392,
"cds_start": 1094,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852945.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.767C>T",
"hgvs_p": "p.Ala256Val",
"transcript": "ENST00000969511.1",
"protein_id": "ENSP00000639570.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 283,
"cds_start": 767,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969511.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.671C>T",
"hgvs_p": "p.Ala224Val",
"transcript": "ENST00000969513.1",
"protein_id": "ENSP00000639572.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 251,
"cds_start": 671,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969513.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.410C>T",
"hgvs_p": "p.Ala137Val",
"transcript": "ENST00000598836.1",
"protein_id": "ENSP00000471900.1",
"transcript_support_level": 5,
"aa_start": 137,
"aa_end": null,
"aa_length": 164,
"cds_start": 410,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598836.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.95C>T",
"hgvs_p": "p.Ala32Val",
"transcript": "ENST00000600909.1",
"protein_id": "ENSP00000470339.1",
"transcript_support_level": 3,
"aa_start": 32,
"aa_end": null,
"aa_length": 59,
"cds_start": 95,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600909.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1103C>T",
"hgvs_p": "p.Ala368Val",
"transcript": "XM_005258882.3",
"protein_id": "XP_005258939.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 395,
"cds_start": 1103,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258882.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.1010C>T",
"hgvs_p": "p.Ala337Val",
"transcript": "XM_005258883.3",
"protein_id": "XP_005258940.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 364,
"cds_start": 1010,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258883.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "c.527C>T",
"hgvs_p": "p.Ala176Val",
"transcript": "XM_047438794.1",
"protein_id": "XP_047294750.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 203,
"cds_start": 527,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438794.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.275C>T",
"hgvs_p": null,
"transcript": "ENST00000597184.5",
"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": "ENST00000597184.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.*469C>T",
"hgvs_p": null,
"transcript": "ENST00000599720.5",
"protein_id": "ENSP00000472513.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000599720.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.*255C>T",
"hgvs_p": null,
"transcript": "ENST00000600408.1",
"protein_id": "ENSP00000472510.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000600408.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.1230C>T",
"hgvs_p": null,
"transcript": "ENST00000601549.2",
"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": "retained_intron",
"feature": "ENST00000601549.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.631C>T",
"hgvs_p": null,
"transcript": "ENST00000648053.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000648053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.*469C>T",
"hgvs_p": null,
"transcript": "ENST00000599720.5",
"protein_id": "ENSP00000472513.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000599720.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"hgvs_c": "n.*255C>T",
"hgvs_p": null,
"transcript": "ENST00000600408.1",
"protein_id": "ENSP00000472510.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000600408.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000296816",
"gene_hgnc_id": null,
"hgvs_c": "n.73-584G>A",
"hgvs_p": null,
"transcript": "ENST00000742736.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000742736.1"
}
],
"gene_symbol": "KCNN4",
"gene_hgnc_id": 6293,
"dbsnp": "rs954068767",
"frequency_reference_population": 0.000013011201,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000136811,
"gnomad_genomes_af": 0.00000657376,
"gnomad_exomes_ac": 20,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2876552939414978,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.379,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1072,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.76,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_002250.3",
"gene_symbol": "KCNN4",
"hgnc_id": 6293,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1199C>T",
"hgvs_p": "p.Ala400Val"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000742736.1",
"gene_symbol": "ENSG00000296816",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.73-584G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}