← 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: 10-46583861-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 46583861,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000374321.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "NM_031912.5",
          "protein_id": "NP_114118.2",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 5724,
          "mane_select": "ENST00000374321.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "ENST00000374321.9",
          "protein_id": "ENSP00000363441.4",
          "transcript_support_level": 2,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 421,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1266,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 5724,
          "mane_select": "NM_031912.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "ENST00000503753.5",
          "protein_id": "ENSP00000427607.1",
          "transcript_support_level": 1,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 817,
          "cdna_end": null,
          "cdna_length": 1331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Trp",
          "transcript": "ENST00000374323.8",
          "protein_id": "ENSP00000363443.3",
          "transcript_support_level": 2,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 474,
          "cds_start": 940,
          "cds_end": null,
          "cds_length": 1425,
          "cdna_start": 1528,
          "cdna_end": null,
          "cdna_length": 6428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "NM_181519.3",
          "protein_id": "NP_852660.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 1424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.151C>T",
          "hgvs_p": "p.Arg51Trp",
          "transcript": "ENST00000374328.3",
          "protein_id": "ENSP00000363448.3",
          "transcript_support_level": 5,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 151,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 151,
          "cdna_end": null,
          "cdna_length": 753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.802C>T",
          "hgvs_p": "p.Arg268Trp",
          "transcript": "XM_017016750.3",
          "protein_id": "XP_016872239.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 5745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.751C>T",
          "hgvs_p": "p.Arg251Trp",
          "transcript": "XM_047425824.1",
          "protein_id": "XP_047281780.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 751,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": 792,
          "cdna_end": null,
          "cdna_length": 5694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.802C>T",
          "hgvs_p": "p.Arg268Trp",
          "transcript": "XM_047425825.1",
          "protein_id": "XP_047281781.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 3217,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.802C>T",
          "hgvs_p": "p.Arg268Trp",
          "transcript": "XM_047425826.1",
          "protein_id": "XP_047281782.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 5760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.802C>T",
          "hgvs_p": "p.Arg268Trp",
          "transcript": "XM_047425827.1",
          "protein_id": "XP_047281783.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 5031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.802C>T",
          "hgvs_p": "p.Arg268Trp",
          "transcript": "XM_047425828.1",
          "protein_id": "XP_047281784.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 1445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "XM_006718011.3",
          "protein_id": "XP_006718074.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 5010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "XM_017016751.3",
          "protein_id": "XP_016872240.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 5739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.751C>T",
          "hgvs_p": "p.Arg251Trp",
          "transcript": "XM_047425829.1",
          "protein_id": "XP_047281785.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": 751,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": 792,
          "cdna_end": null,
          "cdna_length": 4980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.802C>T",
          "hgvs_p": "p.Arg268Trp",
          "transcript": "XM_047425830.1",
          "protein_id": "XP_047281786.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": 802,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 5565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp",
          "transcript": "XM_047425831.1",
          "protein_id": "XP_047281787.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 781,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": 822,
          "cdna_end": null,
          "cdna_length": 5544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYT15-AS1",
          "gene_hgnc_id": 56167,
          "hgvs_c": "n.313-723G>A",
          "hgvs_p": null,
          "transcript": "ENST00000506914.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYT15-AS1",
          "gene_hgnc_id": 56167,
          "hgvs_c": "n.318-723G>A",
          "hgvs_p": null,
          "transcript": "ENST00000659936.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": 2748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYT15-AS1",
          "gene_hgnc_id": 56167,
          "hgvs_c": "n.313-723G>A",
          "hgvs_p": null,
          "transcript": "NR_155739.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": 1283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "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": "SYT15",
          "gene_hgnc_id": 17167,
          "hgvs_c": "c.*23C>T",
          "hgvs_p": null,
          "transcript": "ENST00000512997.5",
          "protein_id": "ENSP00000424803.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SYT15",
      "gene_hgnc_id": 17167,
      "dbsnp": "rs200211646",
      "frequency_reference_population": null,
      "hom_count_reference_population": null,
      "allele_count_reference_population": null,
      "gnomad_exomes_af": 0.0000162895,
      "gnomad_genomes_af": 0.0000493319,
      "gnomad_exomes_ac": 23,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 3,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2129245102405548,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": 0.1053,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.81,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.499,
      "phylop100way_prediction": "Benign",
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000374321.9",
          "gene_symbol": "SYT15",
          "hgnc_id": 17167,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.781C>T",
          "hgvs_p": "p.Arg261Trp"
        },
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000506914.1",
          "gene_symbol": "SYT15-AS1",
          "hgnc_id": 56167,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.313-723G>A",
          "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
}