← 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-77652291-TTCCTCC-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 77652291,
      "ref": "TTCCTCC",
      "alt": "T",
      "effect": "disruptive_inframe_deletion",
      "transcript": "ENST00000373344.11",
      "consequences": [
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4374_4379delGGAGGA",
          "hgvs_p": "p.Glu1459_Glu1460del",
          "transcript": "NM_000489.6",
          "protein_id": "NP_000480.3",
          "transcript_support_level": null,
          "aa_start": 1458,
          "aa_end": null,
          "aa_length": 2492,
          "cds_start": 4374,
          "cds_end": null,
          "cds_length": 7479,
          "cdna_start": 4594,
          "cdna_end": null,
          "cdna_length": 11165,
          "mane_select": "ENST00000373344.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4374_4379delGGAGGA",
          "hgvs_p": "p.Glu1459_Glu1460del",
          "transcript": "ENST00000373344.11",
          "protein_id": "ENSP00000362441.4",
          "transcript_support_level": 1,
          "aa_start": 1458,
          "aa_end": null,
          "aa_length": 2492,
          "cds_start": 4374,
          "cds_end": null,
          "cds_length": 7479,
          "cdna_start": 4594,
          "cdna_end": null,
          "cdna_length": 11165,
          "mane_select": "NM_000489.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4260_4265delGGAGGA",
          "hgvs_p": "p.Glu1421_Glu1422del",
          "transcript": "ENST00000395603.7",
          "protein_id": "ENSP00000378967.3",
          "transcript_support_level": 1,
          "aa_start": 1420,
          "aa_end": null,
          "aa_length": 2454,
          "cds_start": 4260,
          "cds_end": null,
          "cds_length": 7365,
          "cdna_start": 4480,
          "cdna_end": null,
          "cdna_length": 10218,
          "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": 16,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "n.*4002_*4007delGGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000480283.5",
          "protein_id": "ENSP00000480196.1",
          "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": 10455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "n.*4002_*4007delGGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000480283.5",
          "protein_id": "ENSP00000480196.1",
          "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": 10455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4260_4265delGGAGGA",
          "hgvs_p": "p.Glu1421_Glu1422del",
          "transcript": "NM_138270.5",
          "protein_id": "NP_612114.2",
          "transcript_support_level": null,
          "aa_start": 1420,
          "aa_end": null,
          "aa_length": 2454,
          "cds_start": 4260,
          "cds_end": null,
          "cds_length": 7365,
          "cdna_start": 4480,
          "cdna_end": null,
          "cdna_length": 11051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4371_4376delGGAGGA",
          "hgvs_p": "p.Glu1458_Glu1459del",
          "transcript": "XM_005262153.6",
          "protein_id": "XP_005262210.2",
          "transcript_support_level": null,
          "aa_start": 1457,
          "aa_end": null,
          "aa_length": 2491,
          "cds_start": 4371,
          "cds_end": null,
          "cds_length": 7476,
          "cdna_start": 4591,
          "cdna_end": null,
          "cdna_length": 11162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4287_4292delGGAGGA",
          "hgvs_p": "p.Glu1430_Glu1431del",
          "transcript": "XM_005262154.6",
          "protein_id": "XP_005262211.2",
          "transcript_support_level": null,
          "aa_start": 1429,
          "aa_end": null,
          "aa_length": 2463,
          "cds_start": 4287,
          "cds_end": null,
          "cds_length": 7392,
          "cdna_start": 4507,
          "cdna_end": null,
          "cdna_length": 11078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4284_4289delGGAGGA",
          "hgvs_p": "p.Glu1429_Glu1430del",
          "transcript": "XM_017029601.3",
          "protein_id": "XP_016885090.1",
          "transcript_support_level": null,
          "aa_start": 1428,
          "aa_end": null,
          "aa_length": 2462,
          "cds_start": 4284,
          "cds_end": null,
          "cds_length": 7389,
          "cdna_start": 4504,
          "cdna_end": null,
          "cdna_length": 11075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4257_4262delGGAGGA",
          "hgvs_p": "p.Glu1420_Glu1421del",
          "transcript": "XM_006724666.5",
          "protein_id": "XP_006724729.1",
          "transcript_support_level": null,
          "aa_start": 1419,
          "aa_end": null,
          "aa_length": 2453,
          "cds_start": 4257,
          "cds_end": null,
          "cds_length": 7362,
          "cdna_start": 4477,
          "cdna_end": null,
          "cdna_length": 11048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4209_4214delGGAGGA",
          "hgvs_p": "p.Glu1404_Glu1405del",
          "transcript": "XM_005262156.5",
          "protein_id": "XP_005262213.2",
          "transcript_support_level": null,
          "aa_start": 1403,
          "aa_end": null,
          "aa_length": 2437,
          "cds_start": 4209,
          "cds_end": null,
          "cds_length": 7314,
          "cdna_start": 4481,
          "cdna_end": null,
          "cdna_length": 11052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4173_4178delGGAGGA",
          "hgvs_p": "p.Glu1392_Glu1393del",
          "transcript": "XM_017029604.3",
          "protein_id": "XP_016885093.1",
          "transcript_support_level": null,
          "aa_start": 1391,
          "aa_end": null,
          "aa_length": 2425,
          "cds_start": 4173,
          "cds_end": null,
          "cds_length": 7278,
          "cdna_start": 4393,
          "cdna_end": null,
          "cdna_length": 10964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4170_4175delGGAGGA",
          "hgvs_p": "p.Glu1391_Glu1392del",
          "transcript": "XM_005262157.6",
          "protein_id": "XP_005262214.2",
          "transcript_support_level": null,
          "aa_start": 1390,
          "aa_end": null,
          "aa_length": 2424,
          "cds_start": 4170,
          "cds_end": null,
          "cds_length": 7275,
          "cdna_start": 4390,
          "cdna_end": null,
          "cdna_length": 10961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4374_4379delGGAGGA",
          "hgvs_p": "p.Glu1459_Glu1460del",
          "transcript": "XM_047442191.1",
          "protein_id": "XP_047298147.1",
          "transcript_support_level": null,
          "aa_start": 1458,
          "aa_end": null,
          "aa_length": 2038,
          "cds_start": 4374,
          "cds_end": null,
          "cds_length": 6117,
          "cdna_start": 4594,
          "cdna_end": null,
          "cdna_length": 6398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "EEE",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "c.4374_4379delGGAGGA",
          "hgvs_p": "p.Glu1459_Glu1460del",
          "transcript": "XM_006724668.4",
          "protein_id": "XP_006724731.1",
          "transcript_support_level": null,
          "aa_start": 1458,
          "aa_end": null,
          "aa_length": 1871,
          "cds_start": 4374,
          "cds_end": null,
          "cds_length": 5616,
          "cdna_start": 4594,
          "cdna_end": null,
          "cdna_length": 6044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "n.-147_-142delGGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000460639.2",
          "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": 461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATRX",
          "gene_hgnc_id": 886,
          "hgvs_c": "n.-22_-17delGGAGGA",
          "hgvs_p": null,
          "transcript": "ENST00000623242.3",
          "protein_id": "ENSP00000485183.1",
          "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": 725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ATRX",
      "gene_hgnc_id": 886,
      "dbsnp": "rs398123423",
      "frequency_reference_population": 0.000004981581,
      "hom_count_reference_population": 3,
      "allele_count_reference_population": 6,
      "gnomad_exomes_af": 0.00000456867,
      "gnomad_genomes_af": 0.00000908868,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "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": 1.702,
      "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": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP3,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP3",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000373344.11",
          "gene_symbol": "ATRX",
          "hgnc_id": 886,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.4374_4379delGGAGGA",
          "hgvs_p": "p.Glu1459_Glu1460del"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}