← 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: 17-12994869-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 12994869,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000338034.9",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1924G>A",
          "hgvs_p": "p.Val642Met",
          "transcript": "NM_018127.7",
          "protein_id": "NP_060597.4",
          "transcript_support_level": null,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1924,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 2004,
          "cdna_end": null,
          "cdna_length": 3767,
          "mane_select": "ENST00000338034.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1924G>A",
          "hgvs_p": "p.Val642Met",
          "transcript": "ENST00000338034.9",
          "protein_id": "ENSP00000337445.4",
          "transcript_support_level": 1,
          "aa_start": 642,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1924,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": 2004,
          "cdna_end": null,
          "cdna_length": 3767,
          "mane_select": "NM_018127.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1921G>A",
          "hgvs_p": "p.Val641Met",
          "transcript": "NM_173717.2",
          "protein_id": "NP_776065.1",
          "transcript_support_level": null,
          "aa_start": 641,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 1921,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 2001,
          "cdna_end": null,
          "cdna_length": 3764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1867G>A",
          "hgvs_p": "p.Val623Met",
          "transcript": "ENST00000395962.6",
          "protein_id": "ENSP00000379291.1",
          "transcript_support_level": 2,
          "aa_start": 623,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 1867,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": 1941,
          "cdna_end": null,
          "cdna_length": 2924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Val602Met",
          "transcript": "NM_001165962.2",
          "protein_id": "NP_001159434.1",
          "transcript_support_level": null,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": 1804,
          "cds_end": null,
          "cds_length": 2361,
          "cdna_start": 1884,
          "cdna_end": null,
          "cdna_length": 3647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1804G>A",
          "hgvs_p": "p.Val602Met",
          "transcript": "ENST00000426905.7",
          "protein_id": "ENSP00000405223.3",
          "transcript_support_level": 2,
          "aa_start": 602,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": 1804,
          "cds_end": null,
          "cds_length": 2361,
          "cdna_start": 1856,
          "cdna_end": null,
          "cdna_length": 2671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1321G>A",
          "hgvs_p": "p.Val441Met",
          "transcript": "ENST00000584650.5",
          "protein_id": "ENSP00000463740.2",
          "transcript_support_level": 2,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 1321,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": 1323,
          "cdna_end": null,
          "cdna_length": 2087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1642G>A",
          "hgvs_p": "p.Val548Met",
          "transcript": "XM_024450860.2",
          "protein_id": "XP_024306628.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1642,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1777,
          "cdna_end": null,
          "cdna_length": 3540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "c.1642G>A",
          "hgvs_p": "p.Val548Met",
          "transcript": "XM_024450861.2",
          "protein_id": "XP_024306629.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1642,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1762,
          "cdna_end": null,
          "cdna_length": 3525,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "n.1811G>A",
          "hgvs_p": null,
          "transcript": "ENST00000465825.5",
          "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": 2793,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "n.1753G>A",
          "hgvs_p": null,
          "transcript": "ENST00000480891.5",
          "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": 2737,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "n.2754G>A",
          "hgvs_p": null,
          "transcript": "ENST00000484122.5",
          "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": 3738,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "n.1470G>A",
          "hgvs_p": null,
          "transcript": "ENST00000487229.6",
          "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": 2452,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ELAC2",
          "gene_hgnc_id": 14198,
          "hgvs_c": "n.579G>A",
          "hgvs_p": null,
          "transcript": "ENST00000491478.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ELAC2",
      "gene_hgnc_id": 14198,
      "dbsnp": "rs149561185",
      "frequency_reference_population": 0.00006939453,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 112,
      "gnomad_exomes_af": 0.0000595172,
      "gnomad_genomes_af": 0.00016426,
      "gnomad_exomes_ac": 87,
      "gnomad_genomes_ac": 25,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8487660884857178,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.745,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8957,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.13,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 6.957,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM1,PP3_Moderate,PP5",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM1",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000338034.9",
          "gene_symbol": "ELAC2",
          "hgnc_id": 14198,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1924G>A",
          "hgvs_p": "p.Val642Met"
        }
      ],
      "clinvar_disease": " 2, hereditary,Combined oxidative phosphorylation defect type 17,Prostate cancer,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:1 US:2",
      "phenotype_combined": "Combined oxidative phosphorylation defect type 17|Prostate cancer, hereditary, 2|not provided",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}