← 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: 12-64716806-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 7,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GNS",
          "hgnc_id": 4422,
          "hgvs_c": "c.1594C>G",
          "hgvs_p": "p.Pro532Ala",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -7,
          "transcript": "NM_002076.4",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS1",
      "acmg_score": -7,
      "allele_count_reference_population": 71,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1812,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.18,
      "chr": "12",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": " MPS-III-D,Mucopolysaccharidosis,not provided",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:3 LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.21808534860610962,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 552,
          "aa_ref": "P",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5081,
          "cdna_start": 1724,
          "cds_end": null,
          "cds_length": 1659,
          "cds_start": 1594,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_002076.4",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1594C>G",
          "hgvs_p": "p.Pro532Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000258145.8",
          "protein_coding": true,
          "protein_id": "NP_002067.1",
          "strand": false,
          "transcript": "NM_002076.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 552,
          "aa_ref": "P",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5081,
          "cdna_start": 1724,
          "cds_end": null,
          "cds_length": 1659,
          "cds_start": 1594,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000258145.8",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1594C>G",
          "hgvs_p": "p.Pro532Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002076.4",
          "protein_coding": true,
          "protein_id": "ENSP00000258145.3",
          "strand": false,
          "transcript": "ENST00000258145.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "P",
          "aa_start": 476,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4877,
          "cdna_start": 1516,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 1426,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000418919.6",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1426C>G",
          "hgvs_p": "p.Pro476Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000413130.2",
          "strand": false,
          "transcript": "ENST00000418919.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 590,
          "aa_ref": "P",
          "aa_start": 570,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5229,
          "cdna_start": 1874,
          "cds_end": null,
          "cds_length": 1773,
          "cds_start": 1708,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000967913.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1708C>G",
          "hgvs_p": "p.Pro570Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637972.1",
          "strand": false,
          "transcript": "ENST00000967913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": "P",
          "aa_start": 569,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5219,
          "cdna_start": 1864,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": 1705,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000967915.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1705C>G",
          "hgvs_p": "p.Pro569Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637974.1",
          "strand": false,
          "transcript": "ENST00000967915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 584,
          "aa_ref": "P",
          "aa_start": 564,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2164,
          "cdna_start": 1820,
          "cds_end": null,
          "cds_length": 1755,
          "cds_start": 1690,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000543646.5",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1690C>G",
          "hgvs_p": "p.Pro564Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000438497.1",
          "strand": false,
          "transcript": "ENST00000543646.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": "P",
          "aa_start": 530,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5103,
          "cdna_start": 1739,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": 1588,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000905555.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1588C>G",
          "hgvs_p": "p.Pro530Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575614.1",
          "strand": false,
          "transcript": "ENST00000905555.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 550,
          "aa_ref": "P",
          "aa_start": 530,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5105,
          "cdna_start": 1747,
          "cds_end": null,
          "cds_length": 1653,
          "cds_start": 1588,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000967914.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1588C>G",
          "hgvs_p": "p.Pro530Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637973.1",
          "strand": false,
          "transcript": "ENST00000967914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 533,
          "aa_ref": "P",
          "aa_start": 513,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5052,
          "cdna_start": 1688,
          "cds_end": null,
          "cds_length": 1602,
          "cds_start": 1537,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000905554.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1537C>G",
          "hgvs_p": "p.Pro513Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575613.1",
          "strand": false,
          "transcript": "ENST00000905554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 532,
          "aa_ref": "P",
          "aa_start": 512,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2020,
          "cdna_start": 1689,
          "cds_end": null,
          "cds_length": 1599,
          "cds_start": 1534,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000542058.5",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1534C>G",
          "hgvs_p": "p.Pro512Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000444819.1",
          "strand": false,
          "transcript": "ENST00000542058.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "P",
          "aa_start": 496,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5014,
          "cdna_start": 1652,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1486,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000905553.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1486C>G",
          "hgvs_p": "p.Pro496Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575612.1",
          "strand": false,
          "transcript": "ENST00000905553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 494,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4994,
          "cdna_start": 1640,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 1480,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000967916.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1480C>G",
          "hgvs_p": "p.Pro494Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637975.1",
          "strand": false,
          "transcript": "ENST00000967916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "P",
          "aa_start": 462,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3617,
          "cdna_start": 1544,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 1384,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000967918.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1384C>G",
          "hgvs_p": "p.Pro462Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637977.1",
          "strand": false,
          "transcript": "ENST00000967918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "P",
          "aa_start": 430,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3511,
          "cdna_start": 1432,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 1288,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000905556.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1288C>G",
          "hgvs_p": "p.Pro430Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575615.1",
          "strand": false,
          "transcript": "ENST00000905556.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "P",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4669,
          "cdna_start": 1316,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 1186,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000967917.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.1186C>G",
          "hgvs_p": "p.Pro396Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637976.1",
          "strand": false,
          "transcript": "ENST00000967917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 270,
          "aa_ref": "P",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4273,
          "cdna_start": 918,
          "cds_end": null,
          "cds_length": 813,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000967912.1",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "c.748C>G",
          "hgvs_p": "p.Pro250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637971.1",
          "strand": false,
          "transcript": "ENST00000967912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1846,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000541781.5",
          "gene_hgnc_id": 4422,
          "gene_symbol": "GNS",
          "hgvs_c": "n.1649C>G",
          "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": "ENST00000541781.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs202228620",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000044073044,
      "gene_hgnc_id": 4422,
      "gene_symbol": "GNS",
      "gnomad_exomes_ac": 63,
      "gnomad_exomes_af": 0.0000431893,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 8,
      "gnomad_genomes_af": 0.0000525396,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "phenotype_combined": "Mucopolysaccharidosis, MPS-III-D|not provided",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 7.457,
      "pos": 64716806,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.17,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.05000000074505806,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.05,
      "transcript": "NM_002076.4"
    }
  ]
}
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.