← 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: 3-183938001-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 183938001,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_005688.4",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "NM_005688.4",
          "protein_id": "NP_005679.2",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000334444.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005688.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "ENST00000334444.11",
          "protein_id": "ENSP00000333926.6",
          "transcript_support_level": 1,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_005688.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000334444.11"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "ENST00000898238.1",
          "protein_id": "ENSP00000568297.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000898238.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "ENST00000956865.1",
          "protein_id": "ENSP00000626924.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956865.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "ENST00000956866.1",
          "protein_id": "ENSP00000626925.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956866.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3625A>G",
          "hgvs_p": "p.Lys1209Glu",
          "transcript": "ENST00000265586.10",
          "protein_id": "ENSP00000265586.6",
          "transcript_support_level": 5,
          "aa_start": 1209,
          "aa_end": null,
          "aa_length": 1394,
          "cds_start": 3625,
          "cds_end": null,
          "cds_length": 4185,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265586.10"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3625A>G",
          "hgvs_p": "p.Lys1209Glu",
          "transcript": "ENST00000956863.1",
          "protein_id": "ENSP00000626922.1",
          "transcript_support_level": null,
          "aa_start": 1209,
          "aa_end": null,
          "aa_length": 1394,
          "cds_start": 3625,
          "cds_end": null,
          "cds_length": 4185,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956863.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3625A>G",
          "hgvs_p": "p.Lys1209Glu",
          "transcript": "ENST00000956867.1",
          "protein_id": "ENSP00000626926.1",
          "transcript_support_level": null,
          "aa_start": 1209,
          "aa_end": null,
          "aa_length": 1394,
          "cds_start": 3625,
          "cds_end": null,
          "cds_length": 4185,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956867.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3550A>G",
          "hgvs_p": "p.Lys1184Glu",
          "transcript": "ENST00000956862.1",
          "protein_id": "ENSP00000626921.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956862.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3550A>G",
          "hgvs_p": "p.Lys1184Glu",
          "transcript": "ENST00000956868.1",
          "protein_id": "ENSP00000626927.1",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956868.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3352A>G",
          "hgvs_p": "p.Lys1118Glu",
          "transcript": "ENST00000956864.1",
          "protein_id": "ENSP00000626923.1",
          "transcript_support_level": null,
          "aa_start": 1118,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": 3352,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956864.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3349A>G",
          "hgvs_p": "p.Lys1117Glu",
          "transcript": "ENST00000956861.1",
          "protein_id": "ENSP00000626920.1",
          "transcript_support_level": null,
          "aa_start": 1117,
          "aa_end": null,
          "aa_length": 1302,
          "cds_start": 3349,
          "cds_end": null,
          "cds_length": 3909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956861.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.2941A>G",
          "hgvs_p": "p.Lys981Glu",
          "transcript": "ENST00000915403.1",
          "protein_id": "ENSP00000585462.1",
          "transcript_support_level": null,
          "aa_start": 981,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 2941,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000915403.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.2338A>G",
          "hgvs_p": "p.Lys780Glu",
          "transcript": "NM_001320032.2",
          "protein_id": "NP_001306961.1",
          "transcript_support_level": null,
          "aa_start": 780,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": 2338,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320032.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "XM_005247059.6",
          "protein_id": "XP_005247116.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247059.6"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "XM_011512314.3",
          "protein_id": "XP_011510616.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512314.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "XM_047447098.1",
          "protein_id": "XP_047303054.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4314,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447098.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu",
          "transcript": "XM_011512315.2",
          "protein_id": "XP_011510617.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": 3754,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512315.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "n.*2447A>G",
          "hgvs_p": null,
          "transcript": "ENST00000437205.5",
          "protein_id": "ENSP00000403510.1",
          "transcript_support_level": 5,
          "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": "ENST00000437205.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "n.195A>G",
          "hgvs_p": null,
          "transcript": "ENST00000443497.1",
          "protein_id": "ENSP00000404302.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000443497.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ABCC5",
          "gene_hgnc_id": 56,
          "hgvs_c": "n.*2447A>G",
          "hgvs_p": null,
          "transcript": "ENST00000437205.5",
          "protein_id": "ENSP00000403510.1",
          "transcript_support_level": 5,
          "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": "ENST00000437205.5"
        }
      ],
      "gene_symbol": "ABCC5",
      "gene_hgnc_id": 56,
      "dbsnp": "rs1713912160",
      "frequency_reference_population": 6.8404785e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84048e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.28497910499572754,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.304,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1286,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.1,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.717,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_005688.4",
          "gene_symbol": "ABCC5",
          "hgnc_id": 56,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3754A>G",
          "hgvs_p": "p.Lys1252Glu"
        }
      ],
      "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
}