← 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: 2-88583437-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 88583437,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_004836.7",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1756A>T",
          "hgvs_p": "p.Ile586Leu",
          "transcript": "NM_004836.7",
          "protein_id": "NP_004827.4",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 1116,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 3351,
          "cdna_start": 1946,
          "cdna_end": null,
          "cdna_length": 4536,
          "mane_select": "ENST00000303236.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1756A>T",
          "hgvs_p": "p.Ile586Leu",
          "transcript": "ENST00000303236.9",
          "protein_id": "ENSP00000307235.3",
          "transcript_support_level": 1,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 1116,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 3351,
          "cdna_start": 1946,
          "cdna_end": null,
          "cdna_length": 4536,
          "mane_select": "NM_004836.7",
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.1425A>T",
          "hgvs_p": null,
          "transcript": "ENST00000415570.1",
          "protein_id": null,
          "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": 2902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1303A>T",
          "hgvs_p": "p.Ile435Leu",
          "transcript": "NM_001313915.2",
          "protein_id": "NP_001300844.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": 1303,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": 1632,
          "cdna_end": null,
          "cdna_length": 4222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1303A>T",
          "hgvs_p": "p.Ile435Leu",
          "transcript": "ENST00000682892.1",
          "protein_id": "ENSP00000507214.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 965,
          "cds_start": 1303,
          "cds_end": null,
          "cds_length": 2898,
          "cdna_start": 2334,
          "cdna_end": null,
          "cdna_length": 4724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1153A>T",
          "hgvs_p": "p.Ile385Leu",
          "transcript": "ENST00000684642.1",
          "protein_id": "ENSP00000507355.1",
          "transcript_support_level": null,
          "aa_start": 385,
          "aa_end": null,
          "aa_length": 859,
          "cds_start": 1153,
          "cds_end": null,
          "cds_length": 2580,
          "cdna_start": 1153,
          "cdna_end": null,
          "cdna_length": 3547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1465A>T",
          "hgvs_p": "p.Ile489Leu",
          "transcript": "XM_047446428.1",
          "protein_id": "XP_047302384.1",
          "transcript_support_level": null,
          "aa_start": 489,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 1465,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": 1905,
          "cdna_end": null,
          "cdna_length": 4495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1072A>T",
          "hgvs_p": "p.Ile358Leu",
          "transcript": "XM_047446429.1",
          "protein_id": "XP_047302385.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 1269,
          "cdna_end": null,
          "cdna_length": 3859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "I",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "c.1756A>T",
          "hgvs_p": "p.Ile586Leu",
          "transcript": "XM_047446430.1",
          "protein_id": "XP_047302386.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 614,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 1845,
          "cdna_start": 1946,
          "cdna_end": null,
          "cdna_length": 2138,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.*1274A>T",
          "hgvs_p": null,
          "transcript": "ENST00000652099.1",
          "protein_id": "ENSP00000498211.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": 4346,
          "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": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.1632A>T",
          "hgvs_p": null,
          "transcript": "ENST00000652736.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": 4222,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.1201A>T",
          "hgvs_p": null,
          "transcript": "ENST00000682276.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": 3722,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.1395A>T",
          "hgvs_p": null,
          "transcript": "ENST00000682952.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": 3916,
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.*917A>T",
          "hgvs_p": null,
          "transcript": "ENST00000684455.1",
          "protein_id": "ENSP00000506923.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": 3490,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.*1274A>T",
          "hgvs_p": null,
          "transcript": "ENST00000652099.1",
          "protein_id": "ENSP00000498211.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": 4346,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EIF2AK3",
          "gene_hgnc_id": 3255,
          "hgvs_c": "n.*917A>T",
          "hgvs_p": null,
          "transcript": "ENST00000684455.1",
          "protein_id": "ENSP00000506923.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": 3490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "EIF2AK3",
      "gene_hgnc_id": 3255,
      "dbsnp": "rs75385605",
      "frequency_reference_population": 0.001751887,
      "hom_count_reference_population": 42,
      "allele_count_reference_population": 2819,
      "gnomad_exomes_af": 0.000973298,
      "gnomad_genomes_af": 0.00920378,
      "gnomad_exomes_ac": 1418,
      "gnomad_genomes_ac": 1401,
      "gnomad_exomes_homalt": 23,
      "gnomad_genomes_homalt": 19,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.004467219114303589,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.125,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0895,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.37,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.104,
      "phylop100way_prediction": "Benign",
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_004836.7",
          "gene_symbol": "EIF2AK3",
          "hgnc_id": 3255,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1756A>T",
          "hgvs_p": "p.Ile586Leu"
        }
      ],
      "clinvar_disease": "Monogenic diabetes,Wolcott-Rallison dysplasia,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:6",
      "phenotype_combined": "not specified|Wolcott-Rallison dysplasia|not provided|Monogenic diabetes",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}