← 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-223110480-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 223110480,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_003268.6",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "NM_003268.6",
          "protein_id": "NP_003259.2",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3159,
          "cdna_end": null,
          "cdna_length": 4235,
          "mane_select": "ENST00000642603.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "ENST00000642603.2",
          "protein_id": "ENSP00000496355.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3159,
          "cdna_end": null,
          "cdna_length": 4235,
          "mane_select": "NM_003268.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "NM_001437539.1",
          "protein_id": "NP_001424468.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3137,
          "cdna_end": null,
          "cdna_length": 4213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "NM_001437624.1",
          "protein_id": "NP_001424553.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 2957,
          "cdna_end": null,
          "cdna_length": 4033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "NM_001437650.1",
          "protein_id": "NP_001424579.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3253,
          "cdna_end": null,
          "cdna_length": 4329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "NM_001437651.1",
          "protein_id": "NP_001424580.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3073,
          "cdna_end": null,
          "cdna_length": 4149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "ENST00000407096.7",
          "protein_id": "ENSP00000385458.3",
          "transcript_support_level": 3,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 2947,
          "cdna_end": null,
          "cdna_length": 4023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "ENST00000484766.2",
          "protein_id": "ENSP00000519510.1",
          "transcript_support_level": 3,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3251,
          "cdna_end": null,
          "cdna_length": 3424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "ENST00000645434.2",
          "protein_id": "ENSP00000493892.2",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3073,
          "cdna_end": null,
          "cdna_length": 4149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "ENST00000714229.1",
          "protein_id": "ENSP00000519509.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3181,
          "cdna_end": null,
          "cdna_length": 3409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "XM_005273243.5",
          "protein_id": "XP_005273300.2",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3043,
          "cdna_end": null,
          "cdna_length": 4119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "XM_006711504.4",
          "protein_id": "XP_006711567.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3051,
          "cdna_end": null,
          "cdna_length": 4127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "XM_006711506.4",
          "protein_id": "XP_006711569.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 2774,
          "cdna_end": null,
          "cdna_length": 3850,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "XM_011509937.3",
          "protein_id": "XP_011508239.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3167,
          "cdna_end": null,
          "cdna_length": 4243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "XM_047429361.1",
          "protein_id": "XP_047285317.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 5002,
          "cdna_end": null,
          "cdna_length": 6078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TLR5",
          "gene_hgnc_id": 11851,
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser",
          "transcript": "XM_047429367.1",
          "protein_id": "XP_047285323.1",
          "transcript_support_level": null,
          "aa_start": 851,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2552,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": 3672,
          "cdna_end": null,
          "cdna_length": 4748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000299361",
          "gene_hgnc_id": null,
          "hgvs_c": "n.125-44A>G",
          "hgvs_p": null,
          "transcript": "ENST00000762835.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000299361",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*118A>G",
          "hgvs_p": null,
          "transcript": "ENST00000762836.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000299361",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*118A>G",
          "hgvs_p": null,
          "transcript": "ENST00000762837.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000299361",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*118A>G",
          "hgvs_p": null,
          "transcript": "ENST00000762838.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TLR5",
      "gene_hgnc_id": 11851,
      "dbsnp": "rs1174400161",
      "frequency_reference_population": 0.000004336884,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 7,
      "gnomad_exomes_af": 0.00000410439,
      "gnomad_genomes_af": 0.00000656978,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.381830096244812,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.246,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.198,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.31,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.487,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_003268.6",
          "gene_symbol": "TLR5",
          "hgnc_id": 11851,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2552T>C",
          "hgvs_p": "p.Leu851Ser"
        },
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000762835.1",
          "gene_symbol": "ENSG00000299361",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.125-44A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}