← 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: 6-38923131-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "DNAH8",
          "hgnc_id": 2952,
          "hgvs_c": "c.10736G>A",
          "hgvs_p": "p.Gly3579Glu",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001206927.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "DNAH8-AS1",
          "hgnc_id": 40188,
          "hgvs_c": "n.728C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000416948.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 37,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.4042,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.08,
      "chr": "6",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.5396766662597656,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4707,
          "aa_ref": "G",
          "aa_start": 3579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14663,
          "cdna_start": 10875,
          "cds_end": null,
          "cds_length": 14124,
          "cds_start": 10736,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 93,
          "exon_rank": 72,
          "exon_rank_end": null,
          "feature": "NM_001206927.2",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10736G>A",
          "hgvs_p": "p.Gly3579Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000327475.11",
          "protein_coding": true,
          "protein_id": "NP_001193856.1",
          "strand": true,
          "transcript": "NM_001206927.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4707,
          "aa_ref": "G",
          "aa_start": 3579,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 14663,
          "cdna_start": 10875,
          "cds_end": null,
          "cds_length": 14124,
          "cds_start": 10736,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 93,
          "exon_rank": 72,
          "exon_rank_end": null,
          "feature": "ENST00000327475.11",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10736G>A",
          "hgvs_p": "p.Gly3579Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001206927.2",
          "protein_coding": true,
          "protein_id": "ENSP00000333363.7",
          "strand": true,
          "transcript": "ENST00000327475.11",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4490,
          "aa_ref": "G",
          "aa_start": 3362,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14578,
          "cdna_start": 10790,
          "cds_end": null,
          "cds_length": 13473,
          "cds_start": 10085,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 92,
          "exon_rank": 71,
          "exon_rank_end": null,
          "feature": "NM_001371.4",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10085G>A",
          "hgvs_p": "p.Gly3362Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362.2",
          "strand": true,
          "transcript": "NM_001371.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4490,
          "aa_ref": "G",
          "aa_start": 3362,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13864,
          "cdna_start": 10339,
          "cds_end": null,
          "cds_length": 13473,
          "cds_start": 10085,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 91,
          "exon_rank": 70,
          "exon_rank_end": null,
          "feature": "ENST00000359357.7",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10085G>A",
          "hgvs_p": "p.Gly3362Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000352312.3",
          "strand": true,
          "transcript": "ENST00000359357.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4188,
          "aa_ref": "G",
          "aa_start": 3579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12940,
          "cdna_start": 10736,
          "cds_end": null,
          "cds_length": 12567,
          "cds_start": 10736,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 82,
          "exon_rank": 71,
          "exon_rank_end": null,
          "feature": "ENST00000449981.6",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10736G>A",
          "hgvs_p": "p.Gly3579Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000415331.2",
          "strand": true,
          "transcript": "ENST00000449981.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4686,
          "aa_ref": "G",
          "aa_start": 3558,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14600,
          "cdna_start": 10812,
          "cds_end": null,
          "cds_length": 14061,
          "cds_start": 10673,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 92,
          "exon_rank": 71,
          "exon_rank_end": null,
          "feature": "XM_011514318.3",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10673G>A",
          "hgvs_p": "p.Gly3558Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011512620.1",
          "strand": true,
          "transcript": "XM_011514318.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4671,
          "aa_ref": "G",
          "aa_start": 3543,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14555,
          "cdna_start": 10767,
          "cds_end": null,
          "cds_length": 14016,
          "cds_start": 10628,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 92,
          "exon_rank": 71,
          "exon_rank_end": null,
          "feature": "XM_011514319.3",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10628G>A",
          "hgvs_p": "p.Gly3543Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011512621.1",
          "strand": true,
          "transcript": "XM_011514319.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4628,
          "aa_ref": "G",
          "aa_start": 3500,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14426,
          "cdna_start": 10638,
          "cds_end": null,
          "cds_length": 13887,
          "cds_start": 10499,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 91,
          "exon_rank": 70,
          "exon_rank_end": null,
          "feature": "XM_011514320.3",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10499G>A",
          "hgvs_p": "p.Gly3500Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011512622.1",
          "strand": true,
          "transcript": "XM_011514320.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4459,
          "aa_ref": "G",
          "aa_start": 3579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14479,
          "cdna_start": 10875,
          "cds_end": null,
          "cds_length": 13380,
          "cds_start": 10736,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 89,
          "exon_rank": 72,
          "exon_rank_end": null,
          "feature": "XM_017010325.2",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10736G>A",
          "hgvs_p": "p.Gly3579Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016865814.1",
          "strand": true,
          "transcript": "XM_017010325.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "E",
          "aa_end": null,
          "aa_length": 4081,
          "aa_ref": "G",
          "aa_start": 3579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12466,
          "cdna_start": 10875,
          "cds_end": null,
          "cds_length": 12246,
          "cds_start": 10736,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 81,
          "exon_rank": 72,
          "exon_rank_end": null,
          "feature": "XM_017010326.2",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "c.10736G>A",
          "hgvs_p": "p.Gly3579Glu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016865815.1",
          "strand": true,
          "transcript": "XM_017010326.2",
          "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": 830,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000416948.1",
          "gene_hgnc_id": 40188,
          "gene_symbol": "DNAH8-AS1",
          "hgvs_c": "n.728C>T",
          "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": "ENST00000416948.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": 753,
          "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": "ENST00000418399.5",
          "gene_hgnc_id": 40188,
          "gene_symbol": "DNAH8-AS1",
          "hgvs_c": "n.651C>T",
          "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": "ENST00000418399.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2125,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NR_038401.1",
          "gene_hgnc_id": 40188,
          "gene_symbol": "DNAH8-AS1",
          "hgvs_c": "n.736C>T",
          "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": "NR_038401.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": 14253,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 94,
          "exon_rank": 72,
          "exon_rank_end": null,
          "feature": "XR_926078.3",
          "gene_hgnc_id": 2952,
          "gene_symbol": "DNAH8",
          "hgvs_c": "n.10875G>A",
          "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": "XR_926078.3",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1215830936",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00002292907,
      "gene_hgnc_id": 2952,
      "gene_symbol": "DNAH8",
      "gnomad_exomes_ac": 36,
      "gnomad_exomes_af": 0.0000246318,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657263,
      "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": "Pathogenic",
      "phylop100way_score": 8.008,
      "pos": 38923131,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.661,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001206927.2"
    }
  ]
}
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.