← 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-197328843-G-GGATGGAATT (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 197328843,
      "ref": "G",
      "alt": "GGATGGAATT",
      "effect": "disruptive_inframe_insertion",
      "transcript": "ENST00000367400.8",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "NM_201253.3",
          "protein_id": "NP_957705.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 4958,
          "mane_select": "ENST00000367400.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "ENST00000367400.8",
          "protein_id": "ENSP00000356370.3",
          "transcript_support_level": 1,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 4958,
          "mane_select": "NM_201253.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "ENST00000638467.1",
          "protein_id": "ENSP00000491102.1",
          "transcript_support_level": 1,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1376,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 4131,
          "cdna_start": 642,
          "cdna_end": null,
          "cdna_length": 4348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "ENST00000367399.6",
          "protein_id": "ENSP00000356369.2",
          "transcript_support_level": 1,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": 507,
          "cdna_end": null,
          "cdna_length": 3885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.635_643dupAATTGATGG",
          "hgvs_p": null,
          "transcript": "ENST00000475659.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.498_506dupAATTGATGG",
          "hgvs_p": null,
          "transcript": "ENST00000484075.5",
          "protein_id": "ENSP00000433932.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.291_299dupAATTGATGG",
          "hgvs_p": "p.Gly100_Tyr101insIleAspGly",
          "transcript": "NM_001257965.2",
          "protein_id": "NP_001244894.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 1382,
          "cds_start": 300,
          "cds_end": null,
          "cds_length": 4149,
          "cdna_start": 597,
          "cdna_end": null,
          "cdna_length": 5022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.291_299dupAATTGATGG",
          "hgvs_p": "p.Gly100_Tyr101insIleAspGly",
          "transcript": "ENST00000535699.5",
          "protein_id": "ENSP00000438786.1",
          "transcript_support_level": 5,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 1382,
          "cds_start": 300,
          "cds_end": null,
          "cds_length": 4149,
          "cdna_start": 716,
          "cdna_end": null,
          "cdna_length": 5140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "NM_001193640.2",
          "protein_id": "NP_001180569.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 4622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "NM_001257966.2",
          "protein_id": "NP_001244895.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 3350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "ENST00000538660.5",
          "protein_id": "ENSP00000438091.1",
          "transcript_support_level": 2,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": 716,
          "cdna_end": null,
          "cdna_length": 3397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "XM_017000852.2",
          "protein_id": "XP_016856341.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1451,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 4356,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 5093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "XM_011509365.3",
          "protein_id": "XP_011507667.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1349,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 4050,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 4556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.291_299dupAATTGATGG",
          "hgvs_p": "p.Gly100_Tyr101insIleAspGly",
          "transcript": "XM_047416572.1",
          "protein_id": "XP_047272528.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 300,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": 706,
          "cdna_end": null,
          "cdna_length": 4996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.291_299dupAATTGATGG",
          "hgvs_p": "p.Gly100_Tyr101insIleAspGly",
          "transcript": "XM_047416573.1",
          "protein_id": "XP_047272529.1",
          "transcript_support_level": null,
          "aa_start": 100,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 300,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": 522,
          "cdna_end": null,
          "cdna_length": 4812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "XM_011509367.2",
          "protein_id": "XP_011507669.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1297,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 3894,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 4831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "G",
          "aa_alt": "GIDG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly",
          "transcript": "XM_047416574.1",
          "protein_id": "XP_047272530.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 1185,
          "cds_start": 507,
          "cds_end": null,
          "cds_length": 3558,
          "cdna_start": 668,
          "cdna_end": null,
          "cdna_length": 4495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.659_667dupAATTGATGG",
          "hgvs_p": null,
          "transcript": "NR_047563.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.659_667dupAATTGATGG",
          "hgvs_p": null,
          "transcript": "NR_047564.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CRB1",
      "gene_hgnc_id": 2343,
      "dbsnp": "rs398124615",
      "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": 2.946,
      "phylop100way_prediction": "Benign",
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM4",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM1",
            "PM2",
            "PM4"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000367400.8",
          "gene_symbol": "CRB1",
          "hgnc_id": 2343,
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.498_506dupAATTGATGG",
          "hgvs_p": "p.Gly169_Tyr170insIleAspGly"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}