← 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: 8-144053037-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 144053037,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000618853.5",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Asp988Asp",
          "transcript": "NM_017570.5",
          "protein_id": "NP_060040.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": 2964,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": 3057,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": "ENST00000618853.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Asp988Asp",
          "transcript": "ENST00000618853.5",
          "protein_id": "ENSP00000480476.1",
          "transcript_support_level": 1,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": 2964,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": 3057,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": "NM_017570.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.3252C>T",
          "hgvs_p": "p.Asp1084Asp",
          "transcript": "XM_047421688.1",
          "protein_id": "XP_047277644.1",
          "transcript_support_level": null,
          "aa_start": 1084,
          "aa_end": null,
          "aa_length": 1389,
          "cds_start": 3252,
          "cds_end": null,
          "cds_length": 4170,
          "cdna_start": 3279,
          "cdna_end": null,
          "cdna_length": 4289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.3243C>T",
          "hgvs_p": "p.Asp1081Asp",
          "transcript": "XM_047421689.1",
          "protein_id": "XP_047277645.1",
          "transcript_support_level": null,
          "aa_start": 1081,
          "aa_end": null,
          "aa_length": 1386,
          "cds_start": 3243,
          "cds_end": null,
          "cds_length": 4161,
          "cdna_start": 3270,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.3252C>T",
          "hgvs_p": "p.Asp1084Asp",
          "transcript": "XM_011516960.2",
          "protein_id": "XP_011515262.1",
          "transcript_support_level": null,
          "aa_start": 1084,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": 3252,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": 3279,
          "cdna_end": null,
          "cdna_length": 4242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Asp988Asp",
          "transcript": "XM_047421690.1",
          "protein_id": "XP_047277646.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 2964,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 3057,
          "cdna_end": null,
          "cdna_length": 4066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Asp988Asp",
          "transcript": "XM_047421691.1",
          "protein_id": "XP_047277647.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 2964,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": 3048,
          "cdna_end": null,
          "cdna_length": 4058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Asp988Asp",
          "transcript": "XM_047421692.1",
          "protein_id": "XP_047277648.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1288,
          "cds_start": 2964,
          "cds_end": null,
          "cds_length": 3867,
          "cdna_start": 3048,
          "cdna_end": null,
          "cdna_length": 4011,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "n.450C>T",
          "hgvs_p": null,
          "transcript": "ENST00000527993.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": 635,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "c.*82C>T",
          "hgvs_p": null,
          "transcript": "XM_047421693.1",
          "protein_id": "XP_047277649.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1054,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3165,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3318,
          "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": "OPLAH",
          "gene_hgnc_id": 8149,
          "hgvs_c": "n.*176C>T",
          "hgvs_p": null,
          "transcript": "ENST00000531027.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": 500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "OPLAH",
      "gene_hgnc_id": 8149,
      "dbsnp": "rs186192116",
      "frequency_reference_population": 0.0023257642,
      "hom_count_reference_population": 9,
      "allele_count_reference_population": 3729,
      "gnomad_exomes_af": 0.00241407,
      "gnomad_genomes_af": 0.00148423,
      "gnomad_exomes_ac": 3503,
      "gnomad_genomes_ac": 226,
      "gnomad_exomes_homalt": 9,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6399999856948853,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.64,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.773,
      "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": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000618853.5",
          "gene_symbol": "OPLAH",
          "hgnc_id": 8149,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Asp988Asp"
        }
      ],
      "clinvar_disease": "5-Oxoprolinase deficiency,not provided",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:1",
      "phenotype_combined": "5-Oxoprolinase deficiency|not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}