← 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: 12-45924783-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 45924783,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_004719.3",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3851C>A",
          "hgvs_p": "p.Pro1284Gln",
          "transcript": "NM_004719.3",
          "protein_id": "NP_004710.2",
          "transcript_support_level": null,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": 3851,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000369367.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004719.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3851C>A",
          "hgvs_p": "p.Pro1284Gln",
          "transcript": "ENST00000369367.8",
          "protein_id": "ENSP00000358374.3",
          "transcript_support_level": 1,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": 3851,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_004719.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000369367.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3275C>A",
          "hgvs_p": "p.Pro1092Gln",
          "transcript": "ENST00000549162.5",
          "protein_id": "ENSP00000448864.1",
          "transcript_support_level": 1,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 3275,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000549162.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.2906C>A",
          "hgvs_p": "p.Pro969Gln",
          "transcript": "ENST00000465950.5",
          "protein_id": "ENSP00000449812.1",
          "transcript_support_level": 1,
          "aa_start": 969,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 2906,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000465950.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.1370C>A",
          "hgvs_p": "p.Pro457Gln",
          "transcript": "ENST00000943613.1",
          "protein_id": "ENSP00000613672.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 636,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 1911,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943613.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.1340C>A",
          "hgvs_p": "p.Pro447Gln",
          "transcript": "ENST00000943612.1",
          "protein_id": "ENSP00000613671.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": 1340,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943612.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.1340C>A",
          "hgvs_p": "p.Pro447Gln",
          "transcript": "ENST00000943614.1",
          "protein_id": "ENSP00000613673.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1340,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943614.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.1133C>A",
          "hgvs_p": "p.Pro378Gln",
          "transcript": "ENST00000884498.1",
          "protein_id": "ENSP00000554557.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884498.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.5C>A",
          "hgvs_p": "p.Pro2Gln",
          "transcript": "ENST00000550893.2",
          "protein_id": "ENSP00000477742.1",
          "transcript_support_level": 2,
          "aa_start": 2,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": 5,
          "cds_end": null,
          "cds_length": 456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000550893.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.4043C>A",
          "hgvs_p": "p.Pro1348Gln",
          "transcript": "XM_005269230.3",
          "protein_id": "XP_005269287.3",
          "transcript_support_level": null,
          "aa_start": 1348,
          "aa_end": null,
          "aa_length": 1527,
          "cds_start": 4043,
          "cds_end": null,
          "cds_length": 4584,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005269230.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.4043C>A",
          "hgvs_p": "p.Pro1348Gln",
          "transcript": "XM_047429878.1",
          "protein_id": "XP_047285834.1",
          "transcript_support_level": null,
          "aa_start": 1348,
          "aa_end": null,
          "aa_length": 1490,
          "cds_start": 4043,
          "cds_end": null,
          "cds_length": 4473,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429878.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3899C>A",
          "hgvs_p": "p.Pro1300Gln",
          "transcript": "XM_011538984.3",
          "protein_id": "XP_011537286.1",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 1479,
          "cds_start": 3899,
          "cds_end": null,
          "cds_length": 4440,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011538984.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3851C>A",
          "hgvs_p": "p.Pro1284Gln",
          "transcript": "XM_047429879.1",
          "protein_id": "XP_047285835.1",
          "transcript_support_level": null,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": 3851,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429879.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.4043C>A",
          "hgvs_p": "p.Pro1348Gln",
          "transcript": "XM_047429880.1",
          "protein_id": "XP_047285836.1",
          "transcript_support_level": null,
          "aa_start": 1348,
          "aa_end": null,
          "aa_length": 1454,
          "cds_start": 4043,
          "cds_end": null,
          "cds_length": 4365,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429880.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3899C>A",
          "hgvs_p": "p.Pro1300Gln",
          "transcript": "XM_047429881.1",
          "protein_id": "XP_047285837.1",
          "transcript_support_level": null,
          "aa_start": 1300,
          "aa_end": null,
          "aa_length": 1442,
          "cds_start": 3899,
          "cds_end": null,
          "cds_length": 4329,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429881.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3851C>A",
          "hgvs_p": "p.Pro1284Gln",
          "transcript": "XM_047429882.1",
          "protein_id": "XP_047285838.1",
          "transcript_support_level": null,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1426,
          "cds_start": 3851,
          "cds_end": null,
          "cds_length": 4281,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429882.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.4043C>A",
          "hgvs_p": "p.Pro1348Gln",
          "transcript": "XM_047429883.1",
          "protein_id": "XP_047285839.1",
          "transcript_support_level": null,
          "aa_start": 1348,
          "aa_end": null,
          "aa_length": 1417,
          "cds_start": 4043,
          "cds_end": null,
          "cds_length": 4254,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429883.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3695C>A",
          "hgvs_p": "p.Pro1232Gln",
          "transcript": "XM_024449275.2",
          "protein_id": "XP_024305043.1",
          "transcript_support_level": null,
          "aa_start": 1232,
          "aa_end": null,
          "aa_length": 1411,
          "cds_start": 3695,
          "cds_end": null,
          "cds_length": 4236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449275.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "c.3275C>A",
          "hgvs_p": "p.Pro1092Gln",
          "transcript": "XM_047429884.1",
          "protein_id": "XP_047285840.1",
          "transcript_support_level": null,
          "aa_start": 1092,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 3275,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429884.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "n.6C>A",
          "hgvs_p": null,
          "transcript": "ENST00000550629.1",
          "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": "pseudogene",
          "feature": "ENST00000550629.1"
        },
        {
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAF11",
          "gene_hgnc_id": 10784,
          "hgvs_c": "n.*164C>A",
          "hgvs_p": null,
          "transcript": "ENST00000547950.1",
          "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": "ENST00000547950.1"
        }
      ],
      "gene_symbol": "SCAF11",
      "gene_hgnc_id": 10784,
      "dbsnp": "rs757494322",
      "frequency_reference_population": 0.0000037213827,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 6,
      "gnomad_exomes_af": 0.00000342415,
      "gnomad_genomes_af": 0.00000657523,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.48919397592544556,
      "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.379,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6427,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.19,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 8.222,
      "phylop100way_prediction": "Pathogenic",
      "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_004719.3",
          "gene_symbol": "SCAF11",
          "hgnc_id": 10784,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3851C>A",
          "hgvs_p": "p.Pro1284Gln"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}