← 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: 15-22873610-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 22873610,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "NM_014608.6",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg",
          "transcript": "NM_014608.6",
          "protein_id": "NP_055423.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3418,
          "cdna_end": null,
          "cdna_length": 6826,
          "mane_select": "ENST00000617928.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg",
          "transcript": "ENST00000617928.5",
          "protein_id": "ENSP00000481038.1",
          "transcript_support_level": 1,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3418,
          "cdna_end": null,
          "cdna_length": 6826,
          "mane_select": "NM_014608.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg",
          "transcript": "ENST00000610365.4",
          "protein_id": "ENSP00000478779.1",
          "transcript_support_level": 1,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3521,
          "cdna_end": null,
          "cdna_length": 4515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.2037C>T",
          "hgvs_p": "p.Arg679Arg",
          "transcript": "ENST00000617556.4",
          "protein_id": "ENSP00000480525.1",
          "transcript_support_level": 1,
          "aa_start": 679,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2037,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2339,
          "cdna_end": null,
          "cdna_length": 5674,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "n.2477C>T",
          "hgvs_p": null,
          "transcript": "ENST00000619348.4",
          "protein_id": null,
          "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": 3471,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3432C>T",
          "hgvs_p": "p.Arg1144Arg",
          "transcript": "NM_001324119.2",
          "protein_id": "NP_001311048.1",
          "transcript_support_level": null,
          "aa_start": 1144,
          "aa_end": null,
          "aa_length": 1287,
          "cds_start": 3432,
          "cds_end": null,
          "cds_length": 3864,
          "cdna_start": 3439,
          "cdna_end": null,
          "cdna_length": 6847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg",
          "transcript": "NM_001287810.4",
          "protein_id": "NP_001274739.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3537,
          "cdna_end": null,
          "cdna_length": 6945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg",
          "transcript": "NM_001324120.2",
          "protein_id": "NP_001311049.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3618,
          "cdna_end": null,
          "cdna_length": 7026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg",
          "transcript": "NM_001324123.3",
          "protein_id": "NP_001311052.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 1253,
          "cds_start": 3330,
          "cds_end": null,
          "cds_length": 3762,
          "cdna_start": 3445,
          "cdna_end": null,
          "cdna_length": 6853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3324C>T",
          "hgvs_p": "p.Arg1108Arg",
          "transcript": "ENST00000612288.2",
          "protein_id": "ENSP00000479802.2",
          "transcript_support_level": 3,
          "aa_start": 1108,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 3324,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": 3324,
          "cdna_end": null,
          "cdna_length": 4318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3240C>T",
          "hgvs_p": "p.Arg1080Arg",
          "transcript": "NM_001324124.3",
          "protein_id": "NP_001311053.1",
          "transcript_support_level": null,
          "aa_start": 1080,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": 3240,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": 3328,
          "cdna_end": null,
          "cdna_length": 6736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.3228C>T",
          "hgvs_p": "p.Arg1076Arg",
          "transcript": "NM_001324126.3",
          "protein_id": "NP_001311055.1",
          "transcript_support_level": null,
          "aa_start": 1076,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": 3228,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": 3316,
          "cdna_end": null,
          "cdna_length": 6724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.2964C>T",
          "hgvs_p": "p.Arg988Arg",
          "transcript": "NM_001324125.3",
          "protein_id": "NP_001311054.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 2964,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": 3127,
          "cdna_end": null,
          "cdna_length": 6535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.2037C>T",
          "hgvs_p": "p.Arg679Arg",
          "transcript": "NM_001033028.3",
          "protein_id": "NP_001028200.1",
          "transcript_support_level": null,
          "aa_start": 679,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 2037,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": 2339,
          "cdna_end": null,
          "cdna_length": 5747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.1650C>T",
          "hgvs_p": "p.Arg550Arg",
          "transcript": "NM_001324122.3",
          "protein_id": "NP_001311051.1",
          "transcript_support_level": null,
          "aa_start": 550,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1650,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 3566,
          "cdna_end": null,
          "cdna_length": 6974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "c.252C>T",
          "hgvs_p": "p.Arg84Arg",
          "transcript": "ENST00000561263.2",
          "protein_id": "ENSP00000453060.1",
          "transcript_support_level": 2,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 252,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": 252,
          "cdna_end": null,
          "cdna_length": 707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYFIP1",
          "gene_hgnc_id": 13759,
          "hgvs_c": "n.*71C>T",
          "hgvs_p": null,
          "transcript": "ENST00000557890.1",
          "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": 408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CYFIP1",
      "gene_hgnc_id": 13759,
      "dbsnp": "rs199756669",
      "frequency_reference_population": 0.00014000361,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 226,
      "gnomad_exomes_af": 0.000126549,
      "gnomad_genomes_af": 0.0002691,
      "gnomad_exomes_ac": 185,
      "gnomad_genomes_ac": 41,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3799999952316284,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.38,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.348,
      "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": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6_Moderate",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_014608.6",
          "gene_symbol": "CYFIP1",
          "hgnc_id": 13759,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.3330C>T",
          "hgvs_p": "p.Arg1110Arg"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}