← 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-30941544-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 30941544,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000397641.8",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.713G>T",
          "hgvs_p": "p.Arg238Leu",
          "transcript": "NM_001303256.3",
          "protein_id": "NP_001290185.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 5657,
          "mane_select": "ENST00000397641.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.713G>T",
          "hgvs_p": "p.Arg238Leu",
          "transcript": "ENST00000397641.8",
          "protein_id": "ENSP00000380763.2",
          "transcript_support_level": 5,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 5657,
          "mane_select": "NM_001303256.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.527G>T",
          "hgvs_p": "p.Arg176Leu",
          "transcript": "ENST00000215862.8",
          "protein_id": "ENSP00000215862.4",
          "transcript_support_level": 1,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 527,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": 1891,
          "cdna_end": null,
          "cdna_length": 4469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.713G>T",
          "hgvs_p": "p.Arg238Leu",
          "transcript": "NM_001303257.2",
          "protein_id": "NP_001290186.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": 1111,
          "cdna_end": null,
          "cdna_length": 5161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.527G>T",
          "hgvs_p": "p.Arg176Leu",
          "transcript": "NM_014941.3",
          "protein_id": "NP_055756.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 527,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": 1977,
          "cdna_end": null,
          "cdna_length": 6036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.728G>T",
          "hgvs_p": "p.Arg243Leu",
          "transcript": "XM_011530004.3",
          "protein_id": "XP_011528306.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 728,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": 1613,
          "cdna_end": null,
          "cdna_length": 5672,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.728G>T",
          "hgvs_p": "p.Arg243Leu",
          "transcript": "XM_017028667.3",
          "protein_id": "XP_016884156.1",
          "transcript_support_level": null,
          "aa_start": 243,
          "aa_end": null,
          "aa_length": 1034,
          "cds_start": 728,
          "cds_end": null,
          "cds_length": 3105,
          "cdna_start": 1613,
          "cdna_end": null,
          "cdna_length": 5663,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.527G>T",
          "hgvs_p": "p.Arg176Leu",
          "transcript": "XM_047441203.1",
          "protein_id": "XP_047297159.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 527,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": 1708,
          "cdna_end": null,
          "cdna_length": 5767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "c.527G>T",
          "hgvs_p": "p.Arg176Leu",
          "transcript": "XM_047441204.1",
          "protein_id": "XP_047297160.1",
          "transcript_support_level": null,
          "aa_start": 176,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 527,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": 1867,
          "cdna_end": null,
          "cdna_length": 5926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "n.267G>T",
          "hgvs_p": null,
          "transcript": "ENST00000469915.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MORC2",
          "gene_hgnc_id": 23573,
          "hgvs_c": "n.555G>T",
          "hgvs_p": null,
          "transcript": "ENST00000675601.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MORC2",
      "gene_hgnc_id": 23573,
      "dbsnp": "rs367766290",
      "frequency_reference_population": 0.000008058158,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 13,
      "gnomad_exomes_af": 0.00000752877,
      "gnomad_genomes_af": 0.0000131397,
      "gnomad_exomes_ac": 11,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6686191558837891,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.482,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1653,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.16,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.162,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM1,BS2",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM1",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000397641.8",
          "gene_symbol": "MORC2",
          "hgnc_id": 23573,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.713G>T",
          "hgvs_p": "p.Arg238Leu"
        }
      ],
      "clinvar_disease": "Charcot-Marie-Tooth disease axonal type 2Z",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Charcot-Marie-Tooth disease axonal type 2Z",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}