← 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-109323047-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 109323047,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_002959.7",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1909G>A",
          "hgvs_p": "p.Gly637Ser",
          "transcript": "NM_002959.7",
          "protein_id": "NP_002950.3",
          "transcript_support_level": null,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 831,
          "cds_start": 1909,
          "cds_end": null,
          "cds_length": 2496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000256637.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002959.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1909G>A",
          "hgvs_p": "p.Gly637Ser",
          "transcript": "ENST00000256637.8",
          "protein_id": "ENSP00000256637.6",
          "transcript_support_level": 1,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 831,
          "cds_start": 1909,
          "cds_end": null,
          "cds_length": 2496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002959.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000256637.8"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.2026G>A",
          "hgvs_p": "p.Gly676Ser",
          "transcript": "ENST00000902724.1",
          "protein_id": "ENSP00000572783.1",
          "transcript_support_level": null,
          "aa_start": 676,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 2026,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902724.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.2023G>A",
          "hgvs_p": "p.Gly675Ser",
          "transcript": "ENST00000957898.1",
          "protein_id": "ENSP00000627957.1",
          "transcript_support_level": null,
          "aa_start": 675,
          "aa_end": null,
          "aa_length": 869,
          "cds_start": 2023,
          "cds_end": null,
          "cds_length": 2610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957898.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1963G>A",
          "hgvs_p": "p.Gly655Ser",
          "transcript": "ENST00000934843.1",
          "protein_id": "ENSP00000604902.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 849,
          "cds_start": 1963,
          "cds_end": null,
          "cds_length": 2550,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934843.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1960G>A",
          "hgvs_p": "p.Gly654Ser",
          "transcript": "ENST00000902725.1",
          "protein_id": "ENSP00000572784.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 848,
          "cds_start": 1960,
          "cds_end": null,
          "cds_length": 2547,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902725.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1927G>A",
          "hgvs_p": "p.Gly643Ser",
          "transcript": "ENST00000902726.1",
          "protein_id": "ENSP00000572785.1",
          "transcript_support_level": null,
          "aa_start": 643,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 1927,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902726.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1879G>A",
          "hgvs_p": "p.Gly627Ser",
          "transcript": "ENST00000957902.1",
          "protein_id": "ENSP00000627961.1",
          "transcript_support_level": null,
          "aa_start": 627,
          "aa_end": null,
          "aa_length": 821,
          "cds_start": 1879,
          "cds_end": null,
          "cds_length": 2466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957902.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1849G>A",
          "hgvs_p": "p.Gly617Ser",
          "transcript": "ENST00000934841.1",
          "protein_id": "ENSP00000604900.1",
          "transcript_support_level": null,
          "aa_start": 617,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 1849,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934841.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Gly608Ser",
          "transcript": "ENST00000934842.1",
          "protein_id": "ENSP00000604901.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 1822,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934842.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1819G>A",
          "hgvs_p": "p.Gly607Ser",
          "transcript": "ENST00000957899.1",
          "protein_id": "ENSP00000627958.1",
          "transcript_support_level": null,
          "aa_start": 607,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 1819,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957899.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1909G>A",
          "hgvs_p": "p.Gly637Ser",
          "transcript": "ENST00000957901.1",
          "protein_id": "ENSP00000627960.1",
          "transcript_support_level": null,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 1909,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957901.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1768G>A",
          "hgvs_p": "p.Gly590Ser",
          "transcript": "ENST00000902727.1",
          "protein_id": "ENSP00000572786.1",
          "transcript_support_level": null,
          "aa_start": 590,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 1768,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902727.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1669G>A",
          "hgvs_p": "p.Gly557Ser",
          "transcript": "ENST00000934844.1",
          "protein_id": "ENSP00000604903.1",
          "transcript_support_level": null,
          "aa_start": 557,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": 1669,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934844.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1498G>A",
          "hgvs_p": "p.Gly500Ser",
          "transcript": "NM_001205228.2",
          "protein_id": "NP_001192157.1",
          "transcript_support_level": null,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1498,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001205228.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1498G>A",
          "hgvs_p": "p.Gly500Ser",
          "transcript": "ENST00000538502.5",
          "protein_id": "ENSP00000438597.1",
          "transcript_support_level": 2,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1498,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538502.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1246G>A",
          "hgvs_p": "p.Gly416Ser",
          "transcript": "ENST00000957900.1",
          "protein_id": "ENSP00000627959.1",
          "transcript_support_level": null,
          "aa_start": 416,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1246,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957900.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1906G>A",
          "hgvs_p": "p.Gly636Ser",
          "transcript": "XM_005271100.3",
          "protein_id": "XP_005271157.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": 1906,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005271100.3"
        },
        {
          "aa_ref": "G",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SORT1",
          "gene_hgnc_id": 11186,
          "hgvs_c": "c.1501G>A",
          "hgvs_p": "p.Gly501Ser",
          "transcript": "XM_005271101.4",
          "protein_id": "XP_005271158.1",
          "transcript_support_level": null,
          "aa_start": 501,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": 1501,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005271101.4"
        }
      ],
      "gene_symbol": "SORT1",
      "gene_hgnc_id": 11186,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.900912880897522,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.653,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9539,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.25,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.203,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002959.7",
          "gene_symbol": "SORT1",
          "hgnc_id": 11186,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1909G>A",
          "hgvs_p": "p.Gly637Ser"
        }
      ],
      "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
}