← 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: 8-31120309-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 31120309,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_000553.6",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "NM_000553.6",
          "protein_id": "NP_000544.2",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1432,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000298139.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000553.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000298139.7",
          "protein_id": "ENSP00000298139.5",
          "transcript_support_level": 1,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1432,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000553.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000298139.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.1148T>G",
          "hgvs_p": null,
          "transcript": "ENST00000521620.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": "ENST00000521620.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2530T>G",
          "hgvs_p": "p.Tyr844Asp",
          "transcript": "ENST00000966176.1",
          "protein_id": "ENSP00000636235.1",
          "transcript_support_level": null,
          "aa_start": 844,
          "aa_end": null,
          "aa_length": 1437,
          "cds_start": 2530,
          "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": "ENST00000966176.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000860283.1",
          "protein_id": "ENSP00000530342.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1432,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860283.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000860286.1",
          "protein_id": "ENSP00000530345.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1432,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860286.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000928034.1",
          "protein_id": "ENSP00000598093.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1432,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928034.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000928033.1",
          "protein_id": "ENSP00000598092.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1431,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4296,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000928033.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000966175.1",
          "protein_id": "ENSP00000636234.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1426,
          "cds_start": 2515,
          "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": "ENST00000966175.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp",
          "transcript": "ENST00000860285.1",
          "protein_id": "ENSP00000530344.1",
          "transcript_support_level": null,
          "aa_start": 839,
          "aa_end": null,
          "aa_length": 1401,
          "cds_start": 2515,
          "cds_end": null,
          "cds_length": 4206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860285.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2365T>G",
          "hgvs_p": "p.Tyr789Asp",
          "transcript": "ENST00000860284.1",
          "protein_id": "ENSP00000530343.1",
          "transcript_support_level": null,
          "aa_start": 789,
          "aa_end": null,
          "aa_length": 1382,
          "cds_start": 2365,
          "cds_end": null,
          "cds_length": 4149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000860284.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.2434T>G",
          "hgvs_p": "p.Tyr812Asp",
          "transcript": "XM_011544639.4",
          "protein_id": "XP_011542941.1",
          "transcript_support_level": null,
          "aa_start": 812,
          "aa_end": null,
          "aa_length": 1405,
          "cds_start": 2434,
          "cds_end": null,
          "cds_length": 4218,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544639.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "c.916T>G",
          "hgvs_p": "p.Tyr306Asp",
          "transcript": "XM_011544640.2",
          "protein_id": "XP_011542942.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 899,
          "cds_start": 916,
          "cds_end": null,
          "cds_length": 2700,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011544640.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.354T>G",
          "hgvs_p": null,
          "transcript": "ENST00000520169.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000520169.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.*2129T>G",
          "hgvs_p": null,
          "transcript": "ENST00000650667.1",
          "protein_id": "ENSP00000498593.1",
          "transcript_support_level": null,
          "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": "ENST00000650667.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.2755T>G",
          "hgvs_p": null,
          "transcript": "XR_949470.4",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "XR_949470.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.2755T>G",
          "hgvs_p": null,
          "transcript": "XR_949471.4",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "XR_949471.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.2755T>G",
          "hgvs_p": null,
          "transcript": "XR_949472.4",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "XR_949472.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WRN",
          "gene_hgnc_id": 12791,
          "hgvs_c": "n.*2129T>G",
          "hgvs_p": null,
          "transcript": "ENST00000650667.1",
          "protein_id": "ENSP00000498593.1",
          "transcript_support_level": null,
          "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": "ENST00000650667.1"
        }
      ],
      "gene_symbol": "WRN",
      "gene_hgnc_id": 12791,
      "dbsnp": "rs765666269",
      "frequency_reference_population": 0.0000012399333,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84466e-7,
      "gnomad_genomes_af": 0.00000657912,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9564193487167358,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.885,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.962,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.32,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.874,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_000553.6",
          "gene_symbol": "WRN",
          "hgnc_id": 12791,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2515T>G",
          "hgvs_p": "p.Tyr839Asp"
        }
      ],
      "clinvar_disease": "Werner syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Werner syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}