← 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: 16-5598961-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 5598961,
      "ref": "C",
      "alt": "T",
      "effect": "splice_region_variant,synonymous_variant",
      "transcript": "NM_001415887.1",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "c.318C>T",
          "hgvs_p": "p.Ser106Ser",
          "transcript": "ENST00000641259.1",
          "protein_id": "ENSP00000493041.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 318,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 403,
          "cdna_end": null,
          "cdna_length": 3651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "c.438C>T",
          "hgvs_p": "p.Ser146Ser",
          "transcript": "NM_001415887.1",
          "protein_id": "NP_001402816.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 438,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 4485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "c.438C>T",
          "hgvs_p": "p.Ser146Ser",
          "transcript": "NM_001415888.1",
          "protein_id": "NP_001402817.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 438,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "c.318C>T",
          "hgvs_p": "p.Ser106Ser",
          "transcript": "ENST00000585867.2",
          "protein_id": "ENSP00000493140.1",
          "transcript_support_level": 2,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 201,
          "cds_start": 318,
          "cds_end": null,
          "cds_length": 606,
          "cdna_start": 390,
          "cdna_end": null,
          "cdna_length": 1580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "c.438C>T",
          "hgvs_p": "p.Ser146Ser",
          "transcript": "XM_017023318.3",
          "protein_id": "XP_016878807.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 623,
          "cds_start": 438,
          "cds_end": null,
          "cds_length": 1872,
          "cdna_start": 467,
          "cdna_end": null,
          "cdna_length": 2041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "c.399C>T",
          "hgvs_p": "p.Ser133Ser",
          "transcript": "XM_024450303.2",
          "protein_id": "XP_024306071.1",
          "transcript_support_level": null,
          "aa_start": 133,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 399,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": 409,
          "cdna_end": null,
          "cdna_length": 1983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RBFOX1",
          "gene_hgnc_id": 18222,
          "hgvs_c": "n.403C>T",
          "hgvs_p": null,
          "transcript": "ENST00000569895.3",
          "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": 829,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000301629",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1239G>A",
          "hgvs_p": null,
          "transcript": "ENST00000780315.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 1298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "LINC01570",
          "gene_hgnc_id": 51382,
          "hgvs_c": "n.943-527G>A",
          "hgvs_p": null,
          "transcript": "ENST00000662976.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": 2521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "RBFOX1",
      "gene_hgnc_id": 18222,
      "dbsnp": "rs546602910",
      "frequency_reference_population": 0.00044627397,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 683,
      "gnomad_exomes_af": 0.000437532,
      "gnomad_genomes_af": 0.000525403,
      "gnomad_exomes_ac": 603,
      "gnomad_genomes_ac": 80,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9399999976158142,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "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": -0.94,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.814,
      "phylop100way_prediction": "Benign",
      "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": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 11,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BP7",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001415887.1",
          "gene_symbol": "RBFOX1",
          "hgnc_id": 18222,
          "effects": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.438C>T",
          "hgvs_p": "p.Ser146Ser"
        },
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000780315.1",
          "gene_symbol": "ENSG00000301629",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1239G>A",
          "hgvs_p": null
        },
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000662976.1",
          "gene_symbol": "LINC01570",
          "hgnc_id": 51382,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.943-527G>A",
          "hgvs_p": null
        }
      ],
      "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
}