← 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-196258286-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=196258286&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "KCNT2",
"hgnc_id": 18866,
"hgvs_c": "c.3119G>A",
"hgvs_p": "p.Arg1040Gln",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_198503.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_score": -4,
"allele_count_reference_population": 12,
"alphamissense_prediction": null,
"alphamissense_score": 0.2015,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.1,
"chr": "1",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.48054641485214233,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1135,
"aa_ref": "R",
"aa_start": 1040,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5984,
"cdna_start": 3250,
"cds_end": null,
"cds_length": 3408,
"cds_start": 3119,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "NM_198503.5",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3119G>A",
"hgvs_p": "p.Arg1040Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000294725.14",
"protein_coding": true,
"protein_id": "NP_940905.2",
"strand": false,
"transcript": "NM_198503.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1135,
"aa_ref": "R",
"aa_start": 1040,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5984,
"cdna_start": 3250,
"cds_end": null,
"cds_length": 3408,
"cds_start": 3119,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000294725.14",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3119G>A",
"hgvs_p": "p.Arg1040Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_198503.5",
"protein_coding": true,
"protein_id": "ENSP00000294725.8",
"strand": false,
"transcript": "ENST00000294725.14",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1111,
"aa_ref": "R",
"aa_start": 1016,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5883,
"cdna_start": 3149,
"cds_end": null,
"cds_length": 3336,
"cds_start": 3047,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000367433.9",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3047G>A",
"hgvs_p": "p.Arg1016Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356403.5",
"strand": false,
"transcript": "ENST00000367433.9",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1068,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3622,
"cdna_start": 2968,
"cds_end": null,
"cds_length": 3207,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000609185.5",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000476657.1",
"strand": false,
"transcript": "ENST00000609185.5",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1125,
"aa_ref": "R",
"aa_start": 1030,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5540,
"cdna_start": 3328,
"cds_end": null,
"cds_length": 3378,
"cds_start": 3089,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000882026.1",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3089G>A",
"hgvs_p": "p.Arg1030Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000552085.1",
"strand": false,
"transcript": "ENST00000882026.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1111,
"aa_ref": "R",
"aa_start": 1016,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5912,
"cdna_start": 3178,
"cds_end": null,
"cds_length": 3336,
"cds_start": 3047,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001287819.3",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3047G>A",
"hgvs_p": "p.Arg1016Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001274748.1",
"strand": false,
"transcript": "NM_001287819.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1068,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5783,
"cdna_start": 3049,
"cds_end": null,
"cds_length": 3207,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001287820.3",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001274749.1",
"strand": false,
"transcript": "NM_001287820.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1142,
"aa_ref": "R",
"aa_start": 1047,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6005,
"cdna_start": 3271,
"cds_end": null,
"cds_length": 3429,
"cds_start": 3140,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "XM_006711294.4",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3140G>A",
"hgvs_p": "p.Arg1047Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006711357.1",
"strand": false,
"transcript": "XM_006711294.4",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1118,
"aa_ref": "R",
"aa_start": 1023,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5933,
"cdna_start": 3199,
"cds_end": null,
"cds_length": 3357,
"cds_start": 3068,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_006711295.4",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.3068G>A",
"hgvs_p": "p.Arg1023Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006711358.1",
"strand": false,
"transcript": "XM_006711295.4",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1045,
"aa_ref": "R",
"aa_start": 998,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7569,
"cdna_start": 3124,
"cds_end": null,
"cds_length": 3138,
"cds_start": 2993,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_017001185.3",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.2993G>A",
"hgvs_p": "p.Arg998Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016856674.1",
"strand": false,
"transcript": "XM_017001185.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 752,
"aa_ref": "R",
"aa_start": 657,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4989,
"cdna_start": 2255,
"cds_end": null,
"cds_length": 2259,
"cds_start": 1970,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_017001181.2",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.1970G>A",
"hgvs_p": "p.Arg657Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016856670.1",
"strand": false,
"transcript": "XM_017001181.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 663,
"aa_ref": "R",
"aa_start": 568,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4521,
"cdna_start": 1787,
"cds_end": null,
"cds_length": 1992,
"cds_start": 1703,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_017001183.2",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "c.1703G>A",
"hgvs_p": "p.Arg568Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016856672.1",
"strand": false,
"transcript": "XM_017001183.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5157,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000498426.5",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "n.2427G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000498426.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3462,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000610076.1",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "n.3265G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000610076.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 6094,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 30,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000647658.1",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "n.*886G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496885.1",
"strand": false,
"transcript": "ENST00000647658.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5875,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 27,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NR_146057.2",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "n.3141G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_146057.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 6067,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 30,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NR_146058.2",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "n.3333G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_146058.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 6094,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 30,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000647658.1",
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"hgvs_c": "n.*886G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496885.1",
"strand": false,
"transcript": "ENST00000647658.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1454847660",
"effect": "missense_variant",
"frequency_reference_population": 0.000008209068,
"gene_hgnc_id": 18866,
"gene_symbol": "KCNT2",
"gnomad_exomes_ac": 12,
"gnomad_exomes_af": 0.00000820907,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.561,
"pos": 196258286,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.324,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.05000000074505806,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.05,
"transcript": "NM_198503.5"
}
]
}