← 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: 3-38613791-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 38613791,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000423572.7",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "NM_000335.5",
          "protein_id": "NP_000326.2",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 2015,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 6048,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 8516,
          "mane_select": "ENST00000423572.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000423572.7",
          "protein_id": "ENSP00000398266.2",
          "transcript_support_level": 1,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 2015,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 6048,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 8516,
          "mane_select": "NM_000335.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000333535.9",
          "protein_id": "ENSP00000328968.4",
          "transcript_support_level": 1,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 2016,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 6051,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 8519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000327956.7",
          "protein_id": "ENSP00000333674.7",
          "transcript_support_level": 1,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 2015,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 6048,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 8445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "NM_001099404.2",
          "protein_id": "NP_001092874.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2016,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6051,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8519,
          "mane_select": null,
          "mane_plus": "ENST00000413689.6",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "ENST00000413689.6",
          "protein_id": "ENSP00000410257.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2016,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6051,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8519,
          "mane_select": null,
          "mane_plus": "NM_001099404.2",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "ENST00000414099.6",
          "protein_id": "ENSP00000398962.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "ENST00000455624.6",
          "protein_id": "ENSP00000399524.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1983,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "ENST00000450102.6",
          "protein_id": "ENSP00000403355.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "NM_198056.3",
          "protein_id": "NP_932173.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 2016,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 6051,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 8519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys",
          "transcript": "ENST00000449557.6",
          "protein_id": "ENSP00000413996.2",
          "transcript_support_level": 5,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": 664,
          "cdna_end": null,
          "cdna_length": 5898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "n.747C>T",
          "hgvs_p": null,
          "transcript": "ENST00000713731.1",
          "protein_id": "ENSP00000519035.1",
          "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": 2873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "NM_001099405.2",
          "protein_id": "NP_001092875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "NM_001354701.2",
          "protein_id": "NP_001341630.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "NM_001160160.2",
          "protein_id": "NP_001153632.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1983,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8420,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "NM_001160161.2",
          "protein_id": "NP_001153633.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "NM_001407185.1",
          "protein_id": "NP_001394114.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 816,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3077,
          "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": 29,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "n.703+184C>T",
          "hgvs_p": null,
          "transcript": "ENST00000713730.1",
          "protein_id": "ENSP00000519034.1",
          "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": 8616,
          "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": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "n.1449+184C>T",
          "hgvs_p": null,
          "transcript": "NR_176299.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": 9056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "c.703+184C>T",
          "hgvs_p": null,
          "transcript": "XM_011533991.3",
          "protein_id": "XP_011532293.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2015,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6048,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8516,
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN5A",
          "gene_hgnc_id": 10593,
          "hgvs_c": "n.*237C>T",
          "hgvs_p": null,
          "transcript": "ENST00000491944.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SCN5A",
      "gene_hgnc_id": 10593,
      "dbsnp": "rs762012668",
      "frequency_reference_population": 0.00001371223,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 20,
      "gnomad_exomes_af": 0.0000137122,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 20,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8169225454330444,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "CardioboostCm",
      "splice_score_selected": 0.17000000178813934,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.924,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9781,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.52,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 1.731,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.17,
      "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": 9,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM5,PP3_Strong,PP5",
      "acmg_by_gene": [
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PM1",
            "PM5",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000423572.7",
          "gene_symbol": "SCN5A",
          "hgnc_id": 10593,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "SD,AD,AR",
          "hgvs_c": "c.655C>T",
          "hgvs_p": "p.Arg219Cys"
        }
      ],
      "clinvar_disease": "Brugada syndrome,Brugada syndrome 1,Cardiac arrhythmia,Cardiovascular phenotype,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "LP:4 US:4",
      "phenotype_combined": "not provided|Brugada syndrome|Cardiac arrhythmia|Brugada syndrome 1|Cardiovascular phenotype",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}