← 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: 13-20800229-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "13",
      "pos": 20800229,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_022459.5",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "NM_022459.5",
          "protein_id": "NP_071904.4",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1151,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000255305.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022459.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "ENST00000255305.11",
          "protein_id": "ENSP00000255305.6",
          "transcript_support_level": 1,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1151,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_022459.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000255305.11"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "ENST00000909777.1",
          "protein_id": "ENSP00000579836.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1149,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909777.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "ENST00000953408.1",
          "protein_id": "ENSP00000623467.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953408.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "ENST00000936073.1",
          "protein_id": "ENSP00000606132.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936073.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "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": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "NM_001372061.1",
          "protein_id": "NP_001358990.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001372061.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "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": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile",
          "transcript": "ENST00000909776.1",
          "protein_id": "ENSP00000579835.1",
          "transcript_support_level": null,
          "aa_start": 692,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 2074,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000909776.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1687G>A",
          "hgvs_p": "p.Val563Ile",
          "transcript": "ENST00000936072.1",
          "protein_id": "ENSP00000606131.1",
          "transcript_support_level": null,
          "aa_start": 563,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 1687,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936072.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1993G>A",
          "hgvs_p": "p.Val665Ile",
          "transcript": "XM_047430537.1",
          "protein_id": "XP_047286493.1",
          "transcript_support_level": null,
          "aa_start": 665,
          "aa_end": null,
          "aa_length": 1124,
          "cds_start": 1993,
          "cds_end": null,
          "cds_length": 3375,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047430537.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1852G>A",
          "hgvs_p": "p.Val618Ile",
          "transcript": "XM_024449394.2",
          "protein_id": "XP_024305162.1",
          "transcript_support_level": null,
          "aa_start": 618,
          "aa_end": null,
          "aa_length": 1077,
          "cds_start": 1852,
          "cds_end": null,
          "cds_length": 3234,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449394.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1549G>A",
          "hgvs_p": "p.Val517Ile",
          "transcript": "XM_017020704.3",
          "protein_id": "XP_016876193.1",
          "transcript_support_level": null,
          "aa_start": 517,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 1549,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020704.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1537G>A",
          "hgvs_p": "p.Val513Ile",
          "transcript": "XM_011535200.3",
          "protein_id": "XP_011533502.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 1537,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011535200.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1537G>A",
          "hgvs_p": "p.Val513Ile",
          "transcript": "XM_017020705.2",
          "protein_id": "XP_016876194.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 1537,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020705.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1537G>A",
          "hgvs_p": "p.Val513Ile",
          "transcript": "XM_047430538.1",
          "protein_id": "XP_047286494.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 1537,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047430538.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1537G>A",
          "hgvs_p": "p.Val513Ile",
          "transcript": "XM_047430539.1",
          "protein_id": "XP_047286495.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 1537,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047430539.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1537G>A",
          "hgvs_p": "p.Val513Ile",
          "transcript": "XM_047430540.1",
          "protein_id": "XP_047286496.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 1537,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047430540.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1246G>A",
          "hgvs_p": "p.Val416Ile",
          "transcript": "XM_017020706.3",
          "protein_id": "XP_016876195.1",
          "transcript_support_level": null,
          "aa_start": 416,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 1246,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020706.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "XPO4",
          "gene_hgnc_id": 17796,
          "hgvs_c": "c.1204G>A",
          "hgvs_p": "p.Val402Ile",
          "transcript": "XM_005266504.5",
          "protein_id": "XP_005266561.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 861,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 2586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005266504.5"
        }
      ],
      "gene_symbol": "XPO4",
      "gene_hgnc_id": 17796,
      "dbsnp": "rs2059413955",
      "frequency_reference_population": 6.8405814e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84058e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3724822998046875,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.131,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.08,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.23,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 7.269,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_022459.5",
          "gene_symbol": "XPO4",
          "hgnc_id": 17796,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2074G>A",
          "hgvs_p": "p.Val692Ile"
        }
      ],
      "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
}