← 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: 16-29807131-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 8,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MAZ",
          "hgnc_id": 6914,
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -8,
          "transcript": "NM_001042539.3",
          "verdict": "Benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000259952",
          "hgnc_id": null,
          "hgvs_c": "n.502+100G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "ENST00000566537.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_score": -8,
      "allele_count_reference_population": 23,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1074,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.71,
      "chr": "16",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0021101534366607666,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "P",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2540,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_002383.4",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000322945.11",
          "protein_coding": true,
          "protein_id": "NP_002374.2",
          "strand": true,
          "transcript": "NM_002383.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "P",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2540,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000322945.11",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002383.4",
          "protein_coding": true,
          "protein_id": "ENSP00000313362.6",
          "strand": true,
          "transcript": "ENST00000322945.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "P",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2765,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000219782.11",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000219782.6",
          "strand": true,
          "transcript": "ENST00000219782.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "P",
          "aa_start": 93,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2333,
          "cdna_start": 316,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000545521.5",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.277C>T",
          "hgvs_p": "p.Pro93Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000443956.1",
          "strand": true,
          "transcript": "ENST00000545521.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "P",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2765,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001042539.3",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001036004.1",
          "strand": true,
          "transcript": "NM_001042539.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "P",
          "aa_start": 93,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2319,
          "cdna_start": 298,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001276275.2",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.277C>T",
          "hgvs_p": "p.Pro93Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001263204.1",
          "strand": true,
          "transcript": "NM_001276275.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "P",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1682,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047434110.1",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290066.1",
          "strand": true,
          "transcript": "XM_047434110.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "P",
          "aa_start": 93,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1455,
          "cdna_start": 298,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047434111.1",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.277C>T",
          "hgvs_p": "p.Pro93Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290067.1",
          "strand": true,
          "transcript": "XM_047434111.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 401,
          "aa_ref": "P",
          "aa_start": 116,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1421,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 1206,
          "cds_start": 346,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047434113.1",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290069.1",
          "strand": true,
          "transcript": "XM_047434113.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1461,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 561,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000563402.1",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.281+65C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457310.1",
          "strand": true,
          "transcript": "ENST00000563402.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1455,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000566906.6",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.281+65C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000461174.1",
          "strand": true,
          "transcript": "ENST00000566906.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 172,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1625,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 519,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001276276.2",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.192+238C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001263205.1",
          "strand": true,
          "transcript": "NM_001276276.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 172,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 519,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000562337.5",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "c.192+238C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455726.1",
          "strand": true,
          "transcript": "ENST00000562337.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 672,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000561855.1",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "n.192+238C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000456179.1",
          "strand": true,
          "transcript": "ENST00000561855.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 547,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000566537.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000259952",
          "hgvs_c": "n.502+100G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000566537.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1689,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_074080.2",
          "gene_hgnc_id": 6914,
          "gene_symbol": "MAZ",
          "hgvs_c": "n.365+238C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_074080.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1401164315",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000022418815,
      "gene_hgnc_id": 6914,
      "gene_symbol": "MAZ",
      "gnomad_exomes_ac": 9,
      "gnomad_exomes_af": 0.0000102535,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 14,
      "gnomad_genomes_af": 0.0000944848,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.077,
      "pos": 29807131,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.015,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001042539.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.