← 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-78040707-AA-TTAC (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 78040707,
      "ref": "AA",
      "alt": "TTAC",
      "effect": "frameshift_variant,missense_variant",
      "transcript": "NM_000052.7",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3775_3776delAAinsTTAC",
          "hgvs_p": "p.Lys1259fs",
          "transcript": "NM_000052.7",
          "protein_id": "NP_000043.4",
          "transcript_support_level": null,
          "aa_start": 1259,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": 3775,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000341514.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000052.7"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3775_3776delAAinsTTAC",
          "hgvs_p": "p.Lys1259fs",
          "transcript": "ENST00000341514.11",
          "protein_id": "ENSP00000345728.6",
          "transcript_support_level": 1,
          "aa_start": 1259,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": 3775,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000052.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000341514.11"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3868_3869delAAinsTTAC",
          "hgvs_p": "p.Lys1290fs",
          "transcript": "ENST00000689767.1",
          "protein_id": "ENSP00000509406.1",
          "transcript_support_level": null,
          "aa_start": 1290,
          "aa_end": null,
          "aa_length": 1531,
          "cds_start": 3868,
          "cds_end": null,
          "cds_length": 4596,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000689767.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3805_3806delAAinsTTAC",
          "hgvs_p": "p.Lys1269fs",
          "transcript": "ENST00000343533.10",
          "protein_id": "ENSP00000343026.6",
          "transcript_support_level": 5,
          "aa_start": 1269,
          "aa_end": null,
          "aa_length": 1510,
          "cds_start": 3805,
          "cds_end": null,
          "cds_length": 4533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000343533.10"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3775_3776delAAinsTTAC",
          "hgvs_p": "p.Lys1259fs",
          "transcript": "ENST00000685264.1",
          "protein_id": "ENSP00000510136.1",
          "transcript_support_level": null,
          "aa_start": 1259,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": 3775,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000685264.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3775_3776delAAinsTTAC",
          "hgvs_p": "p.Lys1259fs",
          "transcript": "ENST00000686133.1",
          "protein_id": "ENSP00000509233.1",
          "transcript_support_level": null,
          "aa_start": 1259,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": 3775,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000686133.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3775_3776delAAinsTTAC",
          "hgvs_p": "p.Lys1259fs",
          "transcript": "ENST00000687086.1",
          "protein_id": "ENSP00000509566.1",
          "transcript_support_level": null,
          "aa_start": 1259,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": 3775,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000687086.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3580_3581delAAinsTTAC",
          "hgvs_p": "p.Lys1194fs",
          "transcript": "ENST00000686033.1",
          "protein_id": "ENSP00000510693.1",
          "transcript_support_level": null,
          "aa_start": 1194,
          "aa_end": null,
          "aa_length": 1435,
          "cds_start": 3580,
          "cds_end": null,
          "cds_length": 4308,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000686033.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3541_3542delAAinsTTAC",
          "hgvs_p": "p.Lys1181fs",
          "transcript": "NM_001282224.2",
          "protein_id": "NP_001269153.1",
          "transcript_support_level": null,
          "aa_start": 1181,
          "aa_end": null,
          "aa_length": 1422,
          "cds_start": 3541,
          "cds_end": null,
          "cds_length": 4269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282224.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3541_3542delAAinsTTAC",
          "hgvs_p": "p.Lys1181fs",
          "transcript": "ENST00000686543.1",
          "protein_id": "ENSP00000509477.1",
          "transcript_support_level": null,
          "aa_start": 1181,
          "aa_end": null,
          "aa_length": 1422,
          "cds_start": 3541,
          "cds_end": null,
          "cds_length": 4269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000686543.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.3541_3542delAAinsTTAC",
          "hgvs_p": "p.Lys1181fs",
          "transcript": "ENST00000692908.1",
          "protein_id": "ENSP00000508627.1",
          "transcript_support_level": null,
          "aa_start": 1181,
          "aa_end": null,
          "aa_length": 1422,
          "cds_start": 3541,
          "cds_end": null,
          "cds_length": 4269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000692908.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "L?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant",
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.1039_1040delAAinsTTAC",
          "hgvs_p": "p.Lys347fs",
          "transcript": "ENST00000685033.1",
          "protein_id": "ENSP00000509269.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 588,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1767,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000685033.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PGK1",
          "gene_hgnc_id": 8896,
          "hgvs_c": "c.-19-69160_-19-69159delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "ENST00000644362.1",
          "protein_id": "ENSP00000496140.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644362.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.*3689_*3690delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "ENST00000645094.1",
          "protein_id": "ENSP00000493605.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645094.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.2192_2193delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "ENST00000682475.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000682475.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.2806_2807delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "ENST00000686255.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000686255.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.1817_1818delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "ENST00000689514.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000689514.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.948_949delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "NR_104109.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_104109.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.*3689_*3690delAAinsTTAC",
          "hgvs_p": null,
          "transcript": "ENST00000645094.1",
          "protein_id": "ENSP00000493605.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645094.1"
        }
      ],
      "gene_symbol": "ATP7A",
      "gene_hgnc_id": 869,
      "dbsnp": "rs797045384",
      "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": 9.203,
      "phylop100way_prediction": "Pathogenic",
      "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": 12,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 12,
          "benign_score": 0,
          "pathogenic_score": 12,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_000052.7",
          "gene_symbol": "ATP7A",
          "hgnc_id": 869,
          "effects": [
            "frameshift_variant",
            "missense_variant"
          ],
          "inheritance_mode": "XL,AD",
          "hgvs_c": "c.3775_3776delAAinsTTAC",
          "hgvs_p": "p.Lys1259fs"
        },
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP3",
            "PP5_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000644362.1",
          "gene_symbol": "PGK1",
          "hgnc_id": 8896,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.-19-69160_-19-69159delAAinsTTAC",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Menkes kinky-hair syndrome",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "phenotype_combined": "Menkes kinky-hair syndrome",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}