← 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: 15-42417854-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 42417854,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001366845.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5615G>A",
          "hgvs_p": "p.Arg1872His",
          "transcript": "NM_001366845.3",
          "protein_id": "NP_001353774.1",
          "transcript_support_level": null,
          "aa_start": 1872,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 5615,
          "cds_end": null,
          "cds_length": 5721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000564754.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366845.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5615G>A",
          "hgvs_p": "p.Arg1872His",
          "transcript": "ENST00000564754.7",
          "protein_id": "ENSP00000456845.2",
          "transcript_support_level": 1,
          "aa_start": 1872,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": 5615,
          "cds_end": null,
          "cds_length": 5721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001366845.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000564754.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5546G>A",
          "hgvs_p": "p.Arg1849His",
          "transcript": "ENST00000263805.8",
          "protein_id": "ENSP00000263805.4",
          "transcript_support_level": 1,
          "aa_start": 1849,
          "aa_end": null,
          "aa_length": 1883,
          "cds_start": 5546,
          "cds_end": null,
          "cds_length": 5652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000263805.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.3230G>A",
          "hgvs_p": "p.Arg1077His",
          "transcript": "ENST00000565380.5",
          "protein_id": "ENSP00000455674.1",
          "transcript_support_level": 1,
          "aa_start": 1077,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 3230,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000565380.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034His",
          "transcript": "ENST00000565611.5",
          "protein_id": "ENSP00000457637.1",
          "transcript_support_level": 1,
          "aa_start": 1034,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 3101,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000565611.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.2444G>A",
          "hgvs_p": "p.Arg815His",
          "transcript": "ENST00000565500.5",
          "protein_id": "ENSP00000456604.1",
          "transcript_support_level": 1,
          "aa_start": 815,
          "aa_end": null,
          "aa_length": 849,
          "cds_start": 2444,
          "cds_end": null,
          "cds_length": 2550,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000565500.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5546G>A",
          "hgvs_p": "p.Arg1849His",
          "transcript": "NM_022473.3",
          "protein_id": "NP_071918.1",
          "transcript_support_level": null,
          "aa_start": 1849,
          "aa_end": null,
          "aa_length": 1883,
          "cds_start": 5546,
          "cds_end": null,
          "cds_length": 5652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022473.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5414G>A",
          "hgvs_p": "p.Arg1805His",
          "transcript": "NM_001381993.1",
          "protein_id": "NP_001368922.1",
          "transcript_support_level": null,
          "aa_start": 1805,
          "aa_end": null,
          "aa_length": 1839,
          "cds_start": 5414,
          "cds_end": null,
          "cds_length": 5520,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001381993.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5354G>A",
          "hgvs_p": "p.Arg1785His",
          "transcript": "NM_001366846.3",
          "protein_id": "NP_001353775.1",
          "transcript_support_level": null,
          "aa_start": 1785,
          "aa_end": null,
          "aa_length": 1819,
          "cds_start": 5354,
          "cds_end": null,
          "cds_length": 5460,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366846.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.3431G>A",
          "hgvs_p": "p.Arg1144His",
          "transcript": "NM_001381994.1",
          "protein_id": "NP_001368923.1",
          "transcript_support_level": null,
          "aa_start": 1144,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 3431,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001381994.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.3248G>A",
          "hgvs_p": "p.Arg1083His",
          "transcript": "NM_001381995.1",
          "protein_id": "NP_001368924.1",
          "transcript_support_level": null,
          "aa_start": 1083,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": 3248,
          "cds_end": null,
          "cds_length": 3354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001381995.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.3230G>A",
          "hgvs_p": "p.Arg1077His",
          "transcript": "NM_001284307.4",
          "protein_id": "NP_001271236.1",
          "transcript_support_level": null,
          "aa_start": 1077,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 3230,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001284307.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.3101G>A",
          "hgvs_p": "p.Arg1034His",
          "transcript": "NM_001284306.2",
          "protein_id": "NP_001271235.1",
          "transcript_support_level": null,
          "aa_start": 1034,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 3101,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001284306.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.2969G>A",
          "hgvs_p": "p.Arg990His",
          "transcript": "NM_001381998.1",
          "protein_id": "NP_001368927.1",
          "transcript_support_level": null,
          "aa_start": 990,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 2969,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001381998.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.2969G>A",
          "hgvs_p": "p.Arg990His",
          "transcript": "NM_001366844.3",
          "protein_id": "NP_001353773.1",
          "transcript_support_level": null,
          "aa_start": 990,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 2969,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366844.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.2777G>A",
          "hgvs_p": "p.Arg926His",
          "transcript": "NM_001381996.1",
          "protein_id": "NP_001368925.1",
          "transcript_support_level": null,
          "aa_start": 926,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 2777,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001381996.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.2753G>A",
          "hgvs_p": "p.Arg918His",
          "transcript": "NM_001381997.1",
          "protein_id": "NP_001368926.1",
          "transcript_support_level": null,
          "aa_start": 918,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": 2753,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001381997.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.5153G>A",
          "hgvs_p": "p.Arg1718His",
          "transcript": "XM_047432936.1",
          "protein_id": "XP_047288892.1",
          "transcript_support_level": null,
          "aa_start": 1718,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": 5153,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432936.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": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "c.607-2378G>A",
          "hgvs_p": null,
          "transcript": "ENST00000569648.5",
          "protein_id": "ENSP00000456191.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000569648.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF106",
          "gene_hgnc_id": 12886,
          "hgvs_c": "n.*15G>A",
          "hgvs_p": null,
          "transcript": "ENST00000568906.5",
          "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": "retained_intron",
          "feature": "ENST00000568906.5"
        }
      ],
      "gene_symbol": "ZNF106",
      "gene_hgnc_id": 12886,
      "dbsnp": "rs376297330",
      "frequency_reference_population": 0.00001487151,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 24,
      "gnomad_exomes_af": 0.000012999,
      "gnomad_genomes_af": 0.0000328576,
      "gnomad_exomes_ac": 19,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.603100061416626,
      "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.336,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.7043,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.06,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.372,
      "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": 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_001366845.3",
          "gene_symbol": "ZNF106",
          "hgnc_id": 12886,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.5615G>A",
          "hgvs_p": "p.Arg1872His"
        }
      ],
      "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
}