← 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: X-69616316-AC-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 69616316,
      "ref": "AC",
      "alt": "A",
      "effect": "frameshift_variant",
      "transcript": "NM_001399.5",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001399.5",
          "protein_id": "NP_001390.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 5235,
          "mane_select": "ENST00000374552.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "ENST00000374552.9",
          "protein_id": "ENSP00000363680.4",
          "transcript_support_level": 1,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 5235,
          "mane_select": "NM_001399.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "ENST00000374553.6",
          "protein_id": "ENSP00000363681.2",
          "transcript_support_level": 1,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 253,
          "cdna_end": null,
          "cdna_length": 5272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "ENST00000524573.5",
          "protein_id": "ENSP00000432585.1",
          "transcript_support_level": 1,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 203,
          "cdna_end": null,
          "cdna_length": 1381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "ENST00000527388.5",
          "protein_id": "ENSP00000434861.1",
          "transcript_support_level": 1,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 447,
          "cdna_start": 253,
          "cdna_end": null,
          "cdna_length": 927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "ENST00000525810.5",
          "protein_id": "ENSP00000434195.1",
          "transcript_support_level": 1,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 408,
          "cdna_start": 253,
          "cdna_end": null,
          "cdna_length": 843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "n.253delC",
          "hgvs_p": null,
          "transcript": "ENST00000374548.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "n.253delC",
          "hgvs_p": null,
          "transcript": "ENST00000502251.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "n.253delC",
          "hgvs_p": null,
          "transcript": "ENST00000533317.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001005609.2",
          "protein_id": "NP_001005609.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 5229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001440761.1",
          "protein_id": "NP_001427690.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 5226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001005612.3",
          "protein_id": "NP_001005612.2",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 5220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001440762.1",
          "protein_id": "NP_001427691.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 5193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001005613.4",
          "protein_id": "NP_001005613.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 447,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "ENST00000338901.4",
          "protein_id": "ENSP00000340611.4",
          "transcript_support_level": 6,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 444,
          "cdna_start": 253,
          "cdna_end": null,
          "cdna_length": 1233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "NM_001005610.4",
          "protein_id": "NP_001005610.2",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 408,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "XM_011530885.3",
          "protein_id": "XP_011529187.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 2080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs",
          "transcript": "XM_017029337.2",
          "protein_id": "XP_016884826.1",
          "transcript_support_level": null,
          "aa_start": 4,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": 11,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 20167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EDA",
          "gene_hgnc_id": 3157,
          "hgvs_c": "n.207delC",
          "hgvs_p": null,
          "transcript": "XR_001755660.2",
          "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": 19777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "EDA",
      "gene_hgnc_id": 3157,
      "dbsnp": "rs1602221405",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 2.091,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001399.5",
          "gene_symbol": "EDA",
          "hgnc_id": 3157,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "XL,AD",
          "hgvs_c": "c.11delC",
          "hgvs_p": "p.Pro4fs"
        }
      ],
      "clinvar_disease": "Hypohidrotic X-linked ectodermal dysplasia,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:2",
      "phenotype_combined": "not provided|Hypohidrotic X-linked ectodermal dysplasia",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}