← 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-418804-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=418804&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 418804,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001012302.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2046C>G",
"hgvs_p": "p.Asp682Glu",
"transcript": "NM_001012302.3",
"protein_id": "NP_001012302.2",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 782,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2131,
"cdna_end": null,
"cdna_length": 2867,
"mane_select": "ENST00000332826.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001012302.3"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2046C>G",
"hgvs_p": "p.Asp682Glu",
"transcript": "ENST00000332826.7",
"protein_id": "ENSP00000332788.6",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 782,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2349,
"cdna_start": 2131,
"cdna_end": null,
"cdna_length": 2867,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.538C>G",
"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": 671,
"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": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.2157C>G",
"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": 2639,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000528927.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2187C>G",
"hgvs_p": "p.Asp729Glu",
"transcript": "ENST00000884108.1",
"protein_id": "ENSP00000554167.1",
"transcript_support_level": null,
"aa_start": 729,
"aa_end": null,
"aa_length": 829,
"cds_start": 2187,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 2261,
"cdna_end": null,
"cdna_length": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884108.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2082C>G",
"hgvs_p": "p.Asp694Glu",
"transcript": "ENST00000884106.1",
"protein_id": "ENSP00000554165.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 794,
"cds_start": 2082,
"cds_end": null,
"cds_length": 2385,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 2901,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884106.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2076C>G",
"hgvs_p": "p.Asp692Glu",
"transcript": "ENST00000884103.1",
"protein_id": "ENSP00000554162.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 792,
"cds_start": 2076,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 2168,
"cdna_end": null,
"cdna_length": 2904,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884103.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2070C>G",
"hgvs_p": "p.Asp690Glu",
"transcript": "ENST00000884111.1",
"protein_id": "ENSP00000554170.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 790,
"cds_start": 2070,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2117,
"cdna_end": null,
"cdna_length": 2853,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884111.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2040C>G",
"hgvs_p": "p.Asp680Glu",
"transcript": "ENST00000884101.1",
"protein_id": "ENSP00000554160.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 780,
"cds_start": 2040,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 2186,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884101.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.2040C>G",
"hgvs_p": "p.Asp680Glu",
"transcript": "ENST00000884104.1",
"protein_id": "ENSP00000554163.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 780,
"cds_start": 2040,
"cds_end": null,
"cds_length": 2343,
"cdna_start": 2123,
"cdna_end": null,
"cdna_length": 2859,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884104.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1980C>G",
"hgvs_p": "p.Asp660Glu",
"transcript": "ENST00000884110.1",
"protein_id": "ENSP00000554169.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 760,
"cds_start": 1980,
"cds_end": null,
"cds_length": 2283,
"cdna_start": 2027,
"cdna_end": null,
"cdna_length": 2763,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884110.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1971C>G",
"hgvs_p": "p.Asp657Glu",
"transcript": "ENST00000884105.1",
"protein_id": "ENSP00000554164.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 757,
"cds_start": 1971,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 2054,
"cdna_end": null,
"cdna_length": 2790,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884105.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1965C>G",
"hgvs_p": "p.Asp655Glu",
"transcript": "ENST00000924670.1",
"protein_id": "ENSP00000594729.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 755,
"cds_start": 1965,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924670.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1917C>G",
"hgvs_p": "p.Asp639Glu",
"transcript": "ENST00000884109.1",
"protein_id": "ENSP00000554168.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 739,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 1987,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884109.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1893C>G",
"hgvs_p": "p.Asp631Glu",
"transcript": "ENST00000884107.1",
"protein_id": "ENSP00000554166.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 731,
"cds_start": 1893,
"cds_end": null,
"cds_length": 2196,
"cdna_start": 1974,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884107.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1887C>G",
"hgvs_p": "p.Asp629Glu",
"transcript": "ENST00000884102.1",
"protein_id": "ENSP00000554161.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 729,
"cds_start": 1887,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2733,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884102.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "c.1614C>G",
"hgvs_p": "p.Asp538Glu",
"transcript": "NM_001347882.2",
"protein_id": "NP_001334811.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 638,
"cds_start": 1614,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 2211,
"cdna_end": null,
"cdna_length": 2947,
"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.2127C>G",
"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": 2868,
"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": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.4751C>G",
"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": 5487,
"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": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"hgvs_c": "n.1419C>G",
"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": 2158,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000534161.5"
}
],
"gene_symbol": "ANO9",
"gene_hgnc_id": 20679,
"dbsnp": "rs193920739",
"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.9439518451690674,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.514,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8276,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.156,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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.2046C>G",
"hgvs_p": "p.Asp682Glu"
}
],
"clinvar_disease": "Prostate cancer",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Prostate cancer",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}