← 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: 16-29977620-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 29977620,
      "ref": "A",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "ENST00000308893.9",
      "consequences": [
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "NM_016151.4",
          "protein_id": "NP_057235.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4937,
          "mane_select": "ENST00000308893.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "ENST00000308893.9",
          "protein_id": "ENSP00000310094.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4937,
          "mane_select": "NM_016151.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "ENST00000543033.5",
          "protein_id": "ENSP00000440336.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "ENST00000279394.7",
          "protein_id": "ENSP00000279394.3",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "NM_001252043.2",
          "protein_id": "NP_001238972.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "NM_004783.4",
          "protein_id": "NP_004774.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_011545982.3",
          "protein_id": "XP_011544284.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1242,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3729,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_011545983.4",
          "protein_id": "XP_011544285.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_011545984.2",
          "protein_id": "XP_011544286.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1056,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3171,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_011545985.2",
          "protein_id": "XP_011544287.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1055,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3168,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_011545986.4",
          "protein_id": "XP_011544288.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_047434917.1",
          "protein_id": "XP_047290873.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_047434918.1",
          "protein_id": "XP_047290874.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_047434919.1",
          "protein_id": "XP_047290875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_047434920.1",
          "protein_id": "XP_047290876.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_047434921.1",
          "protein_id": "XP_047290877.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 771,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TAOK2",
          "gene_hgnc_id": 16835,
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null,
          "transcript": "XM_047434922.1",
          "protein_id": "XP_047290878.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 771,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2316,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TAOK2",
      "gene_hgnc_id": 16835,
      "dbsnp": "rs4583255",
      "frequency_reference_population": 0.42735755,
      "hom_count_reference_population": 91467,
      "allele_count_reference_population": 412159,
      "gnomad_exomes_af": 0.440096,
      "gnomad_genomes_af": 0.359224,
      "gnomad_exomes_ac": 357590,
      "gnomad_genomes_ac": 54569,
      "gnomad_exomes_homalt": 80633,
      "gnomad_genomes_homalt": 10834,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3799999952316284,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.177,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "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": -10,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BA1",
      "acmg_by_gene": [
        {
          "score": -10,
          "benign_score": 10,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000308893.9",
          "gene_symbol": "TAOK2",
          "hgnc_id": 16835,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.-35-118A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}