← 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: 9-132792698-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 132792698,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_152572.3",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.1057C>T",
          "hgvs_p": "p.His353Tyr",
          "transcript": "NM_152572.3",
          "protein_id": "NP_689785.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": 1057,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 1579,
          "mane_select": "ENST00000298545.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.1057C>T",
          "hgvs_p": "p.His353Tyr",
          "transcript": "ENST00000298545.4",
          "protein_id": "ENSP00000298545.3",
          "transcript_support_level": 1,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": 1057,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": 1086,
          "cdna_end": null,
          "cdna_length": 1579,
          "mane_select": "NM_152572.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.His324Tyr",
          "transcript": "NM_001371771.1",
          "protein_id": "NP_001358700.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 1559,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.922C>T",
          "hgvs_p": "p.His308Tyr",
          "transcript": "NM_001371772.1",
          "protein_id": "NP_001358701.1",
          "transcript_support_level": null,
          "aa_start": 308,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 922,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 1444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.541C>T",
          "hgvs_p": "p.His181Tyr",
          "transcript": "NM_001317959.2",
          "protein_id": "NP_001304888.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": 1479,
          "cdna_end": null,
          "cdna_length": 1972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.445C>T",
          "hgvs_p": "p.His149Tyr",
          "transcript": "NM_001317958.2",
          "protein_id": "NP_001304887.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 445,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 1093,
          "cdna_end": null,
          "cdna_length": 1586,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.445C>T",
          "hgvs_p": "p.His149Tyr",
          "transcript": "NM_001371773.1",
          "protein_id": "NP_001358702.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 445,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 1158,
          "cdna_end": null,
          "cdna_length": 1651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.445C>T",
          "hgvs_p": "p.His149Tyr",
          "transcript": "NM_001371774.1",
          "protein_id": "NP_001358703.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 445,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 1128,
          "cdna_end": null,
          "cdna_length": 1621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.1093C>T",
          "hgvs_p": "p.His365Tyr",
          "transcript": "XM_005272169.3",
          "protein_id": "XP_005272226.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 491,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 1476,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 1615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.841C>T",
          "hgvs_p": "p.His281Tyr",
          "transcript": "XM_006716965.3",
          "protein_id": "XP_006717028.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 407,
          "cds_start": 841,
          "cds_end": null,
          "cds_length": 1224,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 1416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.835C>T",
          "hgvs_p": "p.His279Tyr",
          "transcript": "XM_011518278.3",
          "protein_id": "XP_011516580.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 405,
          "cds_start": 835,
          "cds_end": null,
          "cds_length": 1218,
          "cdna_start": 1001,
          "cdna_end": null,
          "cdna_length": 1494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.541C>T",
          "hgvs_p": "p.His181Tyr",
          "transcript": "XM_017014308.2",
          "protein_id": "XP_016869797.1",
          "transcript_support_level": null,
          "aa_start": 181,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 541,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": 670,
          "cdna_end": null,
          "cdna_length": 1163,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "n.1494C>T",
          "hgvs_p": null,
          "transcript": "ENST00000476719.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 1987,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "n.1972C>T",
          "hgvs_p": null,
          "transcript": "ENST00000477396.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 2465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "AK8",
          "gene_hgnc_id": 26526,
          "hgvs_c": "c.1015+21940C>T",
          "hgvs_p": null,
          "transcript": "XM_047422822.1",
          "protein_id": "XP_047278778.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "AK8",
      "gene_hgnc_id": 26526,
      "dbsnp": "rs571914245",
      "frequency_reference_population": 0.00006937771,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 108,
      "gnomad_exomes_af": 0.0000719198,
      "gnomad_genomes_af": 0.0000459456,
      "gnomad_exomes_ac": 101,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3659682273864746,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.425,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1347,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.23,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.748,
      "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": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP4"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_152572.3",
          "gene_symbol": "AK8",
          "hgnc_id": 26526,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1057C>T",
          "hgvs_p": "p.His353Tyr"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}