← 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: 1-169854495-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "SCYL3",
          "hgnc_id": 19285,
          "hgvs_c": "c.1944G>A",
          "hgvs_p": "p.Lys648Lys",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -3,
          "transcript": "NM_181093.4",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "3_prime_UTR_variant"
          ],
          "gene_symbol": "FIRRM",
          "hgnc_id": 25565,
          "hgvs_c": "c.*1508C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "ENST00000937558.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_score": -3,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.72,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.7200000286102295,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6308,
          "cdna_start": 1941,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_020423.7",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000367771.11",
          "protein_coding": true,
          "protein_id": "NP_065156.5",
          "strand": false,
          "transcript": "NM_020423.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6308,
          "cdna_start": 1941,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000367771.11",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_020423.7",
          "protein_coding": true,
          "protein_id": "ENSP00000356745.5",
          "strand": false,
          "transcript": "ENST00000367771.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 742,
          "aa_ref": "K",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2916,
          "cdna_start": 1992,
          "cds_end": null,
          "cds_length": 2229,
          "cds_start": 1944,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000367770.5",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1944G>A",
          "hgvs_p": "p.Lys648Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000356744.1",
          "strand": false,
          "transcript": "ENST00000367770.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "K",
          "aa_start": 661,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3312,
          "cdna_start": 2407,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 1983,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000910084.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1983G>A",
          "hgvs_p": "p.Lys661Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580143.1",
          "strand": false,
          "transcript": "ENST00000910084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "K",
          "aa_start": 661,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3079,
          "cdna_start": 2172,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 1983,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000966135.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1983G>A",
          "hgvs_p": "p.Lys661Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636194.1",
          "strand": false,
          "transcript": "ENST00000966135.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 742,
          "aa_ref": "K",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6470,
          "cdna_start": 2103,
          "cds_end": null,
          "cds_length": 2229,
          "cds_start": 1944,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_181093.4",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1944G>A",
          "hgvs_p": "p.Lys648Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_851607.2",
          "strand": false,
          "transcript": "NM_181093.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 742,
          "aa_ref": "K",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3090,
          "cdna_start": 2166,
          "cds_end": null,
          "cds_length": 2229,
          "cds_start": 1944,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000367772.8",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1944G>A",
          "hgvs_p": "p.Lys648Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000356746.4",
          "strand": false,
          "transcript": "ENST00000367772.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 714,
          "aa_ref": "K",
          "aa_start": 620,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2870,
          "cdna_start": 1946,
          "cds_end": null,
          "cds_length": 2145,
          "cds_start": 1860,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000910088.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1860G>A",
          "hgvs_p": "p.Lys620Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580147.1",
          "strand": false,
          "transcript": "ENST00000910088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2578,
          "cdna_start": 1954,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000910083.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580142.1",
          "strand": false,
          "transcript": "ENST00000910083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2968,
          "cdna_start": 2044,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000910086.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580145.1",
          "strand": false,
          "transcript": "ENST00000910086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2851,
          "cdna_start": 1946,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000910087.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580146.1",
          "strand": false,
          "transcript": "ENST00000910087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2770,
          "cdna_start": 1861,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000937694.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607753.1",
          "strand": false,
          "transcript": "ENST00000937694.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 682,
          "aa_ref": "K",
          "aa_start": 588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2869,
          "cdna_start": 1955,
          "cds_end": null,
          "cds_length": 2049,
          "cds_start": 1764,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000910085.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1764G>A",
          "hgvs_p": "p.Lys588Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580144.1",
          "strand": false,
          "transcript": "ENST00000910085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 742,
          "aa_ref": "K",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6782,
          "cdna_start": 2415,
          "cds_end": null,
          "cds_length": 2229,
          "cds_start": 1944,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_006711465.2",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1944G>A",
          "hgvs_p": "p.Lys648Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006711528.1",
          "strand": false,
          "transcript": "XM_006711465.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 742,
          "aa_ref": "K",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6623,
          "cdna_start": 2256,
          "cds_end": null,
          "cds_length": 2229,
          "cds_start": 1944,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_011509801.2",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1944G>A",
          "hgvs_p": "p.Lys648Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011508103.1",
          "strand": false,
          "transcript": "XM_011509801.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6620,
          "cdna_start": 2253,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017001862.2",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857351.1",
          "strand": false,
          "transcript": "XM_017001862.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 688,
          "aa_ref": "K",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6461,
          "cdna_start": 2094,
          "cds_end": null,
          "cds_length": 2067,
          "cds_start": 1782,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_017001863.2",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1782G>A",
          "hgvs_p": "p.Lys594Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857352.1",
          "strand": false,
          "transcript": "XM_017001863.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 600,
          "aa_ref": "K",
          "aa_start": 506,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6225,
          "cdna_start": 1858,
          "cds_end": null,
          "cds_length": 1803,
          "cds_start": 1518,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_011509802.2",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.1518G>A",
          "hgvs_p": "p.Lys506Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011508104.1",
          "strand": false,
          "transcript": "XM_011509802.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 853,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5258,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2562,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000937558.1",
          "gene_hgnc_id": 25565,
          "gene_symbol": "FIRRM",
          "hgvs_c": "c.*1508C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607617.1",
          "strand": true,
          "transcript": "ENST00000937558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 587,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2077,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1766,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000423670.1",
          "gene_hgnc_id": 19285,
          "gene_symbol": "SCYL3",
          "hgvs_c": "c.*16G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000407993.1",
          "strand": true,
          "transcript": "ENST00000423670.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs765072871",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.0000013681799,
      "gene_hgnc_id": 19285,
      "gene_symbol": "SCYL3",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136818,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.988,
      "pos": 169854495,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_181093.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.