← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: X-49248248-CGC-TCT (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CCDC22",
          "hgnc_id": 28909,
          "hgvs_c": "c.1150_1152delCGCinsTCT",
          "hgvs_p": "p.Arg384Ser",
          "inheritance_mode": "XL,AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_014008.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TCT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "X",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 627,
          "aa_ref": "R",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2310,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1884,
          "cds_start": 1150,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_014008.5",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1150_1152delCGCinsTCT",
          "hgvs_p": "p.Arg384Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000376227.4",
          "protein_coding": true,
          "protein_id": "NP_054727.1",
          "strand": true,
          "transcript": "NM_014008.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 627,
          "aa_ref": "R",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2310,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1884,
          "cds_start": 1150,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000376227.4",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1150_1152delCGCinsTCT",
          "hgvs_p": "p.Arg384Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_014008.5",
          "protein_coding": true,
          "protein_id": "ENSP00000365401.3",
          "strand": true,
          "transcript": "ENST00000376227.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 635,
          "aa_ref": "R",
          "aa_start": 392,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2341,
          "cdna_start": 1344,
          "cds_end": null,
          "cds_length": 1908,
          "cds_start": 1174,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960401.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1174_1176delCGCinsTCT",
          "hgvs_p": "p.Arg392Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630460.1",
          "strand": true,
          "transcript": "ENST00000960401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 633,
          "aa_ref": "R",
          "aa_start": 390,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2267,
          "cdna_start": 1271,
          "cds_end": null,
          "cds_length": 1902,
          "cds_start": 1168,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904959.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1168_1170delCGCinsTCT",
          "hgvs_p": "p.Arg390Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575018.1",
          "strand": true,
          "transcript": "ENST00000904959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 633,
          "aa_ref": "R",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2325,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 1902,
          "cds_start": 1150,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000933907.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1150_1152delCGCinsTCT",
          "hgvs_p": "p.Arg384Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603966.1",
          "strand": true,
          "transcript": "ENST00000933907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 632,
          "aa_ref": "R",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2326,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 1899,
          "cds_start": 1147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000933906.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1147_1149delCGCinsTCT",
          "hgvs_p": "p.Arg383Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603965.1",
          "strand": true,
          "transcript": "ENST00000933906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 632,
          "aa_ref": "R",
          "aa_start": 389,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2303,
          "cdna_start": 1316,
          "cds_end": null,
          "cds_length": 1899,
          "cds_start": 1165,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000933908.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1165_1167delCGCinsTCT",
          "hgvs_p": "p.Arg389Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603967.1",
          "strand": true,
          "transcript": "ENST00000933908.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 626,
          "aa_ref": "R",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2336,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 1881,
          "cds_start": 1147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904953.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1147_1149delCGCinsTCT",
          "hgvs_p": "p.Arg383Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575012.1",
          "strand": true,
          "transcript": "ENST00000904953.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 626,
          "aa_ref": "R",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2327,
          "cdna_start": 1330,
          "cds_end": null,
          "cds_length": 1881,
          "cds_start": 1147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960400.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1147_1149delCGCinsTCT",
          "hgvs_p": "p.Arg383Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630459.1",
          "strand": true,
          "transcript": "ENST00000960400.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 626,
          "aa_ref": "R",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2242,
          "cdna_start": 1250,
          "cds_end": null,
          "cds_length": 1881,
          "cds_start": 1147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960404.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1147_1149delCGCinsTCT",
          "hgvs_p": "p.Arg383Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630463.1",
          "strand": true,
          "transcript": "ENST00000960404.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 621,
          "aa_ref": "R",
          "aa_start": 378,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2299,
          "cdna_start": 1300,
          "cds_end": null,
          "cds_length": 1866,
          "cds_start": 1132,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904954.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1132_1134delCGCinsTCT",
          "hgvs_p": "p.Arg378Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575013.1",
          "strand": true,
          "transcript": "ENST00000904954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 620,
          "aa_ref": "R",
          "aa_start": 377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2282,
          "cdna_start": 1290,
          "cds_end": null,
          "cds_length": 1863,
          "cds_start": 1129,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960402.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1129_1131delCGCinsTCT",
          "hgvs_p": "p.Arg377Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630461.1",
          "strand": true,
          "transcript": "ENST00000960402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 619,
          "aa_ref": "R",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2289,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1860,
          "cds_start": 1150,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904955.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1150_1152delCGCinsTCT",
          "hgvs_p": "p.Arg384Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575014.1",
          "strand": true,
          "transcript": "ENST00000904955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": "R",
          "aa_start": 371,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2241,
          "cdna_start": 1252,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": 1111,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904958.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1111_1113delCGCinsTCT",
          "hgvs_p": "p.Arg371Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575017.1",
          "strand": true,
          "transcript": "ENST00000904958.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 606,
          "aa_ref": "R",
          "aa_start": 363,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2247,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1821,
          "cds_start": 1087,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904956.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1087_1089delCGCinsTCT",
          "hgvs_p": "p.Arg363Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575015.1",
          "strand": true,
          "transcript": "ENST00000904956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 605,
          "aa_ref": "R",
          "aa_start": 362,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2244,
          "cdna_start": 1251,
          "cds_end": null,
          "cds_length": 1818,
          "cds_start": 1084,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000904957.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1084_1086delCGCinsTCT",
          "hgvs_p": "p.Arg362Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575016.1",
          "strand": true,
          "transcript": "ENST00000904957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 551,
          "aa_ref": "R",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2052,
          "cdna_start": 1060,
          "cds_end": null,
          "cds_length": 1656,
          "cds_start": 922,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000960403.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.922_924delCGCinsTCT",
          "hgvs_p": "p.Arg308Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000630462.1",
          "strand": true,
          "transcript": "ENST00000960403.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 626,
          "aa_ref": "R",
          "aa_start": 383,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2307,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 1881,
          "cds_start": 1147,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005272599.5",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1147_1149delCGCinsTCT",
          "hgvs_p": "p.Arg383Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005272656.1",
          "strand": true,
          "transcript": "XM_005272599.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 587,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2191,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1764,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000933905.1",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "c.1093-159_1093-157delCGCinsTCT",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603964.1",
          "strand": true,
          "transcript": "ENST00000933905.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1481,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XR_430506.4",
          "gene_hgnc_id": 28909,
          "gene_symbol": "CCDC22",
          "hgvs_c": "n.1313_1315delCGCinsTCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_430506.4",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 28909,
      "gene_symbol": "CCDC22",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.064,
      "pos": 49248248,
      "ref": "CGC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_014008.5"
    }
  ]
}
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.