← 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: 14-50118350-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 50118350,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "NM_006939.4",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3993C>T",
          "hgvs_p": "p.Pro1331Pro",
          "transcript": "NM_006939.4",
          "protein_id": "NP_008870.2",
          "transcript_support_level": null,
          "aa_start": 1331,
          "aa_end": null,
          "aa_length": 1332,
          "cds_start": 3993,
          "cds_end": null,
          "cds_length": 3999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000216373.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006939.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3993C>T",
          "hgvs_p": "p.Pro1331Pro",
          "transcript": "ENST00000216373.10",
          "protein_id": "ENSP00000216373.5",
          "transcript_support_level": 1,
          "aa_start": 1331,
          "aa_end": null,
          "aa_length": 1332,
          "cds_start": 3993,
          "cds_end": null,
          "cds_length": 3999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006939.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000216373.10"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3894C>T",
          "hgvs_p": "p.Pro1298Pro",
          "transcript": "ENST00000543680.5",
          "protein_id": "ENSP00000445328.1",
          "transcript_support_level": 1,
          "aa_start": 1298,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 3894,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543680.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4134C>T",
          "hgvs_p": "p.Pro1378Pro",
          "transcript": "ENST00000934708.1",
          "protein_id": "ENSP00000604767.1",
          "transcript_support_level": null,
          "aa_start": 1378,
          "aa_end": null,
          "aa_length": 1379,
          "cds_start": 4134,
          "cds_end": null,
          "cds_length": 4140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934708.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4047C>T",
          "hgvs_p": "p.Pro1349Pro",
          "transcript": "ENST00000953731.1",
          "protein_id": "ENSP00000623790.1",
          "transcript_support_level": null,
          "aa_start": 1349,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": 4047,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953731.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3894C>T",
          "hgvs_p": "p.Pro1298Pro",
          "transcript": "NM_001411020.1",
          "protein_id": "NP_001397949.1",
          "transcript_support_level": null,
          "aa_start": 1298,
          "aa_end": null,
          "aa_length": 1299,
          "cds_start": 3894,
          "cds_end": null,
          "cds_length": 3900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001411020.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3882C>T",
          "hgvs_p": "p.Pro1294Pro",
          "transcript": "ENST00000953732.1",
          "protein_id": "ENSP00000623791.1",
          "transcript_support_level": null,
          "aa_start": 1294,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 3882,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953732.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3876C>T",
          "hgvs_p": "p.Pro1292Pro",
          "transcript": "ENST00000953735.1",
          "protein_id": "ENSP00000623794.1",
          "transcript_support_level": null,
          "aa_start": 1292,
          "aa_end": null,
          "aa_length": 1293,
          "cds_start": 3876,
          "cds_end": null,
          "cds_length": 3882,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953735.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3849C>T",
          "hgvs_p": "p.Pro1283Pro",
          "transcript": "ENST00000953733.1",
          "protein_id": "ENSP00000623792.1",
          "transcript_support_level": null,
          "aa_start": 1283,
          "aa_end": null,
          "aa_length": 1284,
          "cds_start": 3849,
          "cds_end": null,
          "cds_length": 3855,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953733.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3789C>T",
          "hgvs_p": "p.Pro1263Pro",
          "transcript": "ENST00000953734.1",
          "protein_id": "ENSP00000623793.1",
          "transcript_support_level": null,
          "aa_start": 1263,
          "aa_end": null,
          "aa_length": 1264,
          "cds_start": 3789,
          "cds_end": null,
          "cds_length": 3795,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953734.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3570C>T",
          "hgvs_p": "p.Pro1190Pro",
          "transcript": "ENST00000934709.1",
          "protein_id": "ENSP00000604768.1",
          "transcript_support_level": null,
          "aa_start": 1190,
          "aa_end": null,
          "aa_length": 1191,
          "cds_start": 3570,
          "cds_end": null,
          "cds_length": 3576,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934709.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4188C>T",
          "hgvs_p": "p.Pro1396Pro",
          "transcript": "XM_047431713.1",
          "protein_id": "XP_047287669.1",
          "transcript_support_level": null,
          "aa_start": 1396,
          "aa_end": null,
          "aa_length": 1397,
          "cds_start": 4188,
          "cds_end": null,
          "cds_length": 4194,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431713.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4134C>T",
          "hgvs_p": "p.Pro1378Pro",
          "transcript": "XM_047431714.1",
          "protein_id": "XP_047287670.1",
          "transcript_support_level": null,
          "aa_start": 1378,
          "aa_end": null,
          "aa_length": 1379,
          "cds_start": 4134,
          "cds_end": null,
          "cds_length": 4140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431714.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4089C>T",
          "hgvs_p": "p.Pro1363Pro",
          "transcript": "XM_047431715.1",
          "protein_id": "XP_047287671.1",
          "transcript_support_level": null,
          "aa_start": 1363,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": 4089,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431715.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4047C>T",
          "hgvs_p": "p.Pro1349Pro",
          "transcript": "XM_047431716.1",
          "protein_id": "XP_047287672.1",
          "transcript_support_level": null,
          "aa_start": 1349,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": 4047,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431716.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4035C>T",
          "hgvs_p": "p.Pro1345Pro",
          "transcript": "XM_047431717.1",
          "protein_id": "XP_047287673.1",
          "transcript_support_level": null,
          "aa_start": 1345,
          "aa_end": null,
          "aa_length": 1346,
          "cds_start": 4035,
          "cds_end": null,
          "cds_length": 4041,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431717.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.4008C>T",
          "hgvs_p": "p.Pro1336Pro",
          "transcript": "XM_047431718.1",
          "protein_id": "XP_047287674.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 4008,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431718.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3954C>T",
          "hgvs_p": "p.Pro1318Pro",
          "transcript": "XM_047431719.1",
          "protein_id": "XP_047287675.1",
          "transcript_support_level": null,
          "aa_start": 1318,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 3954,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431719.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3867C>T",
          "hgvs_p": "p.Pro1289Pro",
          "transcript": "XM_047431722.1",
          "protein_id": "XP_047287678.1",
          "transcript_support_level": null,
          "aa_start": 1289,
          "aa_end": null,
          "aa_length": 1290,
          "cds_start": 3867,
          "cds_end": null,
          "cds_length": 3873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431722.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SOS2",
          "gene_hgnc_id": 11188,
          "hgvs_c": "c.3867C>T",
          "hgvs_p": "p.Pro1289Pro",
          "transcript": "XM_047431723.1",
          "protein_id": "XP_047287679.1",
          "transcript_support_level": null,
          "aa_start": 1289,
          "aa_end": null,
          "aa_length": 1290,
          "cds_start": 3867,
          "cds_end": null,
          "cds_length": 3873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047431723.1"
        }
      ],
      "gene_symbol": "SOS2",
      "gene_hgnc_id": 11188,
      "dbsnp": null,
      "frequency_reference_population": 0.0000013689329,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136893,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5699999928474426,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.57,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.194,
      "phylop100way_prediction": "Benign",
      "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": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 7,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Moderate",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_006939.4",
          "gene_symbol": "SOS2",
          "hgnc_id": 11188,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3993C>T",
          "hgvs_p": "p.Pro1331Pro"
        }
      ],
      "clinvar_disease": "Noonan syndrome 9",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "Noonan syndrome 9",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}