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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 150961034,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001366418.1",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "NM_001366418.1",
          "protein_id": "NP_001353347.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3141,
          "cdna_end": null,
          "cdna_length": 4418,
          "mane_select": "ENST00000692827.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "ENST00000692827.1",
          "protein_id": "ENSP00000509425.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3141,
          "cdna_end": null,
          "cdna_length": 4418,
          "mane_select": "NM_001366418.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "ENST00000271640.9",
          "protein_id": "ENSP00000271640.5",
          "transcript_support_level": 1,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3162,
          "cdna_end": null,
          "cdna_length": 4437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "ENST00000368969.8",
          "protein_id": "ENSP00000357965.4",
          "transcript_support_level": 1,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1290,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3873,
          "cdna_start": 3089,
          "cdna_end": null,
          "cdna_length": 4370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "NM_001366417.1",
          "protein_id": "NP_001353346.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3072,
          "cdna_end": null,
          "cdna_length": 4349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "NM_001393958.1",
          "protein_id": "NP_001380887.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3168,
          "cdna_end": null,
          "cdna_length": 4445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "NM_001393959.1",
          "protein_id": "NP_001380888.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3087,
          "cdna_end": null,
          "cdna_length": 4364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "ENST00000692314.1",
          "protein_id": "ENSP00000508664.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3030,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "NM_001145415.2",
          "protein_id": "NP_001138887.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3138,
          "cdna_end": null,
          "cdna_length": 4415,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "NM_001393960.1",
          "protein_id": "NP_001380889.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3069,
          "cdna_end": null,
          "cdna_length": 4346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "NM_001393961.1",
          "protein_id": "NP_001380890.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3072,
          "cdna_end": null,
          "cdna_length": 4346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "NM_012432.4",
          "protein_id": "NP_036564.3",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1290,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3873,
          "cdna_start": 3138,
          "cdna_end": null,
          "cdna_length": 4412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "ENST00000498193.5",
          "protein_id": "ENSP00000432348.1",
          "transcript_support_level": 2,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3779,
          "cdna_start": 3047,
          "cdna_end": null,
          "cdna_length": 3854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn",
          "transcript": "XM_047435567.1",
          "protein_id": "XP_047291523.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1292,
          "cds_start": 2975,
          "cds_end": null,
          "cds_length": 3879,
          "cdna_start": 3155,
          "cdna_end": null,
          "cdna_length": 4432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "XM_047435573.1",
          "protein_id": "XP_047291529.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3084,
          "cdna_end": null,
          "cdna_length": 4361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "XM_047435579.1",
          "protein_id": "XP_047291535.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3152,
          "cdna_end": null,
          "cdna_length": 4429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.2972G>A",
          "hgvs_p": "p.Ser991Asn",
          "transcript": "XM_047435582.1",
          "protein_id": "XP_047291538.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1291,
          "cds_start": 2972,
          "cds_end": null,
          "cds_length": 3876,
          "cdna_start": 3165,
          "cdna_end": null,
          "cdna_length": 4442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "c.1313G>A",
          "hgvs_p": "p.Ser438Asn",
          "transcript": "XM_047435586.1",
          "protein_id": "XP_047291542.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 1313,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": 1605,
          "cdna_end": null,
          "cdna_length": 2882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "n.2870G>A",
          "hgvs_p": null,
          "transcript": "NR_172060.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 4147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "CERS2",
          "gene_hgnc_id": 14076,
          "hgvs_c": "n.1446-279C>T",
          "hgvs_p": null,
          "transcript": "ENST00000482825.7",
          "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": 1618,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETDB1",
          "gene_hgnc_id": 10761,
          "hgvs_c": "n.*144G>A",
          "hgvs_p": null,
          "transcript": "ENST00000459773.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SETDB1",
      "gene_hgnc_id": 10761,
      "dbsnp": "rs1670800533",
      "frequency_reference_population": 6.846014e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84601e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.13401421904563904,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.173,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0874,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.4,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.688,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001366418.1",
          "gene_symbol": "SETDB1",
          "hgnc_id": 10761,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2975G>A",
          "hgvs_p": "p.Ser992Asn"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000482825.7",
          "gene_symbol": "CERS2",
          "hgnc_id": 14076,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "n.1446-279C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}