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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 209622984,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant,splice_region_variant",
      "transcript": "NM_000228.3",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "NM_000228.3",
          "protein_id": "NP_000219.2",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000356082.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000228.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000356082.9",
          "protein_id": "ENSP00000348384.3",
          "transcript_support_level": 1,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000228.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000356082.9"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000367030.7",
          "protein_id": "ENSP00000355997.3",
          "transcript_support_level": 1,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000367030.7"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000391911.5",
          "protein_id": "ENSP00000375778.1",
          "transcript_support_level": 1,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000391911.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "NM_001017402.2",
          "protein_id": "NP_001017402.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001017402.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "NM_001127641.1",
          "protein_id": "NP_001121113.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001127641.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000887344.1",
          "protein_id": "ENSP00000557403.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887344.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000887348.1",
          "protein_id": "ENSP00000557407.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887348.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000887343.1",
          "protein_id": "ENSP00000557402.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887343.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000962082.1",
          "protein_id": "ENSP00000632141.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962082.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000887346.1",
          "protein_id": "ENSP00000557405.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887346.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "ENST00000887350.1",
          "protein_id": "ENSP00000557409.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887350.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2362A>G",
          "hgvs_p": "p.Met788Val",
          "transcript": "ENST00000887349.1",
          "protein_id": "ENSP00000557408.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 2362,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887349.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2239A>G",
          "hgvs_p": "p.Met747Val",
          "transcript": "ENST00000962083.1",
          "protein_id": "ENSP00000632142.1",
          "transcript_support_level": null,
          "aa_start": 747,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": 2239,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962083.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2014A>G",
          "hgvs_p": "p.Met672Val",
          "transcript": "ENST00000887345.1",
          "protein_id": "ENSP00000557404.1",
          "transcript_support_level": null,
          "aa_start": 672,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 2014,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887345.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val",
          "transcript": "XM_005273124.5",
          "protein_id": "XP_005273181.1",
          "transcript_support_level": null,
          "aa_start": 852,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": 2554,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005273124.5"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2362A>G",
          "hgvs_p": "p.Met788Val",
          "transcript": "XM_017001272.3",
          "protein_id": "XP_016856761.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 2362,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017001272.3"
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2362A>G",
          "hgvs_p": "p.Met788Val",
          "transcript": "XM_047420351.1",
          "protein_id": "XP_047276307.1",
          "transcript_support_level": null,
          "aa_start": 788,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 2362,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420351.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": 22,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "LAMB3",
          "gene_hgnc_id": 6490,
          "hgvs_c": "c.2359-304A>G",
          "hgvs_p": null,
          "transcript": "ENST00000887347.1",
          "protein_id": "ENSP00000557406.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887347.1"
        }
      ],
      "gene_symbol": "LAMB3",
      "gene_hgnc_id": 6490,
      "dbsnp": "rs12748250",
      "frequency_reference_population": 0.0000012399395,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84567e-7,
      "gnomad_genomes_af": 0.00000657013,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.25716912746429443,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.07400000095367432,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": 0.118,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2275,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.37,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.291,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.12,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.0056410683087129,
      "dbscsnv_ada_prediction": "Benign",
      "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_000228.3",
          "gene_symbol": "LAMB3",
          "hgnc_id": 6490,
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.2554A>G",
          "hgvs_p": "p.Met852Val"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}