← 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-86563739-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=86563739&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 86563739,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_012128.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "NM_012128.4",
"protein_id": "NP_036260.2",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 919,
"cds_start": 527,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370563.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012128.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000370563.3",
"protein_id": "ENSP00000359594.3",
"transcript_support_level": 1,
"aa_start": 176,
"aa_end": null,
"aa_length": 919,
"cds_start": 527,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012128.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370563.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000862142.1",
"protein_id": "ENSP00000532201.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 931,
"cds_start": 527,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862142.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000862141.1",
"protein_id": "ENSP00000532200.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 918,
"cds_start": 527,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862141.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000862139.1",
"protein_id": "ENSP00000532198.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 911,
"cds_start": 527,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862139.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000967246.1",
"protein_id": "ENSP00000637305.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 903,
"cds_start": 527,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967246.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000967250.1",
"protein_id": "ENSP00000637309.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 875,
"cds_start": 527,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967250.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000967251.1",
"protein_id": "ENSP00000637310.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 868,
"cds_start": 527,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967251.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000862144.1",
"protein_id": "ENSP00000532203.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 862,
"cds_start": 527,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862144.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000967247.1",
"protein_id": "ENSP00000637306.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 847,
"cds_start": 527,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967247.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000862143.1",
"protein_id": "ENSP00000532202.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 844,
"cds_start": 527,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862143.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.374G>A",
"hgvs_p": "p.Arg125His",
"transcript": "XM_011541015.3",
"protein_id": "XP_011539317.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 868,
"cds_start": 374,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541015.3"
},
{
"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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.449-1546G>A",
"hgvs_p": null,
"transcript": "ENST00000967248.1",
"protein_id": "ENSP00000637307.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 879,
"cds_start": null,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967248.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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.301-2063G>A",
"hgvs_p": null,
"transcript": "ENST00000862140.1",
"protein_id": "ENSP00000532199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 774,
"cds_start": null,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862140.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "c.300+3667G>A",
"hgvs_p": null,
"transcript": "ENST00000967249.1",
"protein_id": "ENSP00000637308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 701,
"cds_start": null,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967249.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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"hgvs_c": "n.491-1535G>A",
"hgvs_p": null,
"transcript": "NR_024602.2",
"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": "NR_024602.2"
}
],
"gene_symbol": "CLCA4",
"gene_hgnc_id": 2018,
"dbsnp": "rs368121159",
"frequency_reference_population": 0.000017413347,
"hom_count_reference_population": 0,
"allele_count_reference_population": 28,
"gnomad_exomes_af": 0.0000164848,
"gnomad_genomes_af": 0.0000263033,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0394761860370636,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20999999344348907,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.023,
"revel_prediction": "Benign",
"alphamissense_score": 0.0981,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.323,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.21,
"spliceai_max_prediction": "Uncertain_significance",
"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",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_012128.4",
"gene_symbol": "CLCA4",
"hgnc_id": 2018,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His"
}
],
"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
}