← 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: 22-50527716-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 50527716,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant,splice_region_variant",
      "transcript": "ENST00000252029.8",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "NM_001953.5",
          "protein_id": "NP_001944.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 1586,
          "mane_select": "ENST00000252029.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "ENST00000252029.8",
          "protein_id": "ENSP00000252029.3",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 1586,
          "mane_select": "NM_001953.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "ENST00000395681.6",
          "protein_id": "ENSP00000379038.1",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 1601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "ENST00000395678.7",
          "protein_id": "ENSP00000379036.3",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 669,
          "cdna_end": null,
          "cdna_length": 1614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "ENST00000395680.6",
          "protein_id": "ENSP00000379037.1",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 672,
          "cdna_end": null,
          "cdna_length": 1621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "ENST00000487577.5",
          "protein_id": "ENSP00000498844.1",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 805,
          "cdna_end": null,
          "cdna_length": 1751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "NM_001257989.1",
          "protein_id": "NP_001244918.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 710,
          "cdna_end": null,
          "cdna_length": 1674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "NM_001113755.3",
          "protein_id": "NP_001107227.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "NM_001113756.3",
          "protein_id": "NP_001107228.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 821,
          "cdna_end": null,
          "cdna_length": 1770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "NM_001257988.1",
          "protein_id": "NP_001244917.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": 745,
          "cdna_end": null,
          "cdna_length": 1694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.419T>G",
          "hgvs_p": "p.Met140Arg",
          "transcript": "ENST00000425169.1",
          "protein_id": "ENSP00000395875.1",
          "transcript_support_level": 5,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": 516,
          "cdna_end": null,
          "cdna_length": 1432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg",
          "transcript": "ENST00000650719.1",
          "protein_id": "ENSP00000498276.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 976,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 1101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "start_lost",
            "splice_region_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.2T>G",
          "hgvs_p": "p.Met1?",
          "transcript": "ENST00000651401.1",
          "protein_id": "ENSP00000499115.1",
          "transcript_support_level": null,
          "aa_start": 1,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 2,
          "cds_end": null,
          "cds_length": 508,
          "cdna_start": 110,
          "cdna_end": null,
          "cdna_length": 616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "n.643T>G",
          "hgvs_p": null,
          "transcript": "ENST00000476284.1",
          "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": 1572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "n.637T>G",
          "hgvs_p": null,
          "transcript": "ENST00000651906.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": 1156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "n.229T>G",
          "hgvs_p": null,
          "transcript": "ENST00000652352.1",
          "protein_id": "ENSP00000498579.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": 525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "c.-29T>G",
          "hgvs_p": null,
          "transcript": "ENST00000652401.1",
          "protein_id": "ENSP00000498619.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 866,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TYMP",
          "gene_hgnc_id": 3148,
          "hgvs_c": "n.*76T>G",
          "hgvs_p": null,
          "transcript": "ENST00000487162.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": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TYMP",
      "gene_hgnc_id": 3148,
      "dbsnp": "rs1064792865",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9837427139282227,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.2879999876022339,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": 0.902,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.745,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.48,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.255,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.36,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": 0.238459564468196,
      "dbscsnv_ada_prediction": "Benign",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 14,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM2,PP3_Strong,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000252029.8",
          "gene_symbol": "TYMP",
          "hgnc_id": 3148,
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Met173Arg"
        }
      ],
      "clinvar_disease": "Mitochondrial DNA depletion syndrome 1,not provided",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LP:3",
      "phenotype_combined": "Mitochondrial DNA depletion syndrome 1|not provided",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}