← 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: 11-2167896-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 2167896,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000352909.8",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.614T>C",
          "hgvs_p": "p.Leu205Pro",
          "transcript": "NM_000360.4",
          "protein_id": "NP_000351.2",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 1827,
          "mane_select": "ENST00000352909.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.614T>C",
          "hgvs_p": "p.Leu205Pro",
          "transcript": "ENST00000352909.8",
          "protein_id": "ENSP00000325951.4",
          "transcript_support_level": 1,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 1827,
          "mane_select": "NM_000360.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.707T>C",
          "hgvs_p": "p.Leu236Pro",
          "transcript": "ENST00000381178.5",
          "protein_id": "ENSP00000370571.1",
          "transcript_support_level": 1,
          "aa_start": 236,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 707,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 726,
          "cdna_end": null,
          "cdna_length": 1910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.695T>C",
          "hgvs_p": "p.Leu232Pro",
          "transcript": "ENST00000381175.5",
          "protein_id": "ENSP00000370567.1",
          "transcript_support_level": 1,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 695,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 714,
          "cdna_end": null,
          "cdna_length": 1898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.614T>C",
          "hgvs_p": "p.Leu205Pro",
          "transcript": "ENST00000333684.9",
          "protein_id": "ENSP00000328814.6",
          "transcript_support_level": 1,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 633,
          "cdna_end": null,
          "cdna_length": 1535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.53T>C",
          "hgvs_p": "p.Leu18Pro",
          "transcript": "ENST00000412076.1",
          "protein_id": "ENSP00000403546.1",
          "transcript_support_level": 1,
          "aa_start": 18,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 53,
          "cds_end": null,
          "cds_length": 346,
          "cdna_start": 54,
          "cdna_end": null,
          "cdna_length": 347,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "n.53T>C",
          "hgvs_p": null,
          "transcript": "ENST00000416223.5",
          "protein_id": "ENSP00000403440.1",
          "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": 483,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.707T>C",
          "hgvs_p": "p.Leu236Pro",
          "transcript": "NM_199292.3",
          "protein_id": "NP_954986.2",
          "transcript_support_level": null,
          "aa_start": 236,
          "aa_end": null,
          "aa_length": 528,
          "cds_start": 707,
          "cds_end": null,
          "cds_length": 1587,
          "cdna_start": 736,
          "cdna_end": null,
          "cdna_length": 1920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.695T>C",
          "hgvs_p": "p.Leu232Pro",
          "transcript": "NM_199293.3",
          "protein_id": "NP_954987.2",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 695,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 724,
          "cdna_end": null,
          "cdna_length": 1908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.626T>C",
          "hgvs_p": "p.Leu209Pro",
          "transcript": "NM_001440535.1",
          "protein_id": "NP_001427464.1",
          "transcript_support_level": null,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 626,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": 655,
          "cdna_end": null,
          "cdna_length": 1839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.626T>C",
          "hgvs_p": "p.Leu209Pro",
          "transcript": "NM_001440536.1",
          "protein_id": "NP_001427465.1",
          "transcript_support_level": null,
          "aa_start": 209,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 626,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": 655,
          "cdna_end": null,
          "cdna_length": 1557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "c.614T>C",
          "hgvs_p": "p.Leu205Pro",
          "transcript": "NM_001440537.1",
          "protein_id": "NP_001427466.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 614,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 1545,
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "n.*303T>C",
          "hgvs_p": null,
          "transcript": "ENST00000324155.8",
          "protein_id": "ENSP00000325831.3",
          "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": 1115,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "n.*303T>C",
          "hgvs_p": null,
          "transcript": "ENST00000381168.7",
          "protein_id": "ENSP00000370560.3",
          "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": 985,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "n.363T>C",
          "hgvs_p": null,
          "transcript": "ENST00000469226.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": 963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000295384",
          "gene_hgnc_id": null,
          "hgvs_c": "n.260A>G",
          "hgvs_p": null,
          "transcript": "ENST00000729705.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": 537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000295384",
          "gene_hgnc_id": null,
          "hgvs_c": "n.311A>G",
          "hgvs_p": null,
          "transcript": "ENST00000729706.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": 639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "n.*303T>C",
          "hgvs_p": null,
          "transcript": "ENST00000324155.8",
          "protein_id": "ENSP00000325831.3",
          "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": 1115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TH",
          "gene_hgnc_id": 11782,
          "hgvs_c": "n.*303T>C",
          "hgvs_p": null,
          "transcript": "ENST00000381168.7",
          "protein_id": "ENSP00000370560.3",
          "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": 985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TH",
      "gene_hgnc_id": 11782,
      "dbsnp": "rs121917763",
      "frequency_reference_population": 0.000004346212,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 7,
      "gnomad_exomes_af": 0.00000342835,
      "gnomad_genomes_af": 0.000013143,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.969552755355835,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.618,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8539,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.31,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": -0.4,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": 16,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Strong,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 16,
          "benign_score": 0,
          "pathogenic_score": 16,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000352909.8",
          "gene_symbol": "TH",
          "hgnc_id": 11782,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.614T>C",
          "hgvs_p": "p.Leu205Pro"
        },
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000729705.1",
          "gene_symbol": "ENSG00000295384",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.260A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Autosomal recessive DOPA responsive dystonia,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:6 LP:2 O:1",
      "phenotype_combined": "Autosomal recessive DOPA responsive dystonia|not provided",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}