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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 24354474,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_021180.4",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1795C>T",
          "hgvs_p": "p.Leu599Phe",
          "transcript": "NM_198173.3",
          "protein_id": "NP_937816.1",
          "transcript_support_level": null,
          "aa_start": 599,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1795,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000361548.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198173.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1795C>T",
          "hgvs_p": "p.Leu599Phe",
          "transcript": "ENST00000361548.9",
          "protein_id": "ENSP00000354943.5",
          "transcript_support_level": 1,
          "aa_start": 599,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1795,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_198173.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361548.9"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1810C>T",
          "hgvs_p": "p.Leu604Phe",
          "transcript": "ENST00000236255.4",
          "protein_id": "ENSP00000236255.4",
          "transcript_support_level": 1,
          "aa_start": 604,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 1810,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000236255.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1657C>T",
          "hgvs_p": "p.Leu553Phe",
          "transcript": "ENST00000356046.6",
          "protein_id": "ENSP00000348333.2",
          "transcript_support_level": 1,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356046.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1516C>T",
          "hgvs_p": "p.Leu506Phe",
          "transcript": "ENST00000528064.6",
          "protein_id": "ENSP00000435130.2",
          "transcript_support_level": 1,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528064.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1810C>T",
          "hgvs_p": "p.Leu604Phe",
          "transcript": "NM_021180.4",
          "protein_id": "NP_067003.2",
          "transcript_support_level": null,
          "aa_start": 604,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 1810,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_021180.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1657C>T",
          "hgvs_p": "p.Leu553Phe",
          "transcript": "NM_001195010.2",
          "protein_id": "NP_001181939.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001195010.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1657C>T",
          "hgvs_p": "p.Leu553Phe",
          "transcript": "ENST00000524724.6",
          "protein_id": "ENSP00000431290.2",
          "transcript_support_level": 4,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524724.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1657C>T",
          "hgvs_p": "p.Leu553Phe",
          "transcript": "ENST00000689444.1",
          "protein_id": "ENSP00000509040.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000689444.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1516C>T",
          "hgvs_p": "p.Leu506Phe",
          "transcript": "ENST00000690803.1",
          "protein_id": "ENSP00000510783.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000690803.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1516C>T",
          "hgvs_p": "p.Leu506Phe",
          "transcript": "ENST00000692334.1",
          "protein_id": "ENSP00000509790.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000692334.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1657C>T",
          "hgvs_p": "p.Leu553Phe",
          "transcript": "XM_011541869.2",
          "protein_id": "XP_011540171.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1657,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541869.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1516C>T",
          "hgvs_p": "p.Leu506Phe",
          "transcript": "XM_011541870.3",
          "protein_id": "XP_011540172.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 509,
          "cds_start": 1516,
          "cds_end": null,
          "cds_length": 1530,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541870.3"
        },
        {
          "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": 16,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1694+4352C>T",
          "hgvs_p": null,
          "transcript": "NM_198174.3",
          "protein_id": "NP_937817.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_198174.3"
        },
        {
          "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": 16,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "GRHL3",
          "gene_hgnc_id": 25839,
          "hgvs_c": "c.1694+4352C>T",
          "hgvs_p": null,
          "transcript": "ENST00000350501.9",
          "protein_id": "ENSP00000288955.5",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000350501.9"
        }
      ],
      "gene_symbol": "GRHL3",
      "gene_hgnc_id": 25839,
      "dbsnp": "rs797044857",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7231336832046509,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.297,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8199,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.29,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.608,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PM5",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PM5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_021180.4",
          "gene_symbol": "GRHL3",
          "hgnc_id": 25839,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1810C>T",
          "hgvs_p": "p.Leu604Phe"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}