← 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-86499736-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=86499736&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 86499736,
"ref": "T",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001285.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2436T>G",
"hgvs_p": "p.Thr812Thr",
"transcript": "NM_001285.4",
"protein_id": "NP_001276.3",
"transcript_support_level": null,
"aa_start": 812,
"aa_end": null,
"aa_length": 914,
"cds_start": 2436,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394711.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001285.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2436T>G",
"hgvs_p": "p.Thr812Thr",
"transcript": "ENST00000394711.2",
"protein_id": "ENSP00000378200.1",
"transcript_support_level": 1,
"aa_start": 812,
"aa_end": null,
"aa_length": 914,
"cds_start": 2436,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001285.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394711.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2436T>G",
"hgvs_p": "p.Thr812Thr",
"transcript": "ENST00000234701.7",
"protein_id": "ENSP00000234701.3",
"transcript_support_level": 1,
"aa_start": 812,
"aa_end": null,
"aa_length": 914,
"cds_start": 2436,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000234701.7"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2433T>G",
"hgvs_p": "p.Thr811Thr",
"transcript": "ENST00000957889.1",
"protein_id": "ENSP00000627948.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 913,
"cds_start": 2433,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957889.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2406T>G",
"hgvs_p": "p.Thr802Thr",
"transcript": "ENST00000907930.1",
"protein_id": "ENSP00000577989.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 904,
"cds_start": 2406,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907930.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2322T>G",
"hgvs_p": "p.Thr774Thr",
"transcript": "ENST00000907935.1",
"protein_id": "ENSP00000577994.1",
"transcript_support_level": null,
"aa_start": 774,
"aa_end": null,
"aa_length": 876,
"cds_start": 2322,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907935.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2268T>G",
"hgvs_p": "p.Thr756Thr",
"transcript": "ENST00000907932.1",
"protein_id": "ENSP00000577991.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 858,
"cds_start": 2268,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907932.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2265T>G",
"hgvs_p": "p.Thr755Thr",
"transcript": "ENST00000907928.1",
"protein_id": "ENSP00000577987.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 857,
"cds_start": 2265,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907928.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2217T>G",
"hgvs_p": "p.Thr739Thr",
"transcript": "ENST00000907929.1",
"protein_id": "ENSP00000577988.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 841,
"cds_start": 2217,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907929.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2208T>G",
"hgvs_p": "p.Thr736Thr",
"transcript": "ENST00000907931.1",
"protein_id": "ENSP00000577990.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 838,
"cds_start": 2208,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907931.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2154T>G",
"hgvs_p": "p.Thr718Thr",
"transcript": "ENST00000907934.1",
"protein_id": "ENSP00000577993.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 820,
"cds_start": 2154,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907934.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.2034T>G",
"hgvs_p": "p.Thr678Thr",
"transcript": "ENST00000907936.1",
"protein_id": "ENSP00000577995.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 780,
"cds_start": 2034,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907936.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"hgvs_c": "c.1989T>G",
"hgvs_p": "p.Thr663Thr",
"transcript": "ENST00000907933.1",
"protein_id": "ENSP00000577992.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 765,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907933.1"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000299069",
"gene_hgnc_id": null,
"hgvs_c": "n.187-902A>C",
"hgvs_p": null,
"transcript": "ENST00000760295.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": "ENST00000760295.1"
},
{
"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": "LOC124904210",
"gene_hgnc_id": null,
"hgvs_c": "n.226-18928A>C",
"hgvs_p": null,
"transcript": "XR_007066206.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": "XR_007066206.1"
}
],
"gene_symbol": "CLCA1",
"gene_hgnc_id": 2015,
"dbsnp": "rs1882753",
"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.7599999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.929,
"phylop100way_prediction": "Benign",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001285.4",
"gene_symbol": "CLCA1",
"hgnc_id": 2015,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2436T>G",
"hgvs_p": "p.Thr812Thr"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000760295.1",
"gene_symbol": "ENSG00000299069",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.187-902A>C",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "XR_007066206.1",
"gene_symbol": "LOC124904210",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.226-18928A>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}