← 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-88835842-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 88835842,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000268695.10",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.641T>G",
          "hgvs_p": "p.Leu214Arg",
          "transcript": "NM_000512.5",
          "protein_id": "NP_000503.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 711,
          "cdna_end": null,
          "cdna_length": 2344,
          "mane_select": "ENST00000268695.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.641T>G",
          "hgvs_p": "p.Leu214Arg",
          "transcript": "ENST00000268695.10",
          "protein_id": "ENSP00000268695.5",
          "transcript_support_level": 1,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 711,
          "cdna_end": null,
          "cdna_length": 2344,
          "mane_select": "NM_000512.5",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.4050T>G",
          "hgvs_p": null,
          "transcript": "ENST00000562593.5",
          "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": 5682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.659T>G",
          "hgvs_p": "p.Leu220Arg",
          "transcript": "NM_001323544.2",
          "protein_id": "NP_001310473.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 881,
          "cdna_end": null,
          "cdna_length": 2514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.86T>G",
          "hgvs_p": "p.Leu29Arg",
          "transcript": "NM_001323543.2",
          "protein_id": "NP_001310472.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 587,
          "cdna_end": null,
          "cdna_length": 2220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "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": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.425T>G",
          "hgvs_p": "p.Leu142Arg",
          "transcript": "ENST00000562831.1",
          "protein_id": "ENSP00000455174.1",
          "transcript_support_level": 3,
          "aa_start": 142,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": 425,
          "cds_end": null,
          "cds_length": 512,
          "cdna_start": 522,
          "cdna_end": null,
          "cdna_length": 609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.659T>G",
          "hgvs_p": "p.Leu220Arg",
          "transcript": "XM_011522982.3",
          "protein_id": "XP_011521284.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 581,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 1746,
          "cdna_start": 881,
          "cdna_end": null,
          "cdna_length": 5406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.641T>G",
          "hgvs_p": "p.Leu214Arg",
          "transcript": "XM_005256301.4",
          "protein_id": "XP_005256358.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 711,
          "cdna_end": null,
          "cdna_length": 5236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.659T>G",
          "hgvs_p": "p.Leu220Arg",
          "transcript": "XM_047433889.1",
          "protein_id": "XP_047289845.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 2620,
          "cdna_end": null,
          "cdna_length": 4253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.659T>G",
          "hgvs_p": "p.Leu220Arg",
          "transcript": "XM_017023112.3",
          "protein_id": "XP_016878601.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 659,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 2622,
          "cdna_end": null,
          "cdna_length": 7186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.641T>G",
          "hgvs_p": "p.Leu214Arg",
          "transcript": "XM_047433890.1",
          "protein_id": "XP_047289846.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 502,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 1509,
          "cdna_start": 711,
          "cdna_end": null,
          "cdna_length": 5275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.86T>G",
          "hgvs_p": "p.Leu29Arg",
          "transcript": "XM_017023113.2",
          "protein_id": "XP_016878602.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 587,
          "cdna_end": null,
          "cdna_length": 5112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.86T>G",
          "hgvs_p": "p.Leu29Arg",
          "transcript": "XM_047433892.1",
          "protein_id": "XP_047289848.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 2454,
          "cdna_end": null,
          "cdna_length": 6979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "c.86T>G",
          "hgvs_p": "p.Leu29Arg",
          "transcript": "XM_047433891.1",
          "protein_id": "XP_047289847.1",
          "transcript_support_level": null,
          "aa_start": 29,
          "aa_end": null,
          "aa_length": 317,
          "cds_start": 86,
          "cds_end": null,
          "cds_length": 954,
          "cdna_start": 587,
          "cdna_end": null,
          "cdna_length": 5151,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.229T>G",
          "hgvs_p": null,
          "transcript": "ENST00000562931.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 554,
          "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": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.343T>G",
          "hgvs_p": null,
          "transcript": "ENST00000566563.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 456,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.*112T>G",
          "hgvs_p": null,
          "transcript": "ENST00000567525.5",
          "protein_id": "ENSP00000454484.1",
          "transcript_support_level": 2,
          "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": 1953,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.*604T>G",
          "hgvs_p": null,
          "transcript": "ENST00000568613.5",
          "protein_id": "ENSP00000457921.1",
          "transcript_support_level": 2,
          "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": 1804,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.*112T>G",
          "hgvs_p": null,
          "transcript": "ENST00000567525.5",
          "protein_id": "ENSP00000454484.1",
          "transcript_support_level": 2,
          "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": 1953,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALNS",
          "gene_hgnc_id": 4122,
          "hgvs_c": "n.*604T>G",
          "hgvs_p": null,
          "transcript": "ENST00000568613.5",
          "protein_id": "ENSP00000457921.1",
          "transcript_support_level": 2,
          "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": 1804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GALNS",
      "gene_hgnc_id": 4122,
      "dbsnp": "rs771810111",
      "frequency_reference_population": 6.8412743e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84127e-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.9566956758499146,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.874,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.1071,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.23,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.834,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.02,
      "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": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000268695.10",
          "gene_symbol": "GALNS",
          "hgnc_id": 4122,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.641T>G",
          "hgvs_p": "p.Leu214Arg"
        }
      ],
      "clinvar_disease": " MPS-IV-A,Mucopolysaccharidosis",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "phenotype_combined": "Mucopolysaccharidosis, MPS-IV-A",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}