← 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-731620-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=731620&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 731620,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_022493.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.979G>T",
"hgvs_p": "p.Ala327Ser",
"transcript": "NM_022493.3",
"protein_id": "NP_071938.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 476,
"cds_start": 979,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000251588.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022493.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.979G>T",
"hgvs_p": "p.Ala327Ser",
"transcript": "ENST00000251588.7",
"protein_id": "ENSP00000251588.2",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 476,
"cds_start": 979,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022493.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000251588.7"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "n.895G>T",
"hgvs_p": null,
"transcript": "ENST00000562862.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": "pseudogene",
"feature": "ENST00000562862.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.979G>T",
"hgvs_p": "p.Ala327Ser",
"transcript": "ENST00000946067.1",
"protein_id": "ENSP00000616126.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 484,
"cds_start": 979,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946067.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.1000G>T",
"hgvs_p": "p.Ala334Ser",
"transcript": "ENST00000873910.1",
"protein_id": "ENSP00000543969.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 483,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873910.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.973G>T",
"hgvs_p": "p.Ala325Ser",
"transcript": "ENST00000873909.1",
"protein_id": "ENSP00000543968.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 474,
"cds_start": 973,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873909.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.730G>T",
"hgvs_p": "p.Ala244Ser",
"transcript": "ENST00000938080.1",
"protein_id": "ENSP00000608139.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 393,
"cds_start": 730,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938080.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.673G>T",
"hgvs_p": "p.Ala225Ser",
"transcript": "NM_001304799.2",
"protein_id": "NP_001291728.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 374,
"cds_start": 673,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304799.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.673G>T",
"hgvs_p": "p.Ala225Ser",
"transcript": "ENST00000540986.5",
"protein_id": "ENSP00000444008.1",
"transcript_support_level": 2,
"aa_start": 225,
"aa_end": null,
"aa_length": 374,
"cds_start": 673,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540986.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.673G>T",
"hgvs_p": "p.Ala225Ser",
"transcript": "ENST00000568545.5",
"protein_id": "ENSP00000457058.1",
"transcript_support_level": 2,
"aa_start": 225,
"aa_end": null,
"aa_length": 374,
"cds_start": 673,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568545.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.897-620G>T",
"hgvs_p": null,
"transcript": "ENST00000873908.1",
"protein_id": "ENSP00000543967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 430,
"cds_start": null,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873908.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "c.648-620G>T",
"hgvs_p": null,
"transcript": "ENST00000938081.1",
"protein_id": "ENSP00000608140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 347,
"cds_start": null,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938081.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "n.1281G>T",
"hgvs_p": null,
"transcript": "ENST00000563051.1",
"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": "ENST00000563051.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "n.683G>T",
"hgvs_p": null,
"transcript": "ENST00000564285.1",
"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": "ENST00000564285.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "n.*279G>T",
"hgvs_p": null,
"transcript": "ENST00000565425.5",
"protein_id": "ENSP00000456497.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000565425.5"
},
{
"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": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "n.1715G>T",
"hgvs_p": null,
"transcript": "ENST00000566650.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": "ENST00000566650.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"hgvs_c": "n.*279G>T",
"hgvs_p": null,
"transcript": "ENST00000565425.5",
"protein_id": "ENSP00000456497.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000565425.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HAGHL",
"gene_hgnc_id": 14177,
"hgvs_c": "n.194-1849C>A",
"hgvs_p": null,
"transcript": "ENST00000563156.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000563156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HAGHL",
"gene_hgnc_id": 14177,
"hgvs_c": "n.95-1038C>A",
"hgvs_p": null,
"transcript": "ENST00000647875.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": "ENST00000647875.1"
}
],
"gene_symbol": "CIAO3",
"gene_hgnc_id": 14179,
"dbsnp": "rs530672481",
"frequency_reference_population": 0.0000014188785,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000141888,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4580298066139221,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.343,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2059,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.413,
"phylop100way_prediction": "Uncertain_significance",
"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": 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_022493.3",
"gene_symbol": "CIAO3",
"hgnc_id": 14179,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.979G>T",
"hgvs_p": "p.Ala327Ser"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000563156.1",
"gene_symbol": "HAGHL",
"hgnc_id": 14177,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.194-1849C>A",
"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
}