← 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: 16-49637070-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=49637070&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 49637070,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000563137.7",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2106C>T",
          "hgvs_p": "p.Cys702Cys",
          "transcript": "NM_001379286.1",
          "protein_id": "NP_001366215.1",
          "transcript_support_level": null,
          "aa_start": 702,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2106,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 2444,
          "cdna_end": null,
          "cdna_length": 7968,
          "mane_select": "ENST00000563137.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2106C>T",
          "hgvs_p": "p.Cys702Cys",
          "transcript": "ENST00000563137.7",
          "protein_id": "ENSP00000455588.3",
          "transcript_support_level": 5,
          "aa_start": 702,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2106,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 2444,
          "cdna_end": null,
          "cdna_length": 7968,
          "mane_select": "NM_001379286.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1902C>T",
          "hgvs_p": "p.Cys634Cys",
          "transcript": "ENST00000562520.1",
          "protein_id": "ENSP00000457664.1",
          "transcript_support_level": 1,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 2245,
          "cdna_end": null,
          "cdna_length": 4018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1731C>T",
          "hgvs_p": "p.Cys577Cys",
          "transcript": "ENST00000567169.5",
          "protein_id": "ENSP00000455061.1",
          "transcript_support_level": 1,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 1731,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 1920,
          "cdna_end": null,
          "cdna_length": 4017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2082C>T",
          "hgvs_p": "p.Cys694Cys",
          "transcript": "NM_015069.5",
          "protein_id": "NP_055884.2",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 1284,
          "cds_start": 2082,
          "cds_end": null,
          "cds_length": 3855,
          "cdna_start": 2135,
          "cdna_end": null,
          "cdna_length": 7659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2082C>T",
          "hgvs_p": "p.Cys694Cys",
          "transcript": "ENST00000561648.5",
          "protein_id": "ENSP00000455426.1",
          "transcript_support_level": 5,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 1284,
          "cds_start": 2082,
          "cds_end": null,
          "cds_length": 3855,
          "cdna_start": 2383,
          "cdna_end": null,
          "cdna_length": 7907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1902C>T",
          "hgvs_p": "p.Cys634Cys",
          "transcript": "NM_001271620.2",
          "protein_id": "NP_001258549.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 2245,
          "cdna_end": null,
          "cdna_length": 7762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1902C>T",
          "hgvs_p": "p.Cys634Cys",
          "transcript": "ENST00000562871.5",
          "protein_id": "ENSP00000457928.1",
          "transcript_support_level": 5,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 2071,
          "cdna_end": null,
          "cdna_length": 4514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1731C>T",
          "hgvs_p": "p.Cys577Cys",
          "transcript": "NM_001330533.2",
          "protein_id": "NP_001317462.1",
          "transcript_support_level": null,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 1731,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 2039,
          "cdna_end": null,
          "cdna_length": 7563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1731C>T",
          "hgvs_p": "p.Cys577Cys",
          "transcript": "ENST00000535559.5",
          "protein_id": "ENSP00000442321.1",
          "transcript_support_level": 2,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 1731,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 1940,
          "cdna_end": null,
          "cdna_length": 4201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2349C>T",
          "hgvs_p": "p.Cys783Cys",
          "transcript": "XM_047433803.1",
          "protein_id": "XP_047289759.1",
          "transcript_support_level": null,
          "aa_start": 783,
          "aa_end": null,
          "aa_length": 1373,
          "cds_start": 2349,
          "cds_end": null,
          "cds_length": 4122,
          "cdna_start": 3310,
          "cdna_end": null,
          "cdna_length": 8834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2175C>T",
          "hgvs_p": "p.Cys725Cys",
          "transcript": "XM_047433804.1",
          "protein_id": "XP_047289760.1",
          "transcript_support_level": null,
          "aa_start": 725,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": 2175,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": 2513,
          "cdna_end": null,
          "cdna_length": 8037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2154C>T",
          "hgvs_p": "p.Cys718Cys",
          "transcript": "XM_047433805.1",
          "protein_id": "XP_047289761.1",
          "transcript_support_level": null,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 1308,
          "cds_start": 2154,
          "cds_end": null,
          "cds_length": 3927,
          "cdna_start": 2908,
          "cdna_end": null,
          "cdna_length": 8432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2127C>T",
          "hgvs_p": "p.Cys709Cys",
          "transcript": "XM_006721171.5",
          "protein_id": "XP_006721234.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 2127,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": 2577,
          "cdna_end": null,
          "cdna_length": 8101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2127C>T",
          "hgvs_p": "p.Cys709Cys",
          "transcript": "XM_047433806.1",
          "protein_id": "XP_047289762.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 2127,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": 2787,
          "cdna_end": null,
          "cdna_length": 8311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2127C>T",
          "hgvs_p": "p.Cys709Cys",
          "transcript": "XM_047433807.1",
          "protein_id": "XP_047289763.1",
          "transcript_support_level": null,
          "aa_start": 709,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 2127,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": 2516,
          "cdna_end": null,
          "cdna_length": 8040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.2115C>T",
          "hgvs_p": "p.Cys705Cys",
          "transcript": "XM_047433808.1",
          "protein_id": "XP_047289764.1",
          "transcript_support_level": null,
          "aa_start": 705,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 2115,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": 2698,
          "cdna_end": null,
          "cdna_length": 8222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1902C>T",
          "hgvs_p": "p.Cys634Cys",
          "transcript": "XM_005255856.5",
          "protein_id": "XP_005255913.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 2858,
          "cdna_end": null,
          "cdna_length": 8382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1902C>T",
          "hgvs_p": "p.Cys634Cys",
          "transcript": "XM_017023078.2",
          "protein_id": "XP_016878567.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 2184,
          "cdna_end": null,
          "cdna_length": 7708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1902C>T",
          "hgvs_p": "p.Cys634Cys",
          "transcript": "XM_047433809.1",
          "protein_id": "XP_047289765.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 1902,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": 2087,
          "cdna_end": null,
          "cdna_length": 7611,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF423",
          "gene_hgnc_id": 16762,
          "hgvs_c": "c.1731C>T",
          "hgvs_p": "p.Cys577Cys",
          "transcript": "XM_047433810.1",
          "protein_id": "XP_047289766.1",
          "transcript_support_level": null,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 1731,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 7387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ZNF423",
      "gene_hgnc_id": 16762,
      "dbsnp": "rs760404444",
      "frequency_reference_population": 0.000118984615,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 192,
      "gnomad_exomes_af": 0.00012111,
      "gnomad_genomes_af": 0.0000985688,
      "gnomad_exomes_ac": 177,
      "gnomad_genomes_ac": 15,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5299999713897705,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.53,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.048,
      "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": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BP7"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000563137.7",
          "gene_symbol": "ZNF423",
          "hgnc_id": 16762,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,Unknown,AR",
          "hgvs_c": "c.2106C>T",
          "hgvs_p": "p.Cys702Cys"
        }
      ],
      "clinvar_disease": "Nephronophthisis 14",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "Nephronophthisis 14",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}