← 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-167054352-CG-GC (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GPA33",
          "hgnc_id": 4445,
          "hgvs_c": "c.941_942delCGinsGC",
          "hgvs_p": "p.Pro314Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_005814.3",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000227907",
          "hgnc_id": 58358,
          "hgvs_c": "n.287+1586_287+1587delCGinsGC",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000417644.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "GPA33-AS1",
          "hgnc_id": 58358,
          "hgvs_c": "n.82+1586_82+1587delCGinsGC",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "XR_922249.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "GC",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "1",
      "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": "R",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "P",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2548,
          "cdna_start": 1032,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 941,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_005814.3",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.941_942delCGinsGC",
          "hgvs_p": "p.Pro314Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000367868.4",
          "protein_coding": true,
          "protein_id": "NP_005805.1",
          "strand": false,
          "transcript": "NM_005814.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "P",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2548,
          "cdna_start": 1032,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 941,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000367868.4",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.941_942delCGinsGC",
          "hgvs_p": "p.Pro314Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005814.3",
          "protein_coding": true,
          "protein_id": "ENSP00000356842.3",
          "strand": false,
          "transcript": "ENST00000367868.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 383,
          "aa_ref": "P",
          "aa_start": 378,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2573,
          "cdna_start": 1224,
          "cds_end": null,
          "cds_length": 1152,
          "cds_start": 1133,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903072.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.1133_1134delCGinsGC",
          "hgvs_p": "p.Pro378Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573131.1",
          "strand": false,
          "transcript": "ENST00000903072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": "P",
          "aa_start": 376,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2829,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": 1127,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903065.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.1127_1128delCGinsGC",
          "hgvs_p": "p.Pro376Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573124.1",
          "strand": false,
          "transcript": "ENST00000903065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 354,
          "aa_ref": "P",
          "aa_start": 349,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2666,
          "cdna_start": 1150,
          "cds_end": null,
          "cds_length": 1065,
          "cds_start": 1046,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903068.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.1046_1047delCGinsGC",
          "hgvs_p": "p.Pro349Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573127.1",
          "strand": false,
          "transcript": "ENST00000903068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "P",
          "aa_start": 341,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2722,
          "cdna_start": 1212,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 1022,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903066.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.1022_1023delCGinsGC",
          "hgvs_p": "p.Pro341Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573125.1",
          "strand": false,
          "transcript": "ENST00000903066.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": "P",
          "aa_start": 339,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2621,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": 1016,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903070.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.1016_1017delCGinsGC",
          "hgvs_p": "p.Pro339Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573129.1",
          "strand": false,
          "transcript": "ENST00000903070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 340,
          "aa_ref": "P",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2677,
          "cdna_start": 1162,
          "cds_end": null,
          "cds_length": 1023,
          "cds_start": 1004,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903067.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.1004_1005delCGinsGC",
          "hgvs_p": "p.Pro335Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573126.1",
          "strand": false,
          "transcript": "ENST00000903067.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 330,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2565,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 989,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903071.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.989_990delCGinsGC",
          "hgvs_p": "p.Pro330Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573130.1",
          "strand": false,
          "transcript": "ENST00000903071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "P",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2442,
          "cdna_start": 1032,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 941,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903063.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.941_942delCGinsGC",
          "hgvs_p": "p.Pro314Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573122.1",
          "strand": false,
          "transcript": "ENST00000903063.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 313,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2528,
          "cdna_start": 1014,
          "cds_end": null,
          "cds_length": 942,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903069.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.923_924delCGinsGC",
          "hgvs_p": "p.Pro308Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573128.1",
          "strand": false,
          "transcript": "ENST00000903069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": "P",
          "aa_start": 262,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2606,
          "cdna_start": 1090,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": 785,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903064.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.785_786delCGinsGC",
          "hgvs_p": "p.Pro262Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573123.1",
          "strand": false,
          "transcript": "ENST00000903064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 211,
          "aa_ref": "P",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2615,
          "cdna_start": 1099,
          "cds_end": null,
          "cds_length": 636,
          "cds_start": 617,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017000005.2",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.617_618delCGinsGC",
          "hgvs_p": "p.Pro206Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016855494.1",
          "strand": false,
          "transcript": "XM_017000005.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 211,
          "aa_ref": "P",
          "aa_start": 206,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 1207,
          "cds_end": null,
          "cds_length": 636,
          "cds_start": 617,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047424480.1",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "c.617_618delCGinsGC",
          "hgvs_p": "p.Pro206Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280436.1",
          "strand": false,
          "transcript": "XM_047424480.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": 2549,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000527955.5",
          "gene_hgnc_id": 4445,
          "gene_symbol": "GPA33",
          "hgvs_c": "n.1032_1033delCGinsGC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000527955.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 537,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000417644.2",
          "gene_hgnc_id": 58358,
          "gene_symbol": "ENSG00000227907",
          "hgvs_c": "n.287+1586_287+1587delCGinsGC",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000417644.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 584,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000762840.1",
          "gene_hgnc_id": 58358,
          "gene_symbol": "ENSG00000227907",
          "hgvs_c": "n.263+1586_263+1587delCGinsGC",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000762840.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": 1445,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000762841.1",
          "gene_hgnc_id": 58358,
          "gene_symbol": "ENSG00000227907",
          "hgvs_c": "n.228-649_228-648delCGinsGC",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000762841.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": 682,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_922249.3",
          "gene_hgnc_id": 58358,
          "gene_symbol": "GPA33-AS1",
          "hgvs_c": "n.82+1586_82+1587delCGinsGC",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_922249.3",
          "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": 4445,
      "gene_symbol": "GPA33",
      "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": 0.136,
      "pos": 167054352,
      "ref": "CG",
      "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_005814.3"
    }
  ]
}
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.