← 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-113743845-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=113743845&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 113743845,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004724.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Ala490Thr",
"transcript": "NM_004724.4",
"protein_id": "NP_004715.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 779,
"cds_start": 1468,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000200135.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004724.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Ala490Thr",
"transcript": "ENST00000200135.8",
"protein_id": "ENSP00000200135.3",
"transcript_support_level": 1,
"aa_start": 490,
"aa_end": null,
"aa_length": 779,
"cds_start": 1468,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004724.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000200135.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1474G>A",
"hgvs_p": "p.Ala492Thr",
"transcript": "ENST00000898961.1",
"protein_id": "ENSP00000569020.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 781,
"cds_start": 1474,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898961.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1462G>A",
"hgvs_p": "p.Ala488Thr",
"transcript": "ENST00000936157.1",
"protein_id": "ENSP00000606216.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 777,
"cds_start": 1462,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936157.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Ala490Thr",
"transcript": "ENST00000946662.1",
"protein_id": "ENSP00000616721.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 735,
"cds_start": 1468,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946662.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1276G>A",
"hgvs_p": "p.Ala426Thr",
"transcript": "ENST00000898960.1",
"protein_id": "ENSP00000569019.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 715,
"cds_start": 1276,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898960.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "c.1276G>A",
"hgvs_p": "p.Ala426Thr",
"transcript": "XM_017018558.3",
"protein_id": "XP_016874047.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 715,
"cds_start": 1276,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018558.3"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"hgvs_c": "n.1468G>A",
"hgvs_p": null,
"transcript": "ENST00000535142.5",
"protein_id": "ENSP00000440879.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000535142.5"
}
],
"gene_symbol": "ZW10",
"gene_hgnc_id": 13194,
"dbsnp": "rs375534081",
"frequency_reference_population": 0.00019145622,
"hom_count_reference_population": 1,
"allele_count_reference_population": 309,
"gnomad_exomes_af": 0.00020522,
"gnomad_genomes_af": 0.0000591708,
"gnomad_exomes_ac": 300,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7392223477363586,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.262,
"revel_prediction": "Benign",
"alphamissense_score": 0.1297,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.697,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_004724.4",
"gene_symbol": "ZW10",
"hgnc_id": 13194,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Ala490Thr"
}
],
"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
}