← 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: 22-20431414-TCGCAGCGCGCGCCCCAG-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 20431414,
      "ref": "TCGCAGCGCGCGCCCCAG",
      "alt": "T",
      "effect": "frameshift_variant",
      "transcript": "NM_153334.7",
      "consequences": [
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs",
          "transcript": "NM_182895.5",
          "protein_id": "NP_878315.2",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000622235.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_182895.5"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs",
          "transcript": "ENST00000622235.5",
          "protein_id": "ENSP00000477564.2",
          "transcript_support_level": 1,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 866,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 2601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_182895.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000622235.5"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs",
          "transcript": "ENST00000623402.1",
          "protein_id": "ENSP00000485276.1",
          "transcript_support_level": 1,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000623402.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000277971",
          "gene_hgnc_id": null,
          "hgvs_c": "n.178-874_178-858delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000429594.1",
          "protein_id": "ENSP00000392268.1",
          "transcript_support_level": 5,
          "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": "ENST00000429594.1"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.555_571delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp186fs",
          "transcript": "ENST00000925309.1",
          "protein_id": "ENSP00000595368.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 555,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925309.1"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.555_571delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp186fs",
          "transcript": "ENST00000925313.1",
          "protein_id": "ENSP00000595372.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 904,
          "cds_start": 555,
          "cds_end": null,
          "cds_length": 2715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925313.1"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs",
          "transcript": "NM_153334.7",
          "protein_id": "NP_699165.3",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_153334.7"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs",
          "transcript": "ENST00000925315.1",
          "protein_id": "ENSP00000595374.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925315.1"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.555_571delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp186fs",
          "transcript": "XM_047441585.1",
          "protein_id": "XP_047297541.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 904,
          "cds_start": 555,
          "cds_end": null,
          "cds_length": 2715,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441585.1"
        },
        {
          "aa_ref": "RWGARCE",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs",
          "transcript": "XM_017029065.3",
          "protein_id": "XP_016884554.1",
          "transcript_support_level": null,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017029065.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.335-173_335-157delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000925310.1",
          "protein_id": "ENSP00000595369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925310.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.275+314_275+330delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000967705.1",
          "protein_id": "ENSP00000637764.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967705.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.174-523_174-507delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000925314.1",
          "protein_id": "ENSP00000595373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 644,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925314.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.174-523_174-507delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000967704.1",
          "protein_id": "ENSP00000637763.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000967704.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.174-874_174-858delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000925312.1",
          "protein_id": "ENSP00000595371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925312.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SCARF2",
          "gene_hgnc_id": 19869,
          "hgvs_c": "c.174-874_174-858delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null,
          "transcript": "ENST00000925311.1",
          "protein_id": "ENSP00000595370.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000925311.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000305663",
          "gene_hgnc_id": null,
          "hgvs_c": "n.32+6037_32+6053delAGCGCGCGCCCCAGCGC",
          "hgvs_p": null,
          "transcript": "ENST00000812275.1",
          "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": "ENST00000812275.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000305663",
          "gene_hgnc_id": null,
          "hgvs_c": "n.35+6037_35+6053delAGCGCGCGCCCCAGCGC",
          "hgvs_p": null,
          "transcript": "ENST00000812276.1",
          "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": "ENST00000812276.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000305663",
          "gene_hgnc_id": null,
          "hgvs_c": "n.218+1773_218+1789delAGCGCGCGCCCCAGCGC",
          "hgvs_p": null,
          "transcript": "ENST00000812277.1",
          "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": "ENST00000812277.1"
        }
      ],
      "gene_symbol": "SCARF2",
      "gene_hgnc_id": 19869,
      "dbsnp": "rs786205883",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 8.542,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 9,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1,PP5",
      "acmg_by_gene": [
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PVS1",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_153334.7",
          "gene_symbol": "SCARF2",
          "hgnc_id": 19869,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.441_457delCTGGGGCGCGCGCTGCG",
          "hgvs_p": "p.Trp148fs"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PP3",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000429594.1",
          "gene_symbol": "ENSG00000277971",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.178-874_178-858delCTGGGGCGCGCGCTGCG",
          "hgvs_p": null
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PP3",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000812275.1",
          "gene_symbol": "ENSG00000305663",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.32+6037_32+6053delAGCGCGCGCCCCAGCGC",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Van den Ende-Gupta syndrome",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Van den Ende-Gupta syndrome",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}