← 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-127692247-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 127692247,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000265052.10",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.893T>C",
          "hgvs_p": "p.Met298Thr",
          "transcript": "NM_007283.7",
          "protein_id": "NP_009214.1",
          "transcript_support_level": null,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 893,
          "cds_end": null,
          "cds_length": 942,
          "cdna_start": 1090,
          "cdna_end": null,
          "cdna_length": 4271,
          "mane_select": "ENST00000265052.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.893T>C",
          "hgvs_p": "p.Met298Thr",
          "transcript": "ENST00000265052.10",
          "protein_id": "ENSP00000265052.5",
          "transcript_support_level": 1,
          "aa_start": 298,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": 893,
          "cds_end": null,
          "cds_length": 942,
          "cdna_start": 1090,
          "cdna_end": null,
          "cdna_length": 4271,
          "mane_select": "NM_007283.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "n.1284T>C",
          "hgvs_p": null,
          "transcript": "ENST00000398101.7",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "n.3864T>C",
          "hgvs_p": null,
          "transcript": "ENST00000476682.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3999,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.971T>C",
          "hgvs_p": "p.Met324Thr",
          "transcript": "NM_001388312.1",
          "protein_id": "NP_001375241.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 971,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1168,
          "cdna_end": null,
          "cdna_length": 4349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.941T>C",
          "hgvs_p": "p.Met314Thr",
          "transcript": "NM_001388313.1",
          "protein_id": "NP_001375242.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 329,
          "cds_start": 941,
          "cds_end": null,
          "cds_length": 990,
          "cdna_start": 1063,
          "cdna_end": null,
          "cdna_length": 4244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.863T>C",
          "hgvs_p": "p.Met288Thr",
          "transcript": "NM_001003794.3",
          "protein_id": "NP_001003794.1",
          "transcript_support_level": null,
          "aa_start": 288,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 863,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": 985,
          "cdna_end": null,
          "cdna_length": 4166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.863T>C",
          "hgvs_p": "p.Met288Thr",
          "transcript": "NM_001388315.1",
          "protein_id": "NP_001375244.1",
          "transcript_support_level": null,
          "aa_start": 288,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 863,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": 1252,
          "cdna_end": null,
          "cdna_length": 4433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.863T>C",
          "hgvs_p": "p.Met288Thr",
          "transcript": "ENST00000398104.6",
          "protein_id": "ENSP00000381176.1",
          "transcript_support_level": 5,
          "aa_start": 288,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 863,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": 1071,
          "cdna_end": null,
          "cdna_length": 4256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.803T>C",
          "hgvs_p": "p.Met268Thr",
          "transcript": "NM_001256585.2",
          "protein_id": "NP_001243514.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 852,
          "cdna_start": 1000,
          "cdna_end": null,
          "cdna_length": 4181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.803T>C",
          "hgvs_p": "p.Met268Thr",
          "transcript": "ENST00000453507.7",
          "protein_id": "ENSP00000404146.2",
          "transcript_support_level": 2,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 852,
          "cdna_start": 946,
          "cdna_end": null,
          "cdna_length": 4131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.785T>C",
          "hgvs_p": "p.Met262Thr",
          "transcript": "NM_001388317.1",
          "protein_id": "NP_001375246.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 4355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.785T>C",
          "hgvs_p": "p.Met262Thr",
          "transcript": "NM_001388318.1",
          "protein_id": "NP_001375247.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 1279,
          "cdna_end": null,
          "cdna_length": 4460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.773T>C",
          "hgvs_p": "p.Met258Thr",
          "transcript": "NM_001388316.1",
          "protein_id": "NP_001375245.1",
          "transcript_support_level": null,
          "aa_start": 258,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": 773,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": 895,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.578T>C",
          "hgvs_p": "p.Met193Thr",
          "transcript": "ENST00000496306.5",
          "protein_id": "ENSP00000417060.1",
          "transcript_support_level": 5,
          "aa_start": 193,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 578,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": 580,
          "cdna_end": null,
          "cdna_length": 716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.497T>C",
          "hgvs_p": "p.Met166Thr",
          "transcript": "ENST00000487473.6",
          "protein_id": "ENSP00000420125.2",
          "transcript_support_level": 5,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 497,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 497,
          "cdna_end": null,
          "cdna_length": 627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.863T>C",
          "hgvs_p": "p.Met288Thr",
          "transcript": "XM_047447383.1",
          "protein_id": "XP_047303339.1",
          "transcript_support_level": null,
          "aa_start": 288,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 863,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": 1279,
          "cdna_end": null,
          "cdna_length": 4460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.785T>C",
          "hgvs_p": "p.Met262Thr",
          "transcript": "XM_017005665.2",
          "protein_id": "XP_016861154.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 785,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 1201,
          "cdna_end": null,
          "cdna_length": 4382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "c.695T>C",
          "hgvs_p": "p.Met232Thr",
          "transcript": "XM_047447384.1",
          "protein_id": "XP_047303340.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 695,
          "cds_end": null,
          "cds_length": 744,
          "cdna_start": 1111,
          "cdna_end": null,
          "cdna_length": 4292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "n.*310T>C",
          "hgvs_p": null,
          "transcript": "ENST00000648300.1",
          "protein_id": "ENSP00000497905.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MGLL",
          "gene_hgnc_id": 17038,
          "hgvs_c": "n.*310T>C",
          "hgvs_p": null,
          "transcript": "ENST00000648300.1",
          "protein_id": "ENSP00000497905.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MGLL",
      "gene_hgnc_id": 17038,
      "dbsnp": "rs11538700",
      "frequency_reference_population": 0.0000049565865,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.0000047885,
      "gnomad_genomes_af": 0.00000657125,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.05534881353378296,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.151,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0756,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.43,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.266,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000265052.10",
          "gene_symbol": "MGLL",
          "hgnc_id": 17038,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.893T>C",
          "hgvs_p": "p.Met298Thr"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}