← 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: 11-418978-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=418978&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 418978,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001012302.3",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1946G>T",
"hgvs_p": "p.Gly649Val",
"transcript": "NM_001012302.3",
"protein_id": "NP_001012302.2",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 782,
"cds_start": 1946,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000332826.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012302.3"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1946G>T",
"hgvs_p": "p.Gly649Val",
"transcript": "ENST00000332826.7",
"protein_id": "ENSP00000332788.6",
"transcript_support_level": 1,
"aa_start": 649,
"aa_end": null,
"aa_length": 782,
"cds_start": 1946,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001012302.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332826.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.438G>T",
"hgvs_p": null,
"transcript": "ENST00000524802.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000524802.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.2057G>T",
"hgvs_p": null,
"transcript": "ENST00000528927.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000528927.5"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2087G>T",
"hgvs_p": "p.Gly696Val",
"transcript": "ENST00000884108.1",
"protein_id": "ENSP00000554167.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 829,
"cds_start": 2087,
"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": "ENST00000884108.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1982G>T",
"hgvs_p": "p.Gly661Val",
"transcript": "ENST00000884106.1",
"protein_id": "ENSP00000554165.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 794,
"cds_start": 1982,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884106.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1976G>T",
"hgvs_p": "p.Gly659Val",
"transcript": "ENST00000884103.1",
"protein_id": "ENSP00000554162.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 792,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884103.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1970G>T",
"hgvs_p": "p.Gly657Val",
"transcript": "ENST00000884111.1",
"protein_id": "ENSP00000554170.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 790,
"cds_start": 1970,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884111.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1940G>T",
"hgvs_p": "p.Gly647Val",
"transcript": "ENST00000884101.1",
"protein_id": "ENSP00000554160.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 780,
"cds_start": 1940,
"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": "ENST00000884101.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1946G>T",
"hgvs_p": "p.Gly649Val",
"transcript": "ENST00000884104.1",
"protein_id": "ENSP00000554163.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 780,
"cds_start": 1946,
"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": "ENST00000884104.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1880G>T",
"hgvs_p": "p.Gly627Val",
"transcript": "ENST00000884110.1",
"protein_id": "ENSP00000554169.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 760,
"cds_start": 1880,
"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": "ENST00000884110.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1871G>T",
"hgvs_p": "p.Gly624Val",
"transcript": "ENST00000884105.1",
"protein_id": "ENSP00000554164.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 757,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884105.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1865G>T",
"hgvs_p": "p.Gly622Val",
"transcript": "ENST00000924670.1",
"protein_id": "ENSP00000594729.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 755,
"cds_start": 1865,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924670.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1817G>T",
"hgvs_p": "p.Gly606Val",
"transcript": "ENST00000884109.1",
"protein_id": "ENSP00000554168.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 739,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884109.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1793G>T",
"hgvs_p": "p.Gly598Val",
"transcript": "ENST00000884107.1",
"protein_id": "ENSP00000554166.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 731,
"cds_start": 1793,
"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": "ENST00000884107.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1787G>T",
"hgvs_p": "p.Gly596Val",
"transcript": "ENST00000884102.1",
"protein_id": "ENSP00000554161.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 729,
"cds_start": 1787,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884102.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1514G>T",
"hgvs_p": "p.Gly505Val",
"transcript": "NM_001347882.2",
"protein_id": "NP_001334811.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 638,
"cds_start": 1514,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347882.2"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.1953G>T",
"hgvs_p": null,
"transcript": "ENST00000526142.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": "ENST00000526142.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.4651G>T",
"hgvs_p": null,
"transcript": "ENST00000532094.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": "ENST00000532094.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.1319G>T",
"hgvs_p": null,
"transcript": "ENST00000534161.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": "ENST00000534161.5"
}
],
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"dbsnp": "rs1315110372",
"frequency_reference_population": 0.0000030994797,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000136875,
"gnomad_genomes_af": 0.0000197381,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.982640266418457,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.447,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9009,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.229,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001012302.3",
"gene_symbol": "ANO9",
"hgnc_id": 20679,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1946G>T",
"hgvs_p": "p.Gly649Val"
}
],
"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
}