← 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: 16-1456159-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1456159&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 1456159,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001287.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "NM_001287.6",
"protein_id": "NP_001278.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 805,
"cds_start": 870,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000382745.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000382745.9",
"protein_id": "ENSP00000372193.4",
"transcript_support_level": 1,
"aa_start": 290,
"aa_end": null,
"aa_length": 805,
"cds_start": 870,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001287.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382745.9"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Ser266Ser",
"transcript": "ENST00000262318.12",
"protein_id": "ENSP00000262318.8",
"transcript_support_level": 5,
"aa_start": 266,
"aa_end": null,
"aa_length": 901,
"cds_start": 798,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262318.12"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.951C>T",
"hgvs_p": "p.Ser317Ser",
"transcript": "ENST00000892994.1",
"protein_id": "ENSP00000563053.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 832,
"cds_start": 951,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892994.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.951C>T",
"hgvs_p": "p.Ser317Ser",
"transcript": "ENST00000892996.1",
"protein_id": "ENSP00000563055.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 832,
"cds_start": 951,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892996.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.942C>T",
"hgvs_p": "p.Ser314Ser",
"transcript": "ENST00000892992.1",
"protein_id": "ENSP00000563051.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 829,
"cds_start": 942,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892992.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000971708.1",
"protein_id": "ENSP00000641767.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 814,
"cds_start": 870,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971708.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000699947.1",
"protein_id": "ENSP00000514703.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 808,
"cds_start": 870,
"cds_end": null,
"cds_length": 2427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000699947.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000892995.1",
"protein_id": "ENSP00000563054.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 793,
"cds_start": 870,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892995.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.807C>T",
"hgvs_p": "p.Ser269Ser",
"transcript": "ENST00000917692.1",
"protein_id": "ENSP00000587751.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 784,
"cds_start": 807,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917692.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Ser266Ser",
"transcript": "NM_001114331.3",
"protein_id": "NP_001107803.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 781,
"cds_start": 798,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001114331.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.798C>T",
"hgvs_p": "p.Ser266Ser",
"transcript": "ENST00000892993.1",
"protein_id": "ENSP00000563052.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 781,
"cds_start": 798,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892993.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000892998.1",
"protein_id": "ENSP00000563057.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 778,
"cds_start": 870,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000892998.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000892997.1",
"protein_id": "ENSP00000563056.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 774,
"cds_start": 870,
"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": "ENST00000892997.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000917694.1",
"protein_id": "ENSP00000587753.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 766,
"cds_start": 870,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917694.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.735C>T",
"hgvs_p": "p.Ser245Ser",
"transcript": "ENST00000971709.1",
"protein_id": "ENSP00000641768.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 760,
"cds_start": 735,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971709.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser",
"transcript": "ENST00000917693.1",
"protein_id": "ENSP00000587752.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 731,
"cds_start": 870,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917693.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "c.696C>T",
"hgvs_p": "p.Ser232Ser",
"transcript": "XM_011522354.2",
"protein_id": "XP_011520656.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 747,
"cds_start": 696,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522354.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "n.501C>T",
"hgvs_p": null,
"transcript": "ENST00000563822.1",
"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": "retained_intron",
"feature": "ENST00000563822.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "n.870C>T",
"hgvs_p": null,
"transcript": "ENST00000699948.1",
"protein_id": "ENSP00000514704.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000699948.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"hgvs_c": "n.822C>T",
"hgvs_p": null,
"transcript": "ENST00000699950.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": "retained_intron",
"feature": "ENST00000699950.1"
}
],
"gene_symbol": "CLCN7",
"gene_hgnc_id": 2025,
"dbsnp": "rs772204382",
"frequency_reference_population": 0.00001275808,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000134237,
"gnomad_genomes_af": 0.00000656901,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -4.131,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001287.6",
"gene_symbol": "CLCN7",
"hgnc_id": 2025,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD,SD",
"hgvs_c": "c.870C>T",
"hgvs_p": "p.Ser290Ser"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}