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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 88879021,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001307952.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "NM_178232.4",
          "protein_id": "NP_839946.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000359595.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_178232.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "ENST00000359595.8",
          "protein_id": "ENSP00000352606.4",
          "transcript_support_level": 1,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_178232.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359595.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.928C>T",
          "hgvs_p": "p.Arg310Cys",
          "transcript": "NM_001307952.2",
          "protein_id": "NP_001294881.1",
          "transcript_support_level": null,
          "aa_start": 310,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 928,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001307952.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.928C>T",
          "hgvs_p": "p.Arg310Cys",
          "transcript": "ENST00000562889.5",
          "protein_id": "ENSP00000457180.1",
          "transcript_support_level": 5,
          "aa_start": 310,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 928,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000562889.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.784C>T",
          "hgvs_p": "p.Arg262Cys",
          "transcript": "ENST00000969266.1",
          "protein_id": "ENSP00000639325.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969266.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "ENST00000868802.1",
          "protein_id": "ENSP00000538861.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868802.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "ENST00000933087.1",
          "protein_id": "ENSP00000603146.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933087.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "ENST00000933088.1",
          "protein_id": "ENSP00000603147.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933088.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "ENST00000969267.1",
          "protein_id": "ENSP00000639326.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969267.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "ENST00000969268.1",
          "protein_id": "ENSP00000639327.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969268.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.373C>T",
          "hgvs_p": "p.Arg125Cys",
          "transcript": "ENST00000868804.1",
          "protein_id": "ENSP00000538863.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 373,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868804.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.874C>T",
          "hgvs_p": "p.Arg292Cys",
          "transcript": "XM_011521261.2",
          "protein_id": "XP_011519563.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 874,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011521261.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.742C>T",
          "hgvs_p": "p.Arg248Cys",
          "transcript": "XM_047432172.1",
          "protein_id": "XP_047288128.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 742,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432172.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.421C>T",
          "hgvs_p": "p.Arg141Cys",
          "transcript": "XM_047432173.1",
          "protein_id": "XP_047288129.1",
          "transcript_support_level": null,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432173.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.494-765C>T",
          "hgvs_p": null,
          "transcript": "ENST00000868803.1",
          "protein_id": "ENSP00000538862.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 259,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 780,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868803.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.680-765C>T",
          "hgvs_p": null,
          "transcript": "XM_017021934.3",
          "protein_id": "XP_016877423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017021934.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "n.*1374C>T",
          "hgvs_p": null,
          "transcript": "ENST00000558770.5",
          "protein_id": "ENSP00000456458.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000558770.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "n.*1374C>T",
          "hgvs_p": null,
          "transcript": "ENST00000558770.5",
          "protein_id": "ENSP00000456458.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000558770.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "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": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.*98C>T",
          "hgvs_p": null,
          "transcript": "ENST00000562281.1",
          "protein_id": "ENSP00000456985.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 225,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000562281.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HAPLN3",
          "gene_hgnc_id": 21446,
          "hgvs_c": "c.*289C>T",
          "hgvs_p": null,
          "transcript": "XM_047432175.1",
          "protein_id": "XP_047288131.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047432175.1"
        }
      ],
      "gene_symbol": "HAPLN3",
      "gene_hgnc_id": 21446,
      "dbsnp": "rs374297205",
      "frequency_reference_population": 0.00021011068,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 338,
      "gnomad_exomes_af": 0.000223832,
      "gnomad_genomes_af": 0.0000788291,
      "gnomad_exomes_ac": 326,
      "gnomad_genomes_ac": 12,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7600234746932983,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.332,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6127,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.1,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.348,
      "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": "PP3",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 0,
          "pathogenic_score": 1,
          "criteria": [
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001307952.2",
          "gene_symbol": "HAPLN3",
          "hgnc_id": 21446,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.928C>T",
          "hgvs_p": "p.Arg310Cys"
        }
      ],
      "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
}