← 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: 15-59207056-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "LDHAL6B",
          "hgnc_id": 21481,
          "hgvs_c": "c.116A>G",
          "hgvs_p": "p.Asn39Ser",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "NM_033195.3",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 8,
          "criteria": [
            "BP4_Strong",
            "BS1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "MYO1E",
          "hgnc_id": 7599,
          "hgvs_c": "c.1531-1571T>C",
          "hgvs_p": null,
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 0,
          "score": -8,
          "transcript": "NM_004998.4",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_score": -4,
      "allele_count_reference_population": 195,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0598,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.61,
      "chr": "15",
      "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.023177385330200195,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": "N",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1746,
          "cdna_start": 214,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": 116,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 1,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_033195.3",
          "gene_hgnc_id": 21481,
          "gene_symbol": "LDHAL6B",
          "hgvs_c": "c.116A>G",
          "hgvs_p": "p.Asn39Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000307144.6",
          "protein_coding": true,
          "protein_id": "NP_149972.1",
          "strand": true,
          "transcript": "NM_033195.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": "N",
          "aa_start": 39,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1746,
          "cdna_start": 214,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": 116,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 1,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000307144.6",
          "gene_hgnc_id": 21481,
          "gene_symbol": "LDHAL6B",
          "hgvs_c": "c.116A>G",
          "hgvs_p": "p.Asn39Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_033195.3",
          "protein_coding": true,
          "protein_id": "ENSP00000302393.4",
          "strand": true,
          "transcript": "ENST00000307144.6",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8644,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_004998.4",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1531-1571T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000288235.9",
          "protein_coding": true,
          "protein_id": "NP_004989.2",
          "strand": false,
          "transcript": "NM_004998.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8644,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000288235.9",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1531-1571T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_004998.4",
          "protein_coding": true,
          "protein_id": "ENSP00000288235.4",
          "strand": false,
          "transcript": "ENST00000288235.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1119,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4731,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3360,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884343.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1531-1571T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554402.1",
          "strand": false,
          "transcript": "ENST00000884343.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1099,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4395,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3300,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884345.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1504-1571T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554404.1",
          "strand": false,
          "transcript": "ENST00000884345.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1081,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4633,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3246,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884339.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1450-1571T>C",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554398.1",
          "strand": false,
          "transcript": "ENST00000884339.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1067,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4588,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3204,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929058.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1530+1625T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599117.1",
          "strand": false,
          "transcript": "ENST00000929058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1064,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4593,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3195,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884338.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1399-1571T>C",
          "hgvs_p": null,
          "intron_rank": 13,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554397.1",
          "strand": false,
          "transcript": "ENST00000884338.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1059,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4295,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3180,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884344.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1531-1571T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554403.1",
          "strand": false,
          "transcript": "ENST00000884344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1052,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3159,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884341.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1363-1571T>C",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554400.1",
          "strand": false,
          "transcript": "ENST00000884341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4524,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000929057.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1531-1571T>C",
          "hgvs_p": null,
          "intron_rank": 14,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599116.1",
          "strand": false,
          "transcript": "ENST00000929057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1030,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4480,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3093,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884340.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1297-1571T>C",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554399.1",
          "strand": false,
          "transcript": "ENST00000884340.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 911,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2736,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884342.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.1107+10835T>C",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554401.1",
          "strand": false,
          "transcript": "ENST00000884342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 952,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 950,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000560749.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.100-1571T>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454113.1",
          "strand": false,
          "transcript": "ENST00000560749.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 828,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 828,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000559269.5",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "c.597+10835T>C",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453232.1",
          "strand": false,
          "transcript": "ENST00000559269.5",
          "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": 559,
          "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": "ENST00000560642.1",
          "gene_hgnc_id": 7599,
          "gene_symbol": "MYO1E",
          "hgvs_c": "n.321-1571T>C",
          "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": "ENST00000560642.1",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs148651064",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00012080677,
      "gene_hgnc_id": 21481,
      "gene_symbol": "LDHAL6B",
      "gnomad_exomes_ac": 174,
      "gnomad_exomes_af": 0.000119028,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 21,
      "gnomad_genomes_af": 0.00013788,
      "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": -1.164,
      "pos": 59207056,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.047,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_033195.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.