← 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-88879056-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "HAPLN3",
          "hgnc_id": 21446,
          "hgvs_c": "c.893C>T",
          "hgvs_p": "p.Pro298Leu",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -4,
          "transcript": "NM_001307952.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
      "acmg_score": -4,
      "allele_count_reference_population": 10,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0561,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.75,
      "chr": "15",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.050846248865127563,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1892,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_178232.4",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000359595.8",
          "protein_coding": true,
          "protein_id": "NP_839946.1",
          "strand": false,
          "transcript": "NM_178232.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1892,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000359595.8",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_178232.4",
          "protein_coding": true,
          "protein_id": "ENSP00000352606.4",
          "strand": false,
          "transcript": "ENST00000359595.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "P",
          "aa_start": 298,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2031,
          "cdna_start": 979,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 893,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001307952.2",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.893C>T",
          "hgvs_p": "p.Pro298Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001294881.1",
          "strand": false,
          "transcript": "NM_001307952.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "P",
          "aa_start": 298,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1547,
          "cdna_start": 1032,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 893,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000562889.5",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.893C>T",
          "hgvs_p": "p.Pro298Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457180.1",
          "strand": false,
          "transcript": "ENST00000562889.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 374,
          "aa_ref": "P",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1904,
          "cdna_start": 855,
          "cds_end": null,
          "cds_length": 1125,
          "cds_start": 749,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000969266.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.749C>T",
          "hgvs_p": "p.Pro250Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639325.1",
          "strand": false,
          "transcript": "ENST00000969266.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1978,
          "cdna_start": 926,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000868802.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000538861.1",
          "strand": false,
          "transcript": "ENST00000868802.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": 1139,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000933087.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603146.1",
          "strand": false,
          "transcript": "ENST00000933087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2272,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000933088.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603147.1",
          "strand": false,
          "transcript": "ENST00000933088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1705,
          "cdna_start": 899,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000969267.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639326.1",
          "strand": false,
          "transcript": "ENST00000969267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2112,
          "cdna_start": 1068,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000969268.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639327.1",
          "strand": false,
          "transcript": "ENST00000969268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 237,
          "aa_ref": "P",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1496,
          "cdna_start": 444,
          "cds_end": null,
          "cds_length": 714,
          "cds_start": 338,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000868804.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.338C>T",
          "hgvs_p": "p.Pro113Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000538863.1",
          "strand": false,
          "transcript": "ENST00000868804.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 404,
          "aa_ref": "P",
          "aa_start": 280,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1977,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 1215,
          "cds_start": 839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011521261.2",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.839C>T",
          "hgvs_p": "p.Pro280Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011519563.1",
          "strand": false,
          "transcript": "XM_011521261.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3761,
          "cdna_start": 2709,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047432172.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288128.1",
          "strand": false,
          "transcript": "XM_047432172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "P",
          "aa_start": 129,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1536,
          "cdna_start": 484,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047432173.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.386C>T",
          "hgvs_p": "p.Pro129Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288129.1",
          "strand": false,
          "transcript": "XM_047432173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 259,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1567,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 780,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000868803.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.494-800C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000538862.1",
          "strand": false,
          "transcript": "ENST00000868803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1728,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017021934.3",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.680-800C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016877423.1",
          "strand": false,
          "transcript": "XM_017021934.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3071,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000558770.5",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "n.*1339C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000456458.1",
          "strand": false,
          "transcript": "ENST00000558770.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3071,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000558770.5",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "n.*1339C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000456458.1",
          "strand": false,
          "transcript": "ENST00000558770.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 225,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 801,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 679,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000562281.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.*63C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456985.1",
          "strand": true,
          "transcript": "ENST00000562281.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 909,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047432175.1",
          "gene_hgnc_id": 21446,
          "gene_symbol": "HAPLN3",
          "hgvs_c": "c.*254C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047288131.1",
          "strand": true,
          "transcript": "XM_047432175.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs935884458",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000062263944,
      "gene_hgnc_id": 21446,
      "gene_symbol": "HAPLN3",
      "gnomad_exomes_ac": 7,
      "gnomad_exomes_af": 0.00000481527,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000196905,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.104,
      "pos": 88879056,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.051,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001307952.2"
    }
  ]
}
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.