← 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: X-78118098-TGA-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "PGK1",
          "hgnc_id": 8896,
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "inheritance_mode": "XL",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_000291.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "X",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4812,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_000291.4",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000373316.5",
          "protein_coding": true,
          "protein_id": "NP_000282.1",
          "strand": true,
          "transcript": "NM_000291.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4812,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000373316.5",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000291.4",
          "protein_coding": true,
          "protein_id": "ENSP00000362413.4",
          "strand": true,
          "transcript": "ENST00000373316.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1553,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000878879.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548938.1",
          "strand": true,
          "transcript": "ENST00000878879.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "MK",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1820,
          "cdna_start": 693,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 600,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000925024.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.600_601delGA",
          "hgvs_p": "p.Met200fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595083.1",
          "strand": true,
          "transcript": "ENST00000925024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1821,
          "cdna_start": 691,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000951220.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621279.1",
          "strand": true,
          "transcript": "ENST00000951220.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 415,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2520,
          "cdna_start": 716,
          "cds_end": null,
          "cds_length": 1248,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000925019.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595078.1",
          "strand": true,
          "transcript": "ENST00000925019.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2486,
          "cdna_start": 692,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000925020.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595079.1",
          "strand": true,
          "transcript": "ENST00000925020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 411,
          "aa_ref": "MK",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2394,
          "cdna_start": 700,
          "cds_end": null,
          "cds_length": 1236,
          "cds_start": 570,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000925022.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.570_571delGA",
          "hgvs_p": "p.Met190fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595081.1",
          "strand": true,
          "transcript": "ENST00000925022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": "MK",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2405,
          "cdna_start": 602,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": 486,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000644362.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.486_487delGA",
          "hgvs_p": "p.Met162fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496140.1",
          "strand": true,
          "transcript": "ENST00000644362.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 382,
          "aa_ref": "MK",
          "aa_start": 155,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2308,
          "cdna_start": 624,
          "cds_end": null,
          "cds_length": 1149,
          "cds_start": 465,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000925021.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.465_466delGA",
          "hgvs_p": "p.Met155fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595080.1",
          "strand": true,
          "transcript": "ENST00000925021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 365,
          "aa_ref": "MK",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1637,
          "cdna_start": 510,
          "cds_end": null,
          "cds_length": 1098,
          "cds_start": 414,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000878878.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.414_415delGA",
          "hgvs_p": "p.Met138fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548937.1",
          "strand": true,
          "transcript": "ENST00000878878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 401,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1206,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000951221.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.593+684_593+685delGA",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621280.1",
          "strand": true,
          "transcript": "ENST00000951221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2225,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000878877.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.521+684_521+685delGA",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548936.1",
          "strand": true,
          "transcript": "ENST00000878877.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 209,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1166,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 630,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000925023.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "c.499+706_499+707delGA",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595082.1",
          "strand": true,
          "transcript": "ENST00000925023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 702,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000491291.1",
          "gene_hgnc_id": 8896,
          "gene_symbol": "PGK1",
          "hgvs_c": "n.562_563delGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000491291.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "frameshift_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 8896,
      "gene_symbol": "PGK1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Pathogenic",
      "phylop100way_score": 9.902,
      "pos": 78118098,
      "ref": "TGA",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.18000000715255737,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.18,
      "transcript": "NM_000291.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.