← 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: 16-23692007-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 23692007,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_033266.4",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2332C>T",
          "hgvs_p": "p.His778Tyr",
          "transcript": "NM_033266.4",
          "protein_id": "NP_150296.4",
          "transcript_support_level": null,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 2332,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 3337,
          "mane_select": "ENST00000256797.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_033266.4"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2332C>T",
          "hgvs_p": "p.His778Tyr",
          "transcript": "ENST00000256797.9",
          "protein_id": "ENSP00000256797.5",
          "transcript_support_level": 1,
          "aa_start": 778,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 2332,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": 2367,
          "cdna_end": null,
          "cdna_length": 3337,
          "mane_select": "NM_033266.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000256797.9"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2176C>T",
          "hgvs_p": "p.His726Tyr",
          "transcript": "ENST00000457008.6",
          "protein_id": "ENSP00000413812.2",
          "transcript_support_level": 1,
          "aa_start": 726,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2176,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2215,
          "cdna_end": null,
          "cdna_length": 3169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000457008.6"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2362C>T",
          "hgvs_p": "p.His788Tyr",
          "transcript": "ENST00000885430.1",
          "protein_id": "ENSP00000555489.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 936,
          "cds_start": 2362,
          "cds_end": null,
          "cds_length": 2811,
          "cdna_start": 2407,
          "cdna_end": null,
          "cdna_length": 3364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885430.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2326C>T",
          "hgvs_p": "p.His776Tyr",
          "transcript": "ENST00000885429.1",
          "protein_id": "ENSP00000555488.1",
          "transcript_support_level": null,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 924,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 2775,
          "cdna_start": 2360,
          "cdna_end": null,
          "cdna_length": 3330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885429.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2260C>T",
          "hgvs_p": "p.His754Tyr",
          "transcript": "ENST00000885424.1",
          "protein_id": "ENSP00000555483.1",
          "transcript_support_level": null,
          "aa_start": 754,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 2260,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": 2328,
          "cdna_end": null,
          "cdna_length": 3316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885424.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2230C>T",
          "hgvs_p": "p.His744Tyr",
          "transcript": "ENST00000885432.1",
          "protein_id": "ENSP00000555491.1",
          "transcript_support_level": null,
          "aa_start": 744,
          "aa_end": null,
          "aa_length": 892,
          "cds_start": 2230,
          "cds_end": null,
          "cds_length": 2679,
          "cdna_start": 2283,
          "cdna_end": null,
          "cdna_length": 3203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885432.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2176C>T",
          "hgvs_p": "p.His726Tyr",
          "transcript": "NM_001308220.2",
          "protein_id": "NP_001295149.2",
          "transcript_support_level": null,
          "aa_start": 726,
          "aa_end": null,
          "aa_length": 874,
          "cds_start": 2176,
          "cds_end": null,
          "cds_length": 2625,
          "cdna_start": 2211,
          "cdna_end": null,
          "cdna_length": 3181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001308220.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2170C>T",
          "hgvs_p": "p.His724Tyr",
          "transcript": "ENST00000885428.1",
          "protein_id": "ENSP00000555487.1",
          "transcript_support_level": null,
          "aa_start": 724,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 2170,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 2205,
          "cdna_end": null,
          "cdna_length": 3181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885428.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2164C>T",
          "hgvs_p": "p.His722Tyr",
          "transcript": "ENST00000885426.1",
          "protein_id": "ENSP00000555485.1",
          "transcript_support_level": null,
          "aa_start": 722,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 2164,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": 2228,
          "cdna_end": null,
          "cdna_length": 3183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885426.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2110C>T",
          "hgvs_p": "p.His704Tyr",
          "transcript": "ENST00000885431.1",
          "protein_id": "ENSP00000555490.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 2559,
          "cdna_start": 2178,
          "cdna_end": null,
          "cdna_length": 3099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885431.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2104C>T",
          "hgvs_p": "p.His702Tyr",
          "transcript": "ENST00000885427.1",
          "protein_id": "ENSP00000555486.1",
          "transcript_support_level": null,
          "aa_start": 702,
          "aa_end": null,
          "aa_length": 850,
          "cds_start": 2104,
          "cds_end": null,
          "cds_length": 2553,
          "cdna_start": 2149,
          "cdna_end": null,
          "cdna_length": 3119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885427.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.1954C>T",
          "hgvs_p": "p.His652Tyr",
          "transcript": "ENST00000885425.1",
          "protein_id": "ENSP00000555484.1",
          "transcript_support_level": null,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 800,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 2403,
          "cdna_start": 1999,
          "cdna_end": null,
          "cdna_length": 2975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885425.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.1900C>T",
          "hgvs_p": "p.His634Tyr",
          "transcript": "XM_047433506.1",
          "protein_id": "XP_047289462.1",
          "transcript_support_level": null,
          "aa_start": 634,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 1900,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 2068,
          "cdna_end": null,
          "cdna_length": 3038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433506.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "c.2322+10C>T",
          "hgvs_p": null,
          "transcript": "ENST00000885433.1",
          "protein_id": "ENSP00000555492.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 908,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2727,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885433.1"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "n.*45C>T",
          "hgvs_p": null,
          "transcript": "ENST00000562458.2",
          "protein_id": "ENSP00000456866.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 759,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000562458.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERN2",
          "gene_hgnc_id": 16942,
          "hgvs_c": "n.*45C>T",
          "hgvs_p": null,
          "transcript": "ENST00000562458.2",
          "protein_id": "ENSP00000456866.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 759,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000562458.2"
        }
      ],
      "gene_symbol": "ERN2",
      "gene_hgnc_id": 16942,
      "dbsnp": "rs1287500927",
      "frequency_reference_population": 6.842679e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84268e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9781136512756348,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.681,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.313,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.24,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.54,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.01,
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_033266.4",
          "gene_symbol": "ERN2",
          "hgnc_id": 16942,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.2332C>T",
          "hgvs_p": "p.His778Tyr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.