← 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: 22-37644882-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "SH3BP1",
          "hgnc_id": 10824,
          "hgvs_c": "c.700C>T",
          "hgvs_p": "p.Gln234*",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_018957.6",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "ENSG00000285304",
          "hgnc_id": null,
          "hgvs_c": "c.508C>T",
          "hgvs_p": "p.Gln170*",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000451997.6",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "PDXP-DT",
          "hgnc_id": 40525,
          "hgvs_c": "n.678-1121G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "ENST00000456099.1",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.58,
      "chr": "22",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.5799999833106995,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 701,
          "aa_ref": "Q",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2658,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 2106,
          "cds_start": 700,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_018957.6",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.700C>T",
          "hgvs_p": "p.Gln234*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000649765.2",
          "protein_coding": true,
          "protein_id": "NP_061830.3",
          "strand": true,
          "transcript": "NM_018957.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 701,
          "aa_ref": "Q",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2658,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 2106,
          "cds_start": 700,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000649765.2",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.700C>T",
          "hgvs_p": "p.Gln234*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_018957.6",
          "protein_coding": true,
          "protein_id": "ENSP00000497104.1",
          "strand": true,
          "transcript": "ENST00000649765.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 605,
          "aa_ref": "Q",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3123,
          "cdna_start": 752,
          "cds_end": null,
          "cds_length": 1818,
          "cds_start": 508,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000451997.6",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000285304",
          "hgvs_c": "c.508C>T",
          "hgvs_p": "p.Gln170*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401076.2",
          "strand": true,
          "transcript": "ENST00000451997.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 712,
          "aa_ref": "Q",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": 871,
          "cds_end": null,
          "cds_length": 2139,
          "cds_start": 700,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000905665.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.700C>T",
          "hgvs_p": "p.Gln234*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575724.1",
          "strand": true,
          "transcript": "ENST00000905665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 700,
          "aa_ref": "Q",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2851,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 2103,
          "cds_start": 697,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937757.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.697C>T",
          "hgvs_p": "p.Gln233*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607816.1",
          "strand": true,
          "transcript": "ENST00000937757.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 700,
          "aa_ref": "Q",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2666,
          "cdna_start": 830,
          "cds_end": null,
          "cds_length": 2103,
          "cds_start": 697,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937758.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.697C>T",
          "hgvs_p": "p.Gln233*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607817.1",
          "strand": true,
          "transcript": "ENST00000937758.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 674,
          "aa_ref": "Q",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2483,
          "cdna_start": 799,
          "cds_end": null,
          "cds_length": 2025,
          "cds_start": 700,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000905666.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.700C>T",
          "hgvs_p": "p.Gln234*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575725.1",
          "strand": true,
          "transcript": "ENST00000905666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 666,
          "aa_ref": "Q",
          "aa_start": 199,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": 693,
          "cds_end": null,
          "cds_length": 2001,
          "cds_start": 595,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000905667.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.595C>T",
          "hgvs_p": "p.Gln199*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575726.1",
          "strand": true,
          "transcript": "ENST00000905667.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 608,
          "aa_ref": "Q",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2004,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 1827,
          "cds_start": 700,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001350055.2",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "c.700C>T",
          "hgvs_p": "p.Gln234*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336984.1",
          "strand": true,
          "transcript": "NM_001350055.2",
          "transcript_support_level": null
        },
        {
          "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": 2858,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000417536.5",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "n.700C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000411979.1",
          "strand": true,
          "transcript": "ENST00000417536.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 330,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000459646.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "n.157C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000459646.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2612,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000469947.5",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "n.1503C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000469947.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 900,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000471650.5",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "n.416C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000471650.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 947,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000495174.5",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "n.586C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000495174.5",
          "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": 1678,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000644149.1",
          "gene_hgnc_id": 10824,
          "gene_symbol": "SH3BP1",
          "hgvs_c": "n.793C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000644149.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1945,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000456099.1",
          "gene_hgnc_id": 40525,
          "gene_symbol": "PDXP-DT",
          "hgvs_c": "n.678-1121G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000456099.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1945,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_109952.1",
          "gene_hgnc_id": 40525,
          "gene_symbol": "PDXP-DT",
          "hgvs_c": "n.678-1121G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_109952.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs960519170",
      "effect": "stop_gained",
      "frequency_reference_population": 0.0000065693525,
      "gene_hgnc_id": 10824,
      "gene_symbol": "SH3BP1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656935,
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.584,
      "pos": 37644882,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.09000000357627869,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.09,
      "transcript": "NM_018957.6"
    }
  ]
}
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.