← 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-197477799-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 197477799,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000367400.8",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.4141C>A",
          "hgvs_p": "p.Pro1381Thr",
          "transcript": "NM_201253.3",
          "protein_id": "NP_957705.1",
          "transcript_support_level": null,
          "aa_start": 1381,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": 4141,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": 4302,
          "cdna_end": null,
          "cdna_length": 4958,
          "mane_select": "ENST00000367400.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.4141C>A",
          "hgvs_p": "p.Pro1381Thr",
          "transcript": "ENST00000367400.8",
          "protein_id": "ENSP00000356370.3",
          "transcript_support_level": 1,
          "aa_start": 1381,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": 4141,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": 4302,
          "cdna_end": null,
          "cdna_length": 4958,
          "mane_select": "NM_201253.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.3805C>A",
          "hgvs_p": "p.Pro1269Thr",
          "transcript": "ENST00000367399.6",
          "protein_id": "ENSP00000356369.2",
          "transcript_support_level": 1,
          "aa_start": 1269,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 3805,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": 3805,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.*252C>A",
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.*246C>A",
          "hgvs_p": null,
          "transcript": "ENST00000448952.1",
          "protein_id": "ENSP00000395407.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 42,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.*252C>A",
          "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": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.4069C>A",
          "hgvs_p": "p.Pro1357Thr",
          "transcript": "NM_001257965.2",
          "protein_id": "NP_001244894.1",
          "transcript_support_level": null,
          "aa_start": 1357,
          "aa_end": null,
          "aa_length": 1382,
          "cds_start": 4069,
          "cds_end": null,
          "cds_length": 4149,
          "cdna_start": 4366,
          "cdna_end": null,
          "cdna_length": 5022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.4069C>A",
          "hgvs_p": "p.Pro1357Thr",
          "transcript": "ENST00000535699.5",
          "protein_id": "ENSP00000438786.1",
          "transcript_support_level": 5,
          "aa_start": 1357,
          "aa_end": null,
          "aa_length": 1382,
          "cds_start": 4069,
          "cds_end": null,
          "cds_length": 4149,
          "cdna_start": 4485,
          "cdna_end": null,
          "cdna_length": 5140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.3805C>A",
          "hgvs_p": "p.Pro1269Thr",
          "transcript": "NM_001193640.2",
          "protein_id": "NP_001180569.1",
          "transcript_support_level": null,
          "aa_start": 1269,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 3805,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": 3966,
          "cdna_end": null,
          "cdna_length": 4622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.2533C>A",
          "hgvs_p": "p.Pro845Thr",
          "transcript": "NM_001257966.2",
          "protein_id": "NP_001244895.1",
          "transcript_support_level": null,
          "aa_start": 845,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 2533,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": 2694,
          "cdna_end": null,
          "cdna_length": 3350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.2533C>A",
          "hgvs_p": "p.Pro845Thr",
          "transcript": "ENST00000538660.5",
          "protein_id": "ENSP00000438091.1",
          "transcript_support_level": 2,
          "aa_start": 845,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 2533,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": 2742,
          "cdna_end": null,
          "cdna_length": 3397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.4276C>A",
          "hgvs_p": "p.Pro1426Thr",
          "transcript": "XM_017000852.2",
          "protein_id": "XP_016856341.1",
          "transcript_support_level": null,
          "aa_start": 1426,
          "aa_end": null,
          "aa_length": 1451,
          "cds_start": 4276,
          "cds_end": null,
          "cds_length": 4356,
          "cdna_start": 4437,
          "cdna_end": null,
          "cdna_length": 5093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.3934C>A",
          "hgvs_p": "p.Pro1312Thr",
          "transcript": "XM_047416572.1",
          "protein_id": "XP_047272528.1",
          "transcript_support_level": null,
          "aa_start": 1312,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 3934,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": 4340,
          "cdna_end": null,
          "cdna_length": 4996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.3934C>A",
          "hgvs_p": "p.Pro1312Thr",
          "transcript": "XM_047416573.1",
          "protein_id": "XP_047272529.1",
          "transcript_support_level": null,
          "aa_start": 1312,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 3934,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": 4156,
          "cdna_end": null,
          "cdna_length": 4812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.3280C>A",
          "hgvs_p": "p.Pro1094Thr",
          "transcript": "XM_047416575.1",
          "protein_id": "XP_047272531.1",
          "transcript_support_level": null,
          "aa_start": 1094,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": 3280,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": 3290,
          "cdna_end": null,
          "cdna_length": 3946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.2584C>A",
          "hgvs_p": "p.Pro862Thr",
          "transcript": "XM_011509369.3",
          "protein_id": "XP_011507671.1",
          "transcript_support_level": null,
          "aa_start": 862,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 2584,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": 3061,
          "cdna_end": null,
          "cdna_length": 3717,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.4094C>A",
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "n.4544C>A",
          "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
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.*120C>A",
          "hgvs_p": null,
          "transcript": "XM_011509367.2",
          "protein_id": "XP_011507669.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1297,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3894,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CRB1",
          "gene_hgnc_id": 2343,
          "hgvs_c": "c.*120C>A",
          "hgvs_p": null,
          "transcript": "XM_047416574.1",
          "protein_id": "XP_047272530.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1185,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3558,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CRB1",
      "gene_hgnc_id": 2343,
      "dbsnp": "rs1201356843",
      "frequency_reference_population": 6.84148e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84148e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5930183529853821,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.579,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.4788,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.1,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 5.971,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 9,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP2,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP2",
            "PP5_Moderate"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000367400.8",
          "gene_symbol": "CRB1",
          "hgnc_id": 2343,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.4141C>A",
          "hgvs_p": "p.Pro1381Thr"
        }
      ],
      "clinvar_disease": "Macular dystrophy",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "phenotype_combined": "Macular dystrophy",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}