← 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: 19-8865686-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 8865686,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001414686.1",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 84,
          "exon_rank_end": null,
          "exon_count": 93,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.42688G>C",
          "hgvs_p": "p.Gly14230Arg",
          "transcript": "NM_001401501.2",
          "protein_id": "NP_001388430.1",
          "transcript_support_level": null,
          "aa_start": 14230,
          "aa_end": null,
          "aa_length": 14581,
          "cds_start": 42688,
          "cds_end": null,
          "cds_length": 43746,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000711671.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001401501.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 75,
          "exon_rank_end": null,
          "exon_count": 84,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.42466G>C",
          "hgvs_p": "p.Gly14156Arg",
          "transcript": "ENST00000397910.8",
          "protein_id": "ENSP00000381008.2",
          "transcript_support_level": 5,
          "aa_start": 14156,
          "aa_end": null,
          "aa_length": 14507,
          "cds_start": 42466,
          "cds_end": null,
          "cds_length": 43524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397910.8"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 85,
          "exon_rank_end": null,
          "exon_count": 94,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.43114G>C",
          "hgvs_p": "p.Gly14372Arg",
          "transcript": "NM_001414686.1",
          "protein_id": "NP_001401615.1",
          "transcript_support_level": null,
          "aa_start": 14372,
          "aa_end": null,
          "aa_length": 14723,
          "cds_start": 43114,
          "cds_end": null,
          "cds_length": 44172,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414686.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 79,
          "exon_rank_end": null,
          "exon_count": 88,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.42652G>C",
          "hgvs_p": "p.Gly14218Arg",
          "transcript": "ENST00000711672.1",
          "protein_id": "ENSP00000518832.1",
          "transcript_support_level": null,
          "aa_start": 14218,
          "aa_end": null,
          "aa_length": 14569,
          "cds_start": 42652,
          "cds_end": null,
          "cds_length": 43710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000711672.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 78,
          "exon_rank_end": null,
          "exon_count": 87,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.42586G>C",
          "hgvs_p": "p.Gly14196Arg",
          "transcript": "ENST00000710609.1",
          "protein_id": "ENSP00000518375.1",
          "transcript_support_level": null,
          "aa_start": 14196,
          "aa_end": null,
          "aa_length": 14547,
          "cds_start": 42586,
          "cds_end": null,
          "cds_length": 43644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000710609.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 81,
          "exon_rank_end": null,
          "exon_count": 90,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.42568G>C",
          "hgvs_p": "p.Gly14190Arg",
          "transcript": "NM_001414687.1",
          "protein_id": "NP_001401616.1",
          "transcript_support_level": null,
          "aa_start": 14190,
          "aa_end": null,
          "aa_length": 14541,
          "cds_start": 42568,
          "cds_end": null,
          "cds_length": 43626,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414687.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 75,
          "exon_rank_end": null,
          "exon_count": 84,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.42466G>C",
          "hgvs_p": "p.Gly14156Arg",
          "transcript": "NM_024690.2",
          "protein_id": "NP_078966.2",
          "transcript_support_level": null,
          "aa_start": 14156,
          "aa_end": null,
          "aa_length": 14507,
          "cds_start": 42466,
          "cds_end": null,
          "cds_length": 43524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_024690.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 77,
          "exon_rank_end": null,
          "exon_count": 86,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.33292G>C",
          "hgvs_p": "p.Gly11098Arg",
          "transcript": "ENST00000710610.1",
          "protein_id": "ENSP00000518376.1",
          "transcript_support_level": null,
          "aa_start": 11098,
          "aa_end": null,
          "aa_length": 11449,
          "cds_start": 33292,
          "cds_end": null,
          "cds_length": 34350,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000710610.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "c.2932G>C",
          "hgvs_p": "p.Gly978Arg",
          "transcript": "ENST00000599436.1",
          "protein_id": "ENSP00000472781.1",
          "transcript_support_level": 5,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000599436.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "n.2917G>C",
          "hgvs_p": null,
          "transcript": "ENST00000601404.5",
          "protein_id": "ENSP00000470885.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000601404.5"
        },
        {
          "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": 28,
          "intron_rank": 20,
          "intron_rank_end": null,
          "gene_symbol": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "n.1976-2746G>C",
          "hgvs_p": null,
          "transcript": "ENST00000596768.5",
          "protein_id": "ENSP00000472883.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000596768.5"
        },
        {
          "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": "MUC16",
          "gene_hgnc_id": 15582,
          "hgvs_c": "n.241+219G>C",
          "hgvs_p": null,
          "transcript": "ENST00000596956.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000596956.1"
        }
      ],
      "gene_symbol": "MUC16",
      "gene_hgnc_id": 15582,
      "dbsnp": "rs116913217",
      "frequency_reference_population": 0.000013149244,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0000131492,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.11286711692810059,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.126,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1021,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.54,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.877,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001414686.1",
          "gene_symbol": "MUC16",
          "hgnc_id": 15582,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.43114G>C",
          "hgvs_p": "p.Gly14372Arg"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}