← 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: 1-119033056-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 119033056,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000235521.5",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.938A>T",
          "hgvs_p": "p.Lys313Met",
          "transcript": "NM_015836.4",
          "protein_id": "NP_056651.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 947,
          "cdna_end": null,
          "cdna_length": 2787,
          "mane_select": "ENST00000235521.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.938A>T",
          "hgvs_p": "p.Lys313Met",
          "transcript": "ENST00000235521.5",
          "protein_id": "ENSP00000235521.4",
          "transcript_support_level": 1,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 947,
          "cdna_end": null,
          "cdna_length": 2787,
          "mane_select": "NM_015836.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.*304A>T",
          "hgvs_p": null,
          "transcript": "ENST00000369426.9",
          "protein_id": "ENSP00000358434.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 220,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.869A>T",
          "hgvs_p": "p.Lys290Met",
          "transcript": "NM_001378226.1",
          "protein_id": "NP_001365155.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 1032,
          "cdna_end": null,
          "cdna_length": 2872,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.869A>T",
          "hgvs_p": "p.Lys290Met",
          "transcript": "NM_001378227.1",
          "protein_id": "NP_001365156.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 1223,
          "cdna_end": null,
          "cdna_length": 3063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.767A>T",
          "hgvs_p": "p.Lys256Met",
          "transcript": "NM_001378228.1",
          "protein_id": "NP_001365157.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": 767,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": 776,
          "cdna_end": null,
          "cdna_length": 2616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.680A>T",
          "hgvs_p": "p.Lys227Met",
          "transcript": "NM_001378229.1",
          "protein_id": "NP_001365158.1",
          "transcript_support_level": null,
          "aa_start": 227,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 680,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 689,
          "cdna_end": null,
          "cdna_length": 2529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.656A>T",
          "hgvs_p": "p.Lys219Met",
          "transcript": "NM_001378230.1",
          "protein_id": "NP_001365159.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 656,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 2978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.884A>T",
          "hgvs_p": "p.Lys295Met",
          "transcript": "XM_005270350.4",
          "protein_id": "XP_005270407.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 884,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 2896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.881A>T",
          "hgvs_p": "p.Lys294Met",
          "transcript": "XM_017000038.2",
          "protein_id": "XP_016855527.1",
          "transcript_support_level": null,
          "aa_start": 294,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 881,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 909,
          "cdna_end": null,
          "cdna_length": 2749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.869A>T",
          "hgvs_p": "p.Lys290Met",
          "transcript": "XM_024449826.2",
          "protein_id": "XP_024305594.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 1319,
          "cdna_end": null,
          "cdna_length": 3159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.710A>T",
          "hgvs_p": "p.Lys237Met",
          "transcript": "XM_047429105.1",
          "protein_id": "XP_047285061.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 284,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 855,
          "cdna_start": 738,
          "cdna_end": null,
          "cdna_length": 2578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.656A>T",
          "hgvs_p": "p.Lys219Met",
          "transcript": "XM_024449860.2",
          "protein_id": "XP_024305628.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 656,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 1234,
          "cdna_end": null,
          "cdna_length": 3074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.*304A>T",
          "hgvs_p": null,
          "transcript": "NM_201263.2",
          "protein_id": "NP_957715.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 220,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "c.*273A>T",
          "hgvs_p": null,
          "transcript": "NM_001378231.1",
          "protein_id": "NP_001365160.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 192,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2701,
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WARS2",
          "gene_hgnc_id": 12730,
          "hgvs_c": "n.*241A>T",
          "hgvs_p": null,
          "transcript": "ENST00000495746.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": 621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "WARS2",
      "gene_hgnc_id": 12730,
      "dbsnp": "rs145867327",
      "frequency_reference_population": 0.00049805734,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 804,
      "gnomad_exomes_af": 0.000516456,
      "gnomad_genomes_af": 0.000321552,
      "gnomad_exomes_ac": 755,
      "gnomad_genomes_ac": 49,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.21516874432563782,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.183,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2367,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.075,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "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": "PP5_Very_Strong,BP4,BS1_Supporting",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 2,
          "pathogenic_score": 8,
          "criteria": [
            "PP5_Very_Strong",
            "BP4",
            "BS1_Supporting"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000235521.5",
          "gene_symbol": "WARS2",
          "hgnc_id": 12730,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.938A>T",
          "hgvs_p": "p.Lys313Met"
        }
      ],
      "clinvar_disease": " mitochondrial, with abnormal movements and lactic acidosis, with or without seizures,Inborn genetic diseases,Neurodevelopmental disorder,WARS2-related disorder,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:4 LP:2 US:1",
      "phenotype_combined": "Neurodevelopmental disorder, mitochondrial, with abnormal movements and lactic acidosis, with or without seizures|Inborn genetic diseases|not provided|WARS2-related disorder",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}