← 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: 15-70657072-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 70657072,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_018003.4",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4235A>G",
          "hgvs_p": "p.Gln1412Arg",
          "transcript": "NM_018003.4",
          "protein_id": "NP_060473.2",
          "transcript_support_level": null,
          "aa_start": 1412,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": 4235,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000322954.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_018003.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4235A>G",
          "hgvs_p": "p.Gln1412Arg",
          "transcript": "ENST00000322954.11",
          "protein_id": "ENSP00000314556.6",
          "transcript_support_level": 1,
          "aa_start": 1412,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": 4235,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_018003.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000322954.11"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.3908A>G",
          "hgvs_p": "p.Gln1303Arg",
          "transcript": "ENST00000539319.5",
          "protein_id": "ENSP00000438667.1",
          "transcript_support_level": 1,
          "aa_start": 1303,
          "aa_end": null,
          "aa_length": 1307,
          "cds_start": 3908,
          "cds_end": null,
          "cds_length": 3924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539319.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4202A>G",
          "hgvs_p": "p.Gln1401Arg",
          "transcript": "ENST00000908301.1",
          "protein_id": "ENSP00000578360.1",
          "transcript_support_level": null,
          "aa_start": 1401,
          "aa_end": null,
          "aa_length": 1405,
          "cds_start": 4202,
          "cds_end": null,
          "cds_length": 4218,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908301.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4196A>G",
          "hgvs_p": "p.Gln1399Arg",
          "transcript": "NM_001008224.3",
          "protein_id": "NP_001008225.1",
          "transcript_support_level": null,
          "aa_start": 1399,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": 4196,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001008224.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4196A>G",
          "hgvs_p": "p.Gln1399Arg",
          "transcript": "ENST00000379983.6",
          "protein_id": "ENSP00000369319.2",
          "transcript_support_level": 5,
          "aa_start": 1399,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": 4196,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379983.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4190A>G",
          "hgvs_p": "p.Gln1397Arg",
          "transcript": "ENST00000560441.5",
          "protein_id": "ENSP00000454018.1",
          "transcript_support_level": 5,
          "aa_start": 1397,
          "aa_end": null,
          "aa_length": 1401,
          "cds_start": 4190,
          "cds_end": null,
          "cds_length": 4206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000560441.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4112A>G",
          "hgvs_p": "p.Gln1371Arg",
          "transcript": "ENST00000932403.1",
          "protein_id": "ENSP00000602462.1",
          "transcript_support_level": null,
          "aa_start": 1371,
          "aa_end": null,
          "aa_length": 1375,
          "cds_start": 4112,
          "cds_end": null,
          "cds_length": 4128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932403.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.1406A>G",
          "hgvs_p": "p.Gln469Arg",
          "transcript": "ENST00000966074.1",
          "protein_id": "ENSP00000636133.1",
          "transcript_support_level": null,
          "aa_start": 469,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 1406,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966074.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4295A>G",
          "hgvs_p": "p.Gln1432Arg",
          "transcript": "XM_011521752.4",
          "protein_id": "XP_011520054.2",
          "transcript_support_level": null,
          "aa_start": 1432,
          "aa_end": null,
          "aa_length": 1436,
          "cds_start": 4295,
          "cds_end": null,
          "cds_length": 4311,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521752.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4262A>G",
          "hgvs_p": "p.Gln1421Arg",
          "transcript": "XM_011521753.3",
          "protein_id": "XP_011520055.2",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1425,
          "cds_start": 4262,
          "cds_end": null,
          "cds_length": 4278,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521753.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4202A>G",
          "hgvs_p": "p.Gln1401Arg",
          "transcript": "XM_017022394.3",
          "protein_id": "XP_016877883.1",
          "transcript_support_level": null,
          "aa_start": 1401,
          "aa_end": null,
          "aa_length": 1405,
          "cds_start": 4202,
          "cds_end": null,
          "cds_length": 4218,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017022394.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4184A>G",
          "hgvs_p": "p.Gln1395Arg",
          "transcript": "XM_017022395.2",
          "protein_id": "XP_016877884.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1399,
          "cds_start": 4184,
          "cds_end": null,
          "cds_length": 4200,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017022395.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.4163A>G",
          "hgvs_p": "p.Gln1388Arg",
          "transcript": "XM_005254529.5",
          "protein_id": "XP_005254586.1",
          "transcript_support_level": null,
          "aa_start": 1388,
          "aa_end": null,
          "aa_length": 1392,
          "cds_start": 4163,
          "cds_end": null,
          "cds_length": 4179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005254529.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "c.3479A>G",
          "hgvs_p": "p.Gln1160Arg",
          "transcript": "XM_047432783.1",
          "protein_id": "XP_047288739.1",
          "transcript_support_level": null,
          "aa_start": 1160,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3479,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432783.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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "n.1602A>G",
          "hgvs_p": null,
          "transcript": "ENST00000559206.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000559206.1"
        },
        {
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UACA",
          "gene_hgnc_id": 15947,
          "hgvs_c": "n.405A>G",
          "hgvs_p": null,
          "transcript": "ENST00000560831.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000560831.1"
        }
      ],
      "gene_symbol": "UACA",
      "gene_hgnc_id": 15947,
      "dbsnp": "rs770143078",
      "frequency_reference_population": 0.000010532576,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 17,
      "gnomad_exomes_af": 0.0000109454,
      "gnomad_genomes_af": 0.00000656883,
      "gnomad_exomes_ac": 16,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3387962281703949,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.092,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1211,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.34,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.761,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_018003.4",
          "gene_symbol": "UACA",
          "hgnc_id": 15947,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4235A>G",
          "hgvs_p": "p.Gln1412Arg"
        }
      ],
      "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
}