← 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-150968991-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150968991&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 150968991,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_022075.5",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "NM_022075.5",
          "protein_id": "NP_071358.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 2323,
          "mane_select": "ENST00000368954.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000368954.10",
          "protein_id": "ENSP00000357950.5",
          "transcript_support_level": 1,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 2323,
          "mane_select": "NM_022075.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "NM_181746.4",
          "protein_id": "NP_859530.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 358,
          "cdna_end": null,
          "cdna_length": 2363,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000271688.10",
          "protein_id": "ENSP00000271688.6",
          "transcript_support_level": 5,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 526,
          "cdna_end": null,
          "cdna_length": 2544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000561294.5",
          "protein_id": "ENSP00000454160.2",
          "transcript_support_level": 5,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 122,
          "cdna_end": null,
          "cdna_length": 1803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000368949.8",
          "protein_id": "ENSP00000357945.5",
          "transcript_support_level": 5,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 914,
          "cdna_start": 188,
          "cdna_end": null,
          "cdna_length": 1002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000361419.9",
          "protein_id": "ENSP00000355020.5",
          "transcript_support_level": 2,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 248,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 748,
          "cdna_start": 349,
          "cdna_end": null,
          "cdna_length": 997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000558062.5",
          "protein_id": "ENSP00000452810.1",
          "transcript_support_level": 2,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 668,
          "cdna_start": 328,
          "cdna_end": null,
          "cdna_length": 896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000421609.5",
          "protein_id": "ENSP00000393239.1",
          "transcript_support_level": 3,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 577,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "ENST00000457392.1",
          "protein_id": "ENSP00000394012.1",
          "transcript_support_level": 3,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 127,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 386,
          "cdna_start": 259,
          "cdna_end": null,
          "cdna_length": 545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.160G>A",
          "hgvs_p": "p.Ala54Thr",
          "transcript": "XM_011509451.3",
          "protein_id": "XP_011507753.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 160,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": 219,
          "cdna_end": null,
          "cdna_length": 2224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr",
          "transcript": "XM_011509452.4",
          "protein_id": "XP_011507754.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 238,
          "cdna_end": null,
          "cdna_length": 2243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "n.226-479G>A",
          "hgvs_p": null,
          "transcript": "ENST00000345896.8",
          "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": 2170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CERS2",
      "gene_hgnc_id": 14076,
      "dbsnp": "rs376632374",
      "frequency_reference_population": 0.00007496754,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 121,
      "gnomad_exomes_af": 0.0000807209,
      "gnomad_genomes_af": 0.0000197104,
      "gnomad_exomes_ac": 118,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4729996621608734,
      "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.588,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3816,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.02,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 2.416,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_022075.5",
          "gene_symbol": "CERS2",
          "hgnc_id": 14076,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.100G>A",
          "hgvs_p": "p.Ala34Thr"
        }
      ],
      "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
}