← 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-111320330-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=111320330&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 111320330,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_201653.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.1295T>G",
"hgvs_p": "p.Val432Gly",
"transcript": "NM_201653.4",
"protein_id": "NP_970615.2",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 476,
"cds_start": 1295,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369740.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201653.4"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.1295T>G",
"hgvs_p": "p.Val432Gly",
"transcript": "ENST00000369740.6",
"protein_id": "ENSP00000358755.1",
"transcript_support_level": 1,
"aa_start": 432,
"aa_end": null,
"aa_length": 476,
"cds_start": 1295,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_201653.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369740.6"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.1127T>G",
"hgvs_p": "p.Val376Gly",
"transcript": "ENST00000422815.5",
"protein_id": "ENSP00000387671.1",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 420,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422815.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.971T>G",
"hgvs_p": "p.Val324Gly",
"transcript": "ENST00000430615.1",
"protein_id": "ENSP00000391132.1",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 368,
"cds_start": 971,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430615.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "ENST00000353665.10",
"protein_id": "ENSP00000338970.7",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000353665.10"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "ENST00000451398.6",
"protein_id": "ENSP00000390476.2",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451398.6"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "ENST00000483391.5",
"protein_id": "ENSP00000436946.1",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483391.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "ENST00000489524.5",
"protein_id": "ENSP00000433309.1",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 286,
"cds_start": 812,
"cds_end": null,
"cds_length": 862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000489524.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "n.*804T>G",
"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": 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": "ENST00000352594.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "n.*804T>G",
"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": 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": "ENST00000352594.10"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.1295T>G",
"hgvs_p": "p.Val432Gly",
"transcript": "ENST00000343320.10",
"protein_id": "ENSP00000341828.6",
"transcript_support_level": 5,
"aa_start": 432,
"aa_end": null,
"aa_length": 476,
"cds_start": 1295,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343320.10"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.971T>G",
"hgvs_p": "p.Val324Gly",
"transcript": "NM_001258001.2",
"protein_id": "NP_001244930.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 368,
"cds_start": 971,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258001.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.971T>G",
"hgvs_p": "p.Val324Gly",
"transcript": "NM_001258003.2",
"protein_id": "NP_001244932.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 368,
"cds_start": 971,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258003.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.971T>G",
"hgvs_p": "p.Val324Gly",
"transcript": "NM_021797.4",
"protein_id": "NP_068569.2",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 368,
"cds_start": 971,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021797.4"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "NM_001040623.3",
"protein_id": "NP_001035713.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040623.3"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "NM_001258002.2",
"protein_id": "NP_001244931.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258002.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "NM_001258004.2",
"protein_id": "NP_001244933.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258004.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "NM_001258005.2",
"protein_id": "NP_001244934.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258005.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "c.812T>G",
"hgvs_p": "p.Val271Gly",
"transcript": "XM_017001047.1",
"protein_id": "XP_016856536.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 315,
"cds_start": 812,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001047.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"hgvs_c": "n.4018T>G",
"hgvs_p": null,
"transcript": "ENST00000477918.6",
"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": "ENST00000477918.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000229283",
"gene_hgnc_id": null,
"hgvs_c": "n.392-2403A>C",
"hgvs_p": null,
"transcript": "ENST00000426321.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000426321.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000229283",
"gene_hgnc_id": null,
"hgvs_c": "n.370-2403A>C",
"hgvs_p": null,
"transcript": "ENST00000725074.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": "ENST00000725074.1"
}
],
"gene_symbol": "CHIA",
"gene_hgnc_id": 17432,
"dbsnp": "rs2256721",
"frequency_reference_population": 0.69046384,
"hom_count_reference_population": 389913,
"allele_count_reference_population": 1114370,
"gnomad_exomes_af": 0.69042,
"gnomad_genomes_af": 0.690887,
"gnomad_exomes_ac": 1009264,
"gnomad_genomes_ac": 105106,
"gnomad_exomes_homalt": 352895,
"gnomad_genomes_homalt": 37018,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 9.624317272027838e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.29,
"revel_prediction": "Benign",
"alphamissense_score": 0.041,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.285,
"phylop100way_prediction": "Benign",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_201653.4",
"gene_symbol": "CHIA",
"hgnc_id": 17432,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1295T>G",
"hgvs_p": "p.Val432Gly"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000426321.2",
"gene_symbol": "ENSG00000229283",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.392-2403A>C",
"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
}