← 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: X-47212843-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 47212843,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000335972.11",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "NM_003334.4",
          "protein_id": "NP_003325.2",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2822,
          "cdna_end": null,
          "cdna_length": 3572,
          "mane_select": "ENST00000335972.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "ENST00000335972.11",
          "protein_id": "ENSP00000338413.6",
          "transcript_support_level": 1,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2822,
          "cdna_end": null,
          "cdna_length": 3572,
          "mane_select": "NM_003334.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "ENST00000377351.8",
          "protein_id": "ENSP00000366568.4",
          "transcript_support_level": 1,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2716,
          "cdna_end": null,
          "cdna_length": 3466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2668C>G",
          "hgvs_p": "p.Pro890Ala",
          "transcript": "NM_001440807.1",
          "protein_id": "NP_001427736.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": 2869,
          "cdna_end": null,
          "cdna_length": 3619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2644C>G",
          "hgvs_p": "p.Pro882Ala",
          "transcript": "NM_001440809.1",
          "protein_id": "NP_001427738.1",
          "transcript_support_level": null,
          "aa_start": 882,
          "aa_end": null,
          "aa_length": 1064,
          "cds_start": 2644,
          "cds_end": null,
          "cds_length": 3195,
          "cdna_start": 2900,
          "cdna_end": null,
          "cdna_length": 3650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2644C>G",
          "hgvs_p": "p.Pro882Ala",
          "transcript": "NM_001440810.1",
          "protein_id": "NP_001427739.1",
          "transcript_support_level": null,
          "aa_start": 882,
          "aa_end": null,
          "aa_length": 1064,
          "cds_start": 2644,
          "cds_end": null,
          "cds_length": 3195,
          "cdna_start": 2897,
          "cdna_end": null,
          "cdna_length": 3647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "NM_001440811.1",
          "protein_id": "NP_001427740.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2936,
          "cdna_end": null,
          "cdna_length": 3686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "NM_001440812.1",
          "protein_id": "NP_001427741.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2895,
          "cdna_end": null,
          "cdna_length": 3645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "NM_153280.3",
          "protein_id": "NP_695012.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2730,
          "cdna_end": null,
          "cdna_length": 3480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.970C>G",
          "hgvs_p": "p.Pro324Ala",
          "transcript": "ENST00000377269.3",
          "protein_id": "ENSP00000366481.3",
          "transcript_support_level": 2,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1749,
          "cdna_end": null,
          "cdna_length": 2497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2779C>G",
          "hgvs_p": "p.Pro927Ala",
          "transcript": "XM_017029777.2",
          "protein_id": "XP_016885266.1",
          "transcript_support_level": null,
          "aa_start": 927,
          "aa_end": null,
          "aa_length": 1109,
          "cds_start": 2779,
          "cds_end": null,
          "cds_length": 3330,
          "cdna_start": 7153,
          "cdna_end": null,
          "cdna_length": 7903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2779C>G",
          "hgvs_p": "p.Pro927Ala",
          "transcript": "XM_047442420.1",
          "protein_id": "XP_047298376.1",
          "transcript_support_level": null,
          "aa_start": 927,
          "aa_end": null,
          "aa_length": 1109,
          "cds_start": 2779,
          "cds_end": null,
          "cds_length": 3330,
          "cdna_start": 4231,
          "cdna_end": null,
          "cdna_length": 4981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2710C>G",
          "hgvs_p": "p.Pro904Ala",
          "transcript": "XM_017029778.3",
          "protein_id": "XP_016885267.1",
          "transcript_support_level": null,
          "aa_start": 904,
          "aa_end": null,
          "aa_length": 1086,
          "cds_start": 2710,
          "cds_end": null,
          "cds_length": 3261,
          "cdna_start": 5118,
          "cdna_end": null,
          "cdna_length": 5868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2707C>G",
          "hgvs_p": "p.Pro903Ala",
          "transcript": "XM_047442421.1",
          "protein_id": "XP_047298377.1",
          "transcript_support_level": null,
          "aa_start": 903,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2707,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": 2947,
          "cdna_end": null,
          "cdna_length": 3697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2707C>G",
          "hgvs_p": "p.Pro903Ala",
          "transcript": "XM_047442422.1",
          "protein_id": "XP_047298378.1",
          "transcript_support_level": null,
          "aa_start": 903,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 2707,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": 2944,
          "cdna_end": null,
          "cdna_length": 3694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "XM_017029780.2",
          "protein_id": "XP_016885269.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 5071,
          "cdna_end": null,
          "cdna_length": 5821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "XM_047442424.1",
          "protein_id": "XP_047298380.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2692,
          "cdna_end": null,
          "cdna_length": 3442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "UBA1",
          "gene_hgnc_id": 12469,
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala",
          "transcript": "XM_047442425.1",
          "protein_id": "XP_047298381.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": 2626,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": 2673,
          "cdna_end": null,
          "cdna_length": 3423,
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "LOC105373194",
          "gene_hgnc_id": null,
          "hgvs_c": "n.277+4163G>C",
          "hgvs_p": null,
          "transcript": "XR_949047.4",
          "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": 1360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "UBA1",
      "gene_hgnc_id": 12469,
      "dbsnp": "rs782749176",
      "frequency_reference_population": 0.000002479548,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000182169,
      "gnomad_genomes_af": 0.00000892722,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.20251137018203735,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.091,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0897,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.54,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.279,
      "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": 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": "ENST00000335972.11",
          "gene_symbol": "UBA1",
          "hgnc_id": 12469,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL,Unknown",
          "hgvs_c": "c.2626C>G",
          "hgvs_p": "p.Pro876Ala"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_949047.4",
          "gene_symbol": "LOC105373194",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.277+4163G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Infantile-onset X-linked spinal muscular atrophy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Infantile-onset X-linked spinal muscular atrophy",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}