← 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: 12-32792697-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 32792697,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000340811.9",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2392G>A",
          "hgvs_p": "p.Val798Ile",
          "transcript": "NM_001005242.3",
          "protein_id": "NP_001005242.2",
          "transcript_support_level": null,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 2392,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 2438,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": "ENST00000340811.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2392G>A",
          "hgvs_p": "p.Val798Ile",
          "transcript": "ENST00000340811.9",
          "protein_id": "ENSP00000342800.5",
          "transcript_support_level": 1,
          "aa_start": 798,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 2392,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 2438,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": "NM_001005242.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2524G>A",
          "hgvs_p": "p.Val842Ile",
          "transcript": "ENST00000070846.11",
          "protein_id": "ENSP00000070846.6",
          "transcript_support_level": 1,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 881,
          "cds_start": 2524,
          "cds_end": null,
          "cds_length": 2646,
          "cdna_start": 2570,
          "cdna_end": null,
          "cdna_length": 4361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2524G>A",
          "hgvs_p": "p.Val842Ile",
          "transcript": "NM_004572.4",
          "protein_id": "NP_004563.2",
          "transcript_support_level": null,
          "aa_start": 842,
          "aa_end": null,
          "aa_length": 881,
          "cds_start": 2524,
          "cds_end": null,
          "cds_length": 2646,
          "cdna_start": 2570,
          "cdna_end": null,
          "cdna_length": 4361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2227G>A",
          "hgvs_p": "p.Val743Ile",
          "transcript": "NM_001407156.1",
          "protein_id": "NP_001394085.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 2273,
          "cdna_end": null,
          "cdna_length": 4064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2065G>A",
          "hgvs_p": "p.Val689Ile",
          "transcript": "NM_001407158.1",
          "protein_id": "NP_001394087.1",
          "transcript_support_level": null,
          "aa_start": 689,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 2065,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 2937,
          "cdna_end": null,
          "cdna_length": 4728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2065G>A",
          "hgvs_p": "p.Val689Ile",
          "transcript": "NM_001407159.1",
          "protein_id": "NP_001394088.1",
          "transcript_support_level": null,
          "aa_start": 689,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 2065,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 2701,
          "cdna_end": null,
          "cdna_length": 4492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.535G>A",
          "hgvs_p": "p.Val179Ile",
          "transcript": "ENST00000549461.3",
          "protein_id": "ENSP00000519092.1",
          "transcript_support_level": 2,
          "aa_start": 179,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": 535,
          "cds_end": null,
          "cds_length": 657,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 2732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.535G>A",
          "hgvs_p": "p.Val179Ile",
          "transcript": "ENST00000700558.2",
          "protein_id": "ENSP00000519093.1",
          "transcript_support_level": null,
          "aa_start": 179,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": 535,
          "cds_end": null,
          "cds_length": 657,
          "cdna_start": 630,
          "cdna_end": null,
          "cdna_length": 1463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2202G>A",
          "hgvs_p": "p.Pro734Pro",
          "transcript": "NM_001407155.1",
          "protein_id": "NP_001394084.1",
          "transcript_support_level": null,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2202,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2248,
          "cdna_end": null,
          "cdna_length": 4039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.2202G>A",
          "hgvs_p": "p.Pro734Pro",
          "transcript": "ENST00000700559.2",
          "protein_id": "ENSP00000515065.2",
          "transcript_support_level": null,
          "aa_start": 734,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2202,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2269,
          "cdna_end": null,
          "cdna_length": 4070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "c.1875G>A",
          "hgvs_p": "p.Pro625Pro",
          "transcript": "NM_001407160.1",
          "protein_id": "NP_001394089.1",
          "transcript_support_level": null,
          "aa_start": 625,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 1875,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": 2511,
          "cdna_end": null,
          "cdna_length": 4302,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "n.1079G>A",
          "hgvs_p": null,
          "transcript": "ENST00000546498.2",
          "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": 1519,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "n.179G>A",
          "hgvs_p": null,
          "transcript": "ENST00000546769.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": 782,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "n.895G>A",
          "hgvs_p": null,
          "transcript": "ENST00000700555.2",
          "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": 2696,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "n.484G>A",
          "hgvs_p": null,
          "transcript": "ENST00000700557.2",
          "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": 2018,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PKP2",
          "gene_hgnc_id": 9024,
          "hgvs_c": "n.1607G>A",
          "hgvs_p": null,
          "transcript": "ENST00000700560.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": 2433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PKP2",
      "gene_hgnc_id": 9024,
      "dbsnp": "rs368633311",
      "frequency_reference_population": 0.000035937657,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 58,
      "gnomad_exomes_af": 0.0000280468,
      "gnomad_genomes_af": 0.000111795,
      "gnomad_exomes_ac": 41,
      "gnomad_genomes_ac": 17,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.11723357439041138,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.049,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0874,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.53,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.977,
      "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": -9,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM1,BP4_Moderate,BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -9,
          "benign_score": 11,
          "pathogenic_score": 2,
          "criteria": [
            "PM1",
            "BP4_Moderate",
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000340811.9",
          "gene_symbol": "PKP2",
          "hgnc_id": 9024,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2392G>A",
          "hgvs_p": "p.Val798Ile"
        }
      ],
      "clinvar_disease": "Arrhythmogenic right ventricular cardiomyopathy,Arrhythmogenic right ventricular dysplasia 9,Cardiomyopathy,Cardiovascular phenotype,PKP2-related disorder,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:3 LB:4",
      "phenotype_combined": "Cardiovascular phenotype|Arrhythmogenic right ventricular dysplasia 9|not provided|Cardiomyopathy|PKP2-related disorder|not specified|Arrhythmogenic right ventricular cardiomyopathy",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}