← 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-111315301-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=111315301&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 111315301,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000369740.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.346C>A",
"hgvs_p": "p.Arg116Ser",
"transcript": "NM_201653.4",
"protein_id": "NP_970615.2",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 476,
"cds_start": 346,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": "ENST00000369740.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.346C>A",
"hgvs_p": "p.Arg116Ser",
"transcript": "ENST00000369740.6",
"protein_id": "ENSP00000358755.1",
"transcript_support_level": 1,
"aa_start": 116,
"aa_end": null,
"aa_length": 476,
"cds_start": 346,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": "NM_201653.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.178C>A",
"hgvs_p": "p.Arg60Ser",
"transcript": "ENST00000422815.5",
"protein_id": "ENSP00000387671.1",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 420,
"cds_start": 178,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 1354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.22C>A",
"hgvs_p": "p.Arg8Ser",
"transcript": "ENST00000430615.1",
"protein_id": "ENSP00000391132.1",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 368,
"cds_start": 22,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 135,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "n.22C>A",
"hgvs_p": null,
"transcript": "ENST00000352594.10",
"protein_id": "ENSP00000271312.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-142-433C>A",
"hgvs_p": null,
"transcript": "ENST00000353665.10",
"protein_id": "ENSP00000338970.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-4+705C>A",
"hgvs_p": null,
"transcript": "ENST00000451398.6",
"protein_id": "ENSP00000390476.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-4+705C>A",
"hgvs_p": null,
"transcript": "ENST00000483391.5",
"protein_id": "ENSP00000436946.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-4+705C>A",
"hgvs_p": null,
"transcript": "ENST00000489524.5",
"protein_id": "ENSP00000433309.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": -4,
"cds_end": null,
"cds_length": 862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.346C>A",
"hgvs_p": "p.Arg116Ser",
"transcript": "ENST00000343320.10",
"protein_id": "ENSP00000341828.6",
"transcript_support_level": 5,
"aa_start": 116,
"aa_end": null,
"aa_length": 476,
"cds_start": 346,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 1624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.22C>A",
"hgvs_p": "p.Arg8Ser",
"transcript": "NM_001258001.2",
"protein_id": "NP_001244930.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 368,
"cds_start": 22,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 312,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.22C>A",
"hgvs_p": "p.Arg8Ser",
"transcript": "NM_001258003.2",
"protein_id": "NP_001244932.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 368,
"cds_start": 22,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 219,
"cdna_end": null,
"cdna_length": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.22C>A",
"hgvs_p": "p.Arg8Ser",
"transcript": "NM_021797.4",
"protein_id": "NP_068569.2",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 368,
"cds_start": 22,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 1371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "n.824C>A",
"hgvs_p": null,
"transcript": "ENST00000477918.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-277C>A",
"hgvs_p": null,
"transcript": "NM_001258004.2",
"protein_id": "NP_001244933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-4+705C>A",
"hgvs_p": null,
"transcript": "NM_001040623.3",
"protein_id": "NP_001035713.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-4+705C>A",
"hgvs_p": null,
"transcript": "NM_001258002.2",
"protein_id": "NP_001244931.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.-142-433C>A",
"hgvs_p": null,
"transcript": "NM_001258005.2",
"protein_id": "NP_001244934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 315,
"cds_start": -4,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"dbsnp": "rs543573136",
"frequency_reference_population": 0.0000013693584,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136936,
"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.7010465264320374,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.385,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8559,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.544,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "ENST00000369740.6",
"gene_symbol": "CHIA",
"hgnc_id": 17432,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.346C>A",
"hgvs_p": "p.Arg116Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}