← 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: 1-114405659-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TRIM33",
          "hgnc_id": 16290,
          "hgvs_c": "c.2519T>C",
          "hgvs_p": "p.Ile840Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_015906.4",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 1482809,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0405,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 5.423833044915227e-7,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "I",
          "aa_start": 840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8369,
          "cdna_start": 2646,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 2519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_015906.4",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2519T>C",
          "hgvs_p": "p.Ile840Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000358465.7",
          "protein_coding": true,
          "protein_id": "NP_056990.3",
          "strand": false,
          "transcript": "NM_015906.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "I",
          "aa_start": 840,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8369,
          "cdna_start": 2646,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 2519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000358465.7",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2519T>C",
          "hgvs_p": "p.Ile840Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_015906.4",
          "protein_coding": true,
          "protein_id": "ENSP00000351250.2",
          "strand": false,
          "transcript": "ENST00000358465.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1110,
          "aa_ref": "I",
          "aa_start": 840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3457,
          "cdna_start": 2603,
          "cds_end": null,
          "cds_length": 3333,
          "cds_start": 2519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000369543.6",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2519T>C",
          "hgvs_p": "p.Ile840Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358556.2",
          "strand": false,
          "transcript": "ENST00000369543.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "I",
          "aa_start": 871,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8376,
          "cdna_start": 2702,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2612,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000925754.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2612T>C",
          "hgvs_p": "p.Ile871Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595813.1",
          "strand": false,
          "transcript": "ENST00000925754.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1140,
          "aa_ref": "I",
          "aa_start": 870,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3617,
          "cdna_start": 2736,
          "cds_end": null,
          "cds_length": 3423,
          "cds_start": 2609,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000925758.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2609T>C",
          "hgvs_p": "p.Ile870Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595817.1",
          "strand": false,
          "transcript": "ENST00000925758.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1134,
          "aa_ref": "I",
          "aa_start": 864,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5279,
          "cdna_start": 2733,
          "cds_end": null,
          "cds_length": 3405,
          "cds_start": 2591,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000925756.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2591T>C",
          "hgvs_p": "p.Ile864Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595815.1",
          "strand": false,
          "transcript": "ENST00000925756.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "I",
          "aa_start": 863,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3617,
          "cdna_start": 2736,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 2588,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000925757.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2588T>C",
          "hgvs_p": "p.Ile863Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595816.1",
          "strand": false,
          "transcript": "ENST00000925757.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1110,
          "aa_ref": "I",
          "aa_start": 840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8318,
          "cdna_start": 2646,
          "cds_end": null,
          "cds_length": 3333,
          "cds_start": 2519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_033020.3",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2519T>C",
          "hgvs_p": "p.Ile840Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_148980.2",
          "strand": false,
          "transcript": "NM_033020.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1060,
          "aa_ref": "I",
          "aa_start": 773,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8178,
          "cdna_start": 2453,
          "cds_end": null,
          "cds_length": 3183,
          "cds_start": 2318,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000925753.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2318T>C",
          "hgvs_p": "p.Ile773Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595812.1",
          "strand": false,
          "transcript": "ENST00000925753.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1043,
          "aa_ref": "I",
          "aa_start": 773,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5012,
          "cdna_start": 2466,
          "cds_end": null,
          "cds_length": 3132,
          "cds_start": 2318,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000964324.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2318T>C",
          "hgvs_p": "p.Ile773Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634383.1",
          "strand": false,
          "transcript": "ENST00000964324.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1041,
          "aa_ref": "I",
          "aa_start": 752,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3286,
          "cdna_start": 2390,
          "cds_end": null,
          "cds_length": 3126,
          "cds_start": 2255,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000964325.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2255T>C",
          "hgvs_p": "p.Ile752Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000634384.1",
          "strand": false,
          "transcript": "ENST00000964325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1039,
          "aa_ref": "I",
          "aa_start": 752,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8155,
          "cdna_start": 2423,
          "cds_end": null,
          "cds_length": 3120,
          "cds_start": 2255,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000925752.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2255T>C",
          "hgvs_p": "p.Ile752Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595811.1",
          "strand": false,
          "transcript": "ENST00000925752.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1022,
          "aa_ref": "I",
          "aa_start": 752,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7958,
          "cdna_start": 2280,
          "cds_end": null,
          "cds_length": 3069,
          "cds_start": 2255,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000925755.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2255T>C",
          "hgvs_p": "p.Ile752Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595814.1",
          "strand": false,
          "transcript": "ENST00000925755.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 887,
          "aa_ref": "I",
          "aa_start": 600,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2706,
          "cdna_start": 1801,
          "cds_end": null,
          "cds_length": 2664,
          "cds_start": 1799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000448034.5",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.1799T>C",
          "hgvs_p": "p.Ile600Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000402333.1",
          "strand": false,
          "transcript": "ENST00000448034.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1151,
          "aa_ref": "I",
          "aa_start": 864,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8441,
          "cdna_start": 2718,
          "cds_end": null,
          "cds_length": 3456,
          "cds_start": 2591,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_005270936.5",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2591T>C",
          "hgvs_p": "p.Ile864Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005270993.1",
          "strand": false,
          "transcript": "XM_005270936.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1150,
          "aa_ref": "I",
          "aa_start": 863,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8438,
          "cdna_start": 2715,
          "cds_end": null,
          "cds_length": 3453,
          "cds_start": 2588,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011541568.4",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2588T>C",
          "hgvs_p": "p.Ile863Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011539870.1",
          "strand": false,
          "transcript": "XM_011541568.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1134,
          "aa_ref": "I",
          "aa_start": 864,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8390,
          "cdna_start": 2718,
          "cds_end": null,
          "cds_length": 3405,
          "cds_start": 2591,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_005270937.5",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2591T>C",
          "hgvs_p": "p.Ile864Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005270994.1",
          "strand": false,
          "transcript": "XM_005270937.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "I",
          "aa_start": 863,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8387,
          "cdna_start": 2715,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 2588,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047422512.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "c.2588T>C",
          "hgvs_p": "p.Ile863Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278468.1",
          "strand": false,
          "transcript": "XM_047422512.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": 1461,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000476908.1",
          "gene_hgnc_id": 16290,
          "gene_symbol": "TRIM33",
          "hgvs_c": "n.128T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000476908.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs6537825",
      "effect": "missense_variant",
      "frequency_reference_population": 0.9186315,
      "gene_hgnc_id": 16290,
      "gene_symbol": "TRIM33",
      "gnomad_exomes_ac": 1342815,
      "gnomad_exomes_af": 0.918554,
      "gnomad_exomes_homalt": 619407,
      "gnomad_genomes_ac": 139994,
      "gnomad_genomes_af": 0.91938,
      "gnomad_genomes_homalt": 64802,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 684209,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.042,
      "pos": 114405659,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.1,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.03999999910593033,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "transcript": "NM_015906.4"
    }
  ]
}
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.