← 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: 10-104314947-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ITPRIP",
          "hgnc_id": 29370,
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_033397.4",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ITPRIP-AS1",
          "hgnc_id": 54100,
          "hgvs_c": "n.69-8397G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "ENST00000772612.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0757,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.62,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.054934293031692505,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6585,
          "cdna_start": 1338,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001272013.2",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000337478.3",
          "protein_coding": true,
          "protein_id": "NP_001258942.1",
          "strand": false,
          "transcript": "NM_001272013.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6585,
          "cdna_start": 1338,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000337478.3",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001272013.2",
          "protein_coding": true,
          "protein_id": "ENSP00000337178.1",
          "strand": false,
          "transcript": "ENST00000337478.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6807,
          "cdna_start": 1558,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000278071.6",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000278071.2",
          "strand": false,
          "transcript": "ENST00000278071.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6493,
          "cdna_start": 1246,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001272012.2",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001258941.1",
          "strand": false,
          "transcript": "NM_001272012.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6805,
          "cdna_start": 1558,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_033397.4",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_203755.1",
          "strand": false,
          "transcript": "NM_033397.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3981,
          "cdna_start": 1178,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000358187.2",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000350915.2",
          "strand": false,
          "transcript": "ENST00000358187.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4320,
          "cdna_start": 1530,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000647721.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000497746.1",
          "strand": false,
          "transcript": "ENST00000647721.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3976,
          "cdna_start": 1173,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877295.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547354.1",
          "strand": false,
          "transcript": "ENST00000877295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4315,
          "cdna_start": 1511,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000877296.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547355.1",
          "strand": false,
          "transcript": "ENST00000877296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4020,
          "cdna_start": 1369,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000877297.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547356.1",
          "strand": false,
          "transcript": "ENST00000877297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4014,
          "cdna_start": 1212,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877298.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547357.1",
          "strand": false,
          "transcript": "ENST00000877298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4135,
          "cdna_start": 1329,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000877299.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547358.1",
          "strand": false,
          "transcript": "ENST00000877299.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4517,
          "cdna_start": 1705,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000913746.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583805.1",
          "strand": false,
          "transcript": "ENST00000913746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4155,
          "cdna_start": 1353,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000941388.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611447.1",
          "strand": false,
          "transcript": "ENST00000941388.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "P",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4030,
          "cdna_start": 1222,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 1105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000941389.1",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Pro369Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611448.1",
          "strand": false,
          "transcript": "ENST00000941389.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 552,
          "aa_ref": "P",
          "aa_start": 374,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6369,
          "cdna_start": 1122,
          "cds_end": null,
          "cds_length": 1659,
          "cds_start": 1120,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_005270257.3",
          "gene_hgnc_id": 29370,
          "gene_symbol": "ITPRIP",
          "hgvs_c": "c.1120C>T",
          "hgvs_p": "p.Pro374Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005270314.1",
          "strand": false,
          "transcript": "XM_005270257.3",
          "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": 719,
          "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": "ENST00000772612.1",
          "gene_hgnc_id": 54100,
          "gene_symbol": "ITPRIP-AS1",
          "hgvs_c": "n.69-8397G>A",
          "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": "ENST00000772612.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs754329412",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000001368605,
      "gene_hgnc_id": 29370,
      "gene_symbol": "ITPRIP",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000136861,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "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": "Benign",
      "phylop100way_score": -0.137,
      "pos": 104314947,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.077,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_033397.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.