← 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: 20-32437205-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "20",
      "pos": 32437205,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000375687.10",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4493C>T",
          "hgvs_p": "p.Thr1498Met",
          "transcript": "NM_015338.6",
          "protein_id": "NP_056153.2",
          "transcript_support_level": null,
          "aa_start": 1498,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 4493,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 4938,
          "cdna_end": null,
          "cdna_length": 7052,
          "mane_select": "ENST00000375687.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4493C>T",
          "hgvs_p": "p.Thr1498Met",
          "transcript": "ENST00000375687.10",
          "protein_id": "ENSP00000364839.4",
          "transcript_support_level": 5,
          "aa_start": 1498,
          "aa_end": null,
          "aa_length": 1541,
          "cds_start": 4493,
          "cds_end": null,
          "cds_length": 4626,
          "cdna_start": 4938,
          "cdna_end": null,
          "cdna_length": 7052,
          "mane_select": "NM_015338.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4478C>T",
          "hgvs_p": "p.Thr1493Met",
          "transcript": "ENST00000306058.9",
          "protein_id": "ENSP00000305119.5",
          "transcript_support_level": 1,
          "aa_start": 1493,
          "aa_end": null,
          "aa_length": 1536,
          "cds_start": 4478,
          "cds_end": null,
          "cds_length": 4611,
          "cdna_start": 4478,
          "cdna_end": null,
          "cdna_length": 6591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4310C>T",
          "hgvs_p": "p.Thr1437Met",
          "transcript": "NM_001363734.1",
          "protein_id": "NP_001350663.1",
          "transcript_support_level": null,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1480,
          "cds_start": 4310,
          "cds_end": null,
          "cds_length": 4443,
          "cdna_start": 4553,
          "cdna_end": null,
          "cdna_length": 6667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4310C>T",
          "hgvs_p": "p.Thr1437Met",
          "transcript": "ENST00000646985.1",
          "protein_id": "ENSP00000495053.1",
          "transcript_support_level": null,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1480,
          "cds_start": 4310,
          "cds_end": null,
          "cds_length": 4443,
          "cdna_start": 4553,
          "cdna_end": null,
          "cdna_length": 6666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4754C>T",
          "hgvs_p": "p.Thr1585Met",
          "transcript": "XM_011528648.4",
          "protein_id": "XP_011526950.1",
          "transcript_support_level": null,
          "aa_start": 1585,
          "aa_end": null,
          "aa_length": 1628,
          "cds_start": 4754,
          "cds_end": null,
          "cds_length": 4887,
          "cdna_start": 4782,
          "cdna_end": null,
          "cdna_length": 6896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4490C>T",
          "hgvs_p": "p.Thr1497Met",
          "transcript": "XM_006723727.4",
          "protein_id": "XP_006723790.1",
          "transcript_support_level": null,
          "aa_start": 1497,
          "aa_end": null,
          "aa_length": 1540,
          "cds_start": 4490,
          "cds_end": null,
          "cds_length": 4623,
          "cdna_start": 4935,
          "cdna_end": null,
          "cdna_length": 7049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4472C>T",
          "hgvs_p": "p.Thr1491Met",
          "transcript": "XM_047439939.1",
          "protein_id": "XP_047295895.1",
          "transcript_support_level": null,
          "aa_start": 1491,
          "aa_end": null,
          "aa_length": 1534,
          "cds_start": 4472,
          "cds_end": null,
          "cds_length": 4605,
          "cdna_start": 4715,
          "cdna_end": null,
          "cdna_length": 6829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4463C>T",
          "hgvs_p": "p.Thr1488Met",
          "transcript": "XM_006723728.4",
          "protein_id": "XP_006723791.1",
          "transcript_support_level": null,
          "aa_start": 1488,
          "aa_end": null,
          "aa_length": 1531,
          "cds_start": 4463,
          "cds_end": null,
          "cds_length": 4596,
          "cdna_start": 4706,
          "cdna_end": null,
          "cdna_length": 6820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4460C>T",
          "hgvs_p": "p.Thr1487Met",
          "transcript": "XM_047439940.1",
          "protein_id": "XP_047295896.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1530,
          "cds_start": 4460,
          "cds_end": null,
          "cds_length": 4593,
          "cdna_start": 4703,
          "cdna_end": null,
          "cdna_length": 6817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4409C>T",
          "hgvs_p": "p.Thr1470Met",
          "transcript": "XM_006723730.5",
          "protein_id": "XP_006723793.1",
          "transcript_support_level": null,
          "aa_start": 1470,
          "aa_end": null,
          "aa_length": 1513,
          "cds_start": 4409,
          "cds_end": null,
          "cds_length": 4542,
          "cdna_start": 4806,
          "cdna_end": null,
          "cdna_length": 6920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4409C>T",
          "hgvs_p": "p.Thr1470Met",
          "transcript": "XM_047439941.1",
          "protein_id": "XP_047295897.1",
          "transcript_support_level": null,
          "aa_start": 1470,
          "aa_end": null,
          "aa_length": 1513,
          "cds_start": 4409,
          "cds_end": null,
          "cds_length": 4542,
          "cdna_start": 5112,
          "cdna_end": null,
          "cdna_length": 7226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4409C>T",
          "hgvs_p": "p.Thr1470Met",
          "transcript": "XM_047439942.1",
          "protein_id": "XP_047295898.1",
          "transcript_support_level": null,
          "aa_start": 1470,
          "aa_end": null,
          "aa_length": 1513,
          "cds_start": 4409,
          "cds_end": null,
          "cds_length": 4542,
          "cdna_start": 4803,
          "cdna_end": null,
          "cdna_length": 6917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4409C>T",
          "hgvs_p": "p.Thr1470Met",
          "transcript": "XM_047439943.1",
          "protein_id": "XP_047295899.1",
          "transcript_support_level": null,
          "aa_start": 1470,
          "aa_end": null,
          "aa_length": 1513,
          "cds_start": 4409,
          "cds_end": null,
          "cds_length": 4542,
          "cdna_start": 5028,
          "cdna_end": null,
          "cdna_length": 7142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4409C>T",
          "hgvs_p": "p.Thr1470Met",
          "transcript": "XM_047439944.1",
          "protein_id": "XP_047295900.1",
          "transcript_support_level": null,
          "aa_start": 1470,
          "aa_end": null,
          "aa_length": 1513,
          "cds_start": 4409,
          "cds_end": null,
          "cds_length": 4542,
          "cdna_start": 4719,
          "cdna_end": null,
          "cdna_length": 6833,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.4337C>T",
          "hgvs_p": "p.Thr1446Met",
          "transcript": "XM_047439945.1",
          "protein_id": "XP_047295901.1",
          "transcript_support_level": null,
          "aa_start": 1446,
          "aa_end": null,
          "aa_length": 1489,
          "cds_start": 4337,
          "cds_end": null,
          "cds_length": 4470,
          "cdna_start": 4782,
          "cdna_end": null,
          "cdna_length": 6896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.3809C>T",
          "hgvs_p": "p.Thr1270Met",
          "transcript": "XM_006723733.2",
          "protein_id": "XP_006723796.1",
          "transcript_support_level": null,
          "aa_start": 1270,
          "aa_end": null,
          "aa_length": 1313,
          "cds_start": 3809,
          "cds_end": null,
          "cds_length": 3942,
          "cdna_start": 5609,
          "cdna_end": null,
          "cdna_length": 7723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "n.6846C>T",
          "hgvs_p": null,
          "transcript": "ENST00000647223.1",
          "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": 8056,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "ASXL1",
          "gene_hgnc_id": 18318,
          "hgvs_c": "c.1870-1225C>T",
          "hgvs_p": null,
          "transcript": "ENST00000651418.1",
          "protein_id": "ENSP00000499150.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ASXL1",
      "gene_hgnc_id": 18318,
      "dbsnp": "rs150119795",
      "frequency_reference_population": 0.00041401145,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 668,
      "gnomad_exomes_af": 0.000435232,
      "gnomad_genomes_af": 0.000210258,
      "gnomad_exomes_ac": 636,
      "gnomad_genomes_ac": 32,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.08230546116828918,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.104,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1124,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.57,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.001,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS2_Supporting",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS2_Supporting"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000375687.10",
          "gene_symbol": "ASXL1",
          "hgnc_id": 18318,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4493C>T",
          "hgvs_p": "p.Thr1498Met"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,Intellectual disability,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:3 O:1",
      "phenotype_combined": "not specified|Intellectual disability|not provided|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}