← 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-418511-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=418511&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 418511,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001012302.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2209G>A",
"hgvs_p": "p.Glu737Lys",
"transcript": "NM_001012302.3",
"protein_id": "NP_001012302.2",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 782,
"cds_start": 2209,
"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": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2209G>A",
"hgvs_p": "p.Glu737Lys",
"transcript": "ENST00000332826.7",
"protein_id": "ENSP00000332788.6",
"transcript_support_level": 1,
"aa_start": 737,
"aa_end": null,
"aa_length": 782,
"cds_start": 2209,
"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": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.2320G>A",
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2350G>A",
"hgvs_p": "p.Glu784Lys",
"transcript": "ENST00000884108.1",
"protein_id": "ENSP00000554167.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 829,
"cds_start": 2350,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2245G>A",
"hgvs_p": "p.Glu749Lys",
"transcript": "ENST00000884106.1",
"protein_id": "ENSP00000554165.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 794,
"cds_start": 2245,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2239G>A",
"hgvs_p": "p.Glu747Lys",
"transcript": "ENST00000884103.1",
"protein_id": "ENSP00000554162.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 792,
"cds_start": 2239,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2233G>A",
"hgvs_p": "p.Glu745Lys",
"transcript": "ENST00000884111.1",
"protein_id": "ENSP00000554170.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 790,
"cds_start": 2233,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2203G>A",
"hgvs_p": "p.Glu735Lys",
"transcript": "ENST00000884101.1",
"protein_id": "ENSP00000554160.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 780,
"cds_start": 2203,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2203G>A",
"hgvs_p": "p.Glu735Lys",
"transcript": "ENST00000884104.1",
"protein_id": "ENSP00000554163.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 780,
"cds_start": 2203,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2143G>A",
"hgvs_p": "p.Glu715Lys",
"transcript": "ENST00000884110.1",
"protein_id": "ENSP00000554169.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 760,
"cds_start": 2143,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2134G>A",
"hgvs_p": "p.Glu712Lys",
"transcript": "ENST00000884105.1",
"protein_id": "ENSP00000554164.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 757,
"cds_start": 2134,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2128G>A",
"hgvs_p": "p.Glu710Lys",
"transcript": "ENST00000924670.1",
"protein_id": "ENSP00000594729.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 755,
"cds_start": 2128,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2080G>A",
"hgvs_p": "p.Glu694Lys",
"transcript": "ENST00000884109.1",
"protein_id": "ENSP00000554168.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 739,
"cds_start": 2080,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2056G>A",
"hgvs_p": "p.Glu686Lys",
"transcript": "ENST00000884107.1",
"protein_id": "ENSP00000554166.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 731,
"cds_start": 2056,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2050G>A",
"hgvs_p": "p.Glu684Lys",
"transcript": "ENST00000884102.1",
"protein_id": "ENSP00000554161.1",
"transcript_support_level": null,
"aa_start": 684,
"aa_end": null,
"aa_length": 729,
"cds_start": 2050,
"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": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1777G>A",
"hgvs_p": "p.Glu593Lys",
"transcript": "NM_001347882.2",
"protein_id": "NP_001334811.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 638,
"cds_start": 1777,
"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": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.2290G>A",
"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": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.4914G>A",
"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": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.1582G>A",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.*30G>A",
"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"
}
],
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"dbsnp": null,
"frequency_reference_population": 6.8453113e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84531e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05135631561279297,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.1546,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.2,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.22,
"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_001012302.3",
"gene_symbol": "ANO9",
"hgnc_id": 20679,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2209G>A",
"hgvs_p": "p.Glu737Lys"
}
],
"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
}