← 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-36227261-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 36227261,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001128227.3",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1361T>C",
          "hgvs_p": "p.Ile454Thr",
          "transcript": "NM_001128227.3",
          "protein_id": "NP_001121699.1",
          "transcript_support_level": null,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1361,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 1395,
          "cdna_end": null,
          "cdna_length": 5220,
          "mane_select": null,
          "mane_plus": "ENST00000396594.8",
          "biotype": "protein_coding",
          "feature": "NM_001128227.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1361T>C",
          "hgvs_p": "p.Ile454Thr",
          "transcript": "ENST00000396594.8",
          "protein_id": "ENSP00000379839.3",
          "transcript_support_level": 1,
          "aa_start": 454,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1361,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 1395,
          "cdna_end": null,
          "cdna_length": 5220,
          "mane_select": null,
          "mane_plus": "NM_001128227.3",
          "biotype": "protein_coding",
          "feature": "ENST00000396594.8"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1268T>C",
          "hgvs_p": "p.Ile423Thr",
          "transcript": "NM_005476.7",
          "protein_id": "NP_005467.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": 1438,
          "cdna_end": null,
          "cdna_length": 5263,
          "mane_select": "ENST00000642385.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005476.7"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1268T>C",
          "hgvs_p": "p.Ile423Thr",
          "transcript": "ENST00000642385.2",
          "protein_id": "ENSP00000494141.2",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": 1438,
          "cdna_end": null,
          "cdna_length": 5263,
          "mane_select": "NM_005476.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642385.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1091T>C",
          "hgvs_p": "p.Ile364Thr",
          "transcript": "ENST00000543356.7",
          "protein_id": "ENSP00000437765.3",
          "transcript_support_level": 1,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1091,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 2576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543356.7"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1268T>C",
          "hgvs_p": "p.Ile423Thr",
          "transcript": "ENST00000968451.1",
          "protein_id": "ENSP00000638510.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": 1548,
          "cdna_end": null,
          "cdna_length": 2749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968451.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1115T>C",
          "hgvs_p": "p.Ile372Thr",
          "transcript": "NM_001374797.1",
          "protein_id": "NP_001361726.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 1115,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 1285,
          "cdna_end": null,
          "cdna_length": 5110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001374797.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1091T>C",
          "hgvs_p": "p.Ile364Thr",
          "transcript": "NM_001190388.2",
          "protein_id": "NP_001177317.2",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1091,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1189,
          "cdna_end": null,
          "cdna_length": 5014,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190388.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1091T>C",
          "hgvs_p": "p.Ile364Thr",
          "transcript": "NM_001374798.1",
          "protein_id": "NP_001361727.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1091,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1232,
          "cdna_end": null,
          "cdna_length": 5057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001374798.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1268T>C",
          "hgvs_p": "p.Ile423Thr",
          "transcript": "NM_001190383.3",
          "protein_id": "NP_001177312.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 1438,
          "cdna_end": null,
          "cdna_length": 5041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190383.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1268T>C",
          "hgvs_p": "p.Ile423Thr",
          "transcript": "ENST00000447283.6",
          "protein_id": "ENSP00000414760.2",
          "transcript_support_level": 5,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 1319,
          "cdna_end": null,
          "cdna_length": 2174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000447283.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.938T>C",
          "hgvs_p": "p.Ile313Thr",
          "transcript": "NM_001190384.3",
          "protein_id": "NP_001177313.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 1079,
          "cdna_end": null,
          "cdna_length": 4904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001190384.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.938T>C",
          "hgvs_p": "p.Ile313Thr",
          "transcript": "ENST00000539208.5",
          "protein_id": "ENSP00000445117.1",
          "transcript_support_level": 2,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 938,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 1076,
          "cdna_end": null,
          "cdna_length": 2190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539208.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1268T>C",
          "hgvs_p": "p.Ile423Thr",
          "transcript": "XM_017014167.1",
          "protein_id": "XP_016869656.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 1268,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": 1334,
          "cdna_end": null,
          "cdna_length": 5159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017014167.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GNE",
          "gene_hgnc_id": 23657,
          "hgvs_c": "c.1208T>C",
          "hgvs_p": "p.Ile403Thr",
          "transcript": "XM_005251334.5",
          "protein_id": "XP_005251391.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1208,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 5067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005251334.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "CLTA",
          "gene_hgnc_id": 2090,
          "hgvs_c": "n.485+23082A>G",
          "hgvs_p": null,
          "transcript": "ENST00000464497.5",
          "protein_id": "ENSP00000419158.1",
          "transcript_support_level": 5,
          "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": 1890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000464497.5"
        }
      ],
      "gene_symbol": "GNE",
      "gene_hgnc_id": 23657,
      "dbsnp": "rs1313840587",
      "frequency_reference_population": 0.000016774708,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 27,
      "gnomad_exomes_af": 0.0000178401,
      "gnomad_genomes_af": 0.00000657142,
      "gnomad_exomes_ac": 26,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9132386445999146,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.844,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8017,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.53,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.53,
      "phylop100way_prediction": "Pathogenic",
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PP2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001128227.3",
          "gene_symbol": "GNE",
          "hgnc_id": 23657,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.1361T>C",
          "hgvs_p": "p.Ile454Thr"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PP3_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000464497.5",
          "gene_symbol": "CLTA",
          "hgnc_id": 2090,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "n.485+23082A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.