← 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: 20-1980456-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 1980456,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000217305.3",
      "consequences": [
        {
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "NM_024411.5",
          "protein_id": "NP_077722.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 859,
          "cdna_end": null,
          "cdna_length": 2556,
          "mane_select": "ENST00000217305.3",
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "ENST00000217305.3",
          "protein_id": "ENSP00000217305.2",
          "transcript_support_level": 1,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 859,
          "cdna_end": null,
          "cdna_length": 2556,
          "mane_select": "NM_024411.5",
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "NM_001190892.1",
          "protein_id": "NP_001177821.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 874,
          "cdna_end": null,
          "cdna_length": 2574,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "NM_001190898.3",
          "protein_id": "NP_001177827.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 856,
          "cdna_end": null,
          "cdna_length": 2553,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "NM_001190899.2",
          "protein_id": "NP_001177828.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 1026,
          "cdna_end": null,
          "cdna_length": 2726,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "NM_001190900.1",
          "protein_id": "NP_001177829.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 773,
          "cdna_end": null,
          "cdna_length": 2473,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "ENST00000539905.5",
          "protein_id": "ENSP00000440185.1",
          "transcript_support_level": 4,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 1026,
          "cdna_end": null,
          "cdna_length": 2725,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "ENST00000540134.5",
          "protein_id": "ENSP00000442259.1",
          "transcript_support_level": 4,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 773,
          "cdna_end": null,
          "cdna_length": 2472,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529244.2",
          "protein_id": "XP_011527546.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 767,
          "cdna_end": null,
          "cdna_length": 2467,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529245.1",
          "protein_id": "XP_011527547.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 957,
          "cdna_end": null,
          "cdna_length": 2657,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529246.3",
          "protein_id": "XP_011527548.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 774,
          "cdna_end": null,
          "cdna_length": 2474,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529247.1",
          "protein_id": "XP_011527549.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 753,
          "cdna_end": null,
          "cdna_length": 2453,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529248.2",
          "protein_id": "XP_011527550.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 1089,
          "cdna_end": null,
          "cdna_length": 2789,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529249.3",
          "protein_id": "XP_011527551.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 1495,
          "cdna_end": null,
          "cdna_length": 3195,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_011529250.3",
          "protein_id": "XP_011527552.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 696,
          "cdna_end": null,
          "cdna_length": 2396,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser",
          "transcript": "XM_017027878.1",
          "protein_id": "XP_016883367.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 756,
          "cdna_end": null,
          "cdna_length": 2456,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PDYN-AS1",
          "gene_hgnc_id": 53462,
          "hgvs_c": "n.1216+14113A>G",
          "hgvs_p": null,
          "transcript": "ENST00000446562.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 1802,
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PDYN-AS1",
          "gene_hgnc_id": 53462,
          "hgvs_c": "n.475+14113A>G",
          "hgvs_p": null,
          "transcript": "ENST00000651021.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": 1904,
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PDYN-AS1",
          "gene_hgnc_id": 53462,
          "hgvs_c": "n.1252+14113A>G",
          "hgvs_p": null,
          "transcript": "NR_134520.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": 1838,
          "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": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.*184T>C",
          "hgvs_p": null,
          "transcript": "ENST00000651328.1",
          "protein_id": "ENSP00000499191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 582,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PDYN",
          "gene_hgnc_id": 8820,
          "hgvs_c": "c.*218T>C",
          "hgvs_p": null,
          "transcript": "ENST00000650824.1",
          "protein_id": "ENSP00000499095.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PDYN",
      "gene_hgnc_id": 8820,
      "dbsnp": "rs267606940",
      "frequency_reference_population": 0.00003283775,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 53,
      "gnomad_exomes_af": 0.0000348865,
      "gnomad_genomes_af": 0.0000131482,
      "gnomad_exomes_ac": 51,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9009038209915161,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.835,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9794,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.28,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.656,
      "phylop100way_prediction": "Pathogenic",
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PP3_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 4,
          "pathogenic_score": 4,
          "criteria": [
            "PM1",
            "PP3_Moderate",
            "BS2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000217305.3",
          "gene_symbol": "PDYN",
          "hgnc_id": 8820,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.632T>C",
          "hgvs_p": "p.Leu211Ser"
        },
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000446562.1",
          "gene_symbol": "PDYN-AS1",
          "hgnc_id": 53462,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1216+14113A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Spinocerebellar ataxia type 23,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Spinocerebellar ataxia type 23|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}