← 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-111234963-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 111234963,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_004000.3",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "NM_004000.3",
          "protein_id": "NP_003991.2",
          "transcript_support_level": null,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 403,
          "cdna_end": null,
          "cdna_length": 1416,
          "mane_select": "ENST00000369748.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004000.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "ENST00000369748.9",
          "protein_id": "ENSP00000358763.4",
          "transcript_support_level": 1,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 403,
          "cdna_end": null,
          "cdna_length": 1416,
          "mane_select": "NM_004000.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000369748.9"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.149T>C",
          "hgvs_p": "p.Ile50Thr",
          "transcript": "ENST00000466741.5",
          "protein_id": "ENSP00000437086.1",
          "transcript_support_level": 1,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 506,
          "cdna_end": null,
          "cdna_length": 1518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000466741.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "ENST00000445067.6",
          "protein_id": "ENSP00000437082.1",
          "transcript_support_level": 5,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 1157,
          "cdna_end": null,
          "cdna_length": 2169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000445067.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "ENST00000949913.1",
          "protein_id": "ENSP00000619972.1",
          "transcript_support_level": null,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 481,
          "cdna_end": null,
          "cdna_length": 1487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949913.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.356T>C",
          "hgvs_p": "p.Ile119Thr",
          "transcript": "NM_001025197.1",
          "protein_id": "NP_001020368.1",
          "transcript_support_level": null,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 356,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 427,
          "cdna_end": null,
          "cdna_length": 1440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001025197.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.356T>C",
          "hgvs_p": "p.Ile119Thr",
          "transcript": "ENST00000369744.6",
          "protein_id": "ENSP00000358759.2",
          "transcript_support_level": 5,
          "aa_start": 119,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 356,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 476,
          "cdna_end": null,
          "cdna_length": 1489,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000369744.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.329T>C",
          "hgvs_p": "p.Ile110Thr",
          "transcript": "ENST00000907889.1",
          "protein_id": "ENSP00000577948.1",
          "transcript_support_level": null,
          "aa_start": 110,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 329,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": 348,
          "cdna_end": null,
          "cdna_length": 1357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907889.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.149T>C",
          "hgvs_p": "p.Ile50Thr",
          "transcript": "NM_001025199.2",
          "protein_id": "NP_001020370.1",
          "transcript_support_level": null,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 462,
          "cdna_end": null,
          "cdna_length": 1475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001025199.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.149T>C",
          "hgvs_p": "p.Ile50Thr",
          "transcript": "ENST00000524472.5",
          "protein_id": "ENSP00000432049.1",
          "transcript_support_level": 2,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 311,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 936,
          "cdna_start": 378,
          "cdna_end": null,
          "cdna_length": 1435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524472.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "ENST00000528451.5",
          "protein_id": "ENSP00000436077.1",
          "transcript_support_level": 5,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 662,
          "cdna_start": 670,
          "cdna_end": null,
          "cdna_length": 946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528451.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "ENST00000486561.6",
          "protein_id": "ENSP00000431968.1",
          "transcript_support_level": 5,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 200,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 605,
          "cdna_start": 695,
          "cdna_end": null,
          "cdna_length": 914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000486561.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr",
          "transcript": "ENST00000474304.6",
          "protein_id": "ENSP00000436380.2",
          "transcript_support_level": 5,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 386,
          "cds_end": null,
          "cds_length": 548,
          "cdna_start": 438,
          "cdna_end": null,
          "cdna_length": 600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000474304.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.149T>C",
          "hgvs_p": "p.Ile50Thr",
          "transcript": "ENST00000477185.6",
          "protein_id": "ENSP00000436272.1",
          "transcript_support_level": 5,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 508,
          "cdna_start": 398,
          "cdna_end": null,
          "cdna_length": 757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000477185.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.92T>C",
          "hgvs_p": "p.Ile31Thr",
          "transcript": "ENST00000467038.6",
          "protein_id": "ENSP00000431978.1",
          "transcript_support_level": 5,
          "aa_start": 31,
          "aa_end": null,
          "aa_length": 144,
          "cds_start": 92,
          "cds_end": null,
          "cds_length": 436,
          "cdna_start": 388,
          "cdna_end": null,
          "cdna_length": 732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000467038.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.149T>C",
          "hgvs_p": "p.Ile50Thr",
          "transcript": "ENST00000497587.6",
          "protein_id": "ENSP00000436006.1",
          "transcript_support_level": 5,
          "aa_start": 50,
          "aa_end": null,
          "aa_length": 121,
          "cds_start": 149,
          "cds_end": null,
          "cds_length": 368,
          "cdna_start": 370,
          "cdna_end": null,
          "cdna_length": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000497587.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.330-13T>C",
          "hgvs_p": null,
          "transcript": "ENST00000949914.1",
          "protein_id": "ENSP00000619973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949914.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.234-1061T>C",
          "hgvs_p": null,
          "transcript": "ENST00000533831.6",
          "protein_id": "ENSP00000433176.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533831.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHI3L2",
          "gene_hgnc_id": 1933,
          "hgvs_c": "c.-53T>C",
          "hgvs_p": null,
          "transcript": "ENST00000497220.5",
          "protein_id": "ENSP00000435250.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000497220.5"
        }
      ],
      "gene_symbol": "CHI3L2",
      "gene_hgnc_id": 1933,
      "dbsnp": "rs750126695",
      "frequency_reference_population": 0.0000024782164,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000205223,
      "gnomad_genomes_af": 0.00000656875,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4101932644844055,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.143,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2028,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.005,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_004000.3",
          "gene_symbol": "CHI3L2",
          "hgnc_id": 1933,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.386T>C",
          "hgvs_p": "p.Ile129Thr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.