← 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: 10-22573343-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 22573343,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000376573.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.607C>A",
          "hgvs_p": "p.Arg203Ser",
          "transcript": "NM_005028.5",
          "protein_id": "NP_005019.2",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 607,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 859,
          "cdna_end": null,
          "cdna_length": 3820,
          "mane_select": "ENST00000376573.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": true,
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.607C>A",
          "hgvs_p": "p.Arg203Ser",
          "transcript": "ENST00000376573.9",
          "protein_id": "ENSP00000365757.4",
          "transcript_support_level": 1,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 607,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 859,
          "cdna_end": null,
          "cdna_length": 3820,
          "mane_select": "NM_005028.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.430C>A",
          "hgvs_p": "p.Arg144Ser",
          "transcript": "NM_001330062.2",
          "protein_id": "NP_001316991.1",
          "transcript_support_level": null,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 636,
          "cdna_end": null,
          "cdna_length": 3597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.430C>A",
          "hgvs_p": "p.Arg144Ser",
          "transcript": "ENST00000545335.5",
          "protein_id": "ENSP00000442098.1",
          "transcript_support_level": 2,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 636,
          "cdna_end": null,
          "cdna_length": 1436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.145C>A",
          "hgvs_p": "p.Arg49Ser",
          "transcript": "ENST00000323883.11",
          "protein_id": "ENSP00000326294.7",
          "transcript_support_level": 2,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 200,
          "cdna_end": null,
          "cdna_length": 1319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.145C>A",
          "hgvs_p": "p.Arg49Ser",
          "transcript": "ENST00000604912.1",
          "protein_id": "ENSP00000473858.1",
          "transcript_support_level": 2,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 141,
          "cds_start": 145,
          "cds_end": null,
          "cds_length": 426,
          "cdna_start": 162,
          "cdna_end": null,
          "cdna_length": 443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.454C>A",
          "hgvs_p": "p.Arg152Ser",
          "transcript": "XM_006717450.3",
          "protein_id": "XP_006717513.1",
          "transcript_support_level": null,
          "aa_start": 152,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 454,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": 706,
          "cdna_end": null,
          "cdna_length": 3667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.430C>A",
          "hgvs_p": "p.Arg144Ser",
          "transcript": "XM_017016330.2",
          "protein_id": "XP_016871819.1",
          "transcript_support_level": null,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 606,
          "cdna_end": null,
          "cdna_length": 3567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.430C>A",
          "hgvs_p": "p.Arg144Ser",
          "transcript": "XM_017016331.2",
          "protein_id": "XP_016871820.1",
          "transcript_support_level": null,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 5827,
          "cdna_end": null,
          "cdna_length": 8788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "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": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "c.430C>A",
          "hgvs_p": "p.Arg144Ser",
          "transcript": "XM_047425351.1",
          "protein_id": "XP_047281307.1",
          "transcript_support_level": null,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": 15929,
          "cdna_end": null,
          "cdna_length": 18890,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PIP4K2A",
          "gene_hgnc_id": 8997,
          "hgvs_c": "n.463C>A",
          "hgvs_p": null,
          "transcript": "ENST00000422321.5",
          "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": 768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PIP4K2A",
      "gene_hgnc_id": 8997,
      "dbsnp": "rs1434961899",
      "frequency_reference_population": 0.0000030988572,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000205283,
      "gnomad_genomes_af": 0.0000131492,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6730391979217529,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.282,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.8846,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.04,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 6.34,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000376573.9",
          "gene_symbol": "PIP4K2A",
          "hgnc_id": 8997,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.607C>A",
          "hgvs_p": "p.Arg203Ser"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}