← 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: 6-106099390-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 106099390,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000369096.9",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.502C>T",
          "hgvs_p": "p.Pro168Ser",
          "transcript": "NM_001198.4",
          "protein_id": "NP_001189.2",
          "transcript_support_level": null,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 502,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 720,
          "cdna_end": null,
          "cdna_length": 5148,
          "mane_select": "ENST00000369096.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.502C>T",
          "hgvs_p": "p.Pro168Ser",
          "transcript": "ENST00000369096.9",
          "protein_id": "ENSP00000358092.4",
          "transcript_support_level": 1,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 502,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 720,
          "cdna_end": null,
          "cdna_length": 5148,
          "mane_select": "NM_001198.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.394C>T",
          "hgvs_p": "p.Pro132Ser",
          "transcript": "ENST00000369091.6",
          "protein_id": "ENSP00000358087.2",
          "transcript_support_level": 1,
          "aa_start": 132,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 394,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 614,
          "cdna_end": null,
          "cdna_length": 2612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.100C>T",
          "hgvs_p": "p.Pro34Ser",
          "transcript": "ENST00000369089.3",
          "protein_id": "ENSP00000358085.3",
          "transcript_support_level": 1,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 246,
          "cdna_end": null,
          "cdna_length": 4675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.544C>T",
          "hgvs_p": "p.Pro182Ser",
          "transcript": "ENST00000648754.1",
          "protein_id": "ENSP00000498029.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 804,
          "cdna_end": null,
          "cdna_length": 3576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.394C>T",
          "hgvs_p": "p.Pro132Ser",
          "transcript": "ENST00000651185.1",
          "protein_id": "ENSP00000498716.1",
          "transcript_support_level": null,
          "aa_start": 132,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 394,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 641,
          "cdna_end": null,
          "cdna_length": 5070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.394C>T",
          "hgvs_p": "p.Pro132Ser",
          "transcript": "ENST00000652320.1",
          "protein_id": "ENSP00000498580.1",
          "transcript_support_level": null,
          "aa_start": 132,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 394,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 5066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.100C>T",
          "hgvs_p": "p.Pro34Ser",
          "transcript": "NM_182907.3",
          "protein_id": "NP_878911.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 245,
          "cdna_end": null,
          "cdna_length": 4673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.139C>T",
          "hgvs_p": "p.Pro47Ser",
          "transcript": "ENST00000450060.5",
          "protein_id": "ENSP00000399772.1",
          "transcript_support_level": 3,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 515,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.544C>T",
          "hgvs_p": "p.Pro182Ser",
          "transcript": "XM_011536062.4",
          "protein_id": "XP_011534364.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 5065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.544C>T",
          "hgvs_p": "p.Pro182Ser",
          "transcript": "XM_006715550.4",
          "protein_id": "XP_006715613.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": 637,
          "cdna_end": null,
          "cdna_length": 4936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.394C>T",
          "hgvs_p": "p.Pro132Ser",
          "transcript": "XM_017011187.2",
          "protein_id": "XP_016866676.1",
          "transcript_support_level": null,
          "aa_start": 132,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 394,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 589,
          "cdna_end": null,
          "cdna_length": 5017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.394C>T",
          "hgvs_p": "p.Pro132Ser",
          "transcript": "XM_047419246.1",
          "protein_id": "XP_047275202.1",
          "transcript_support_level": null,
          "aa_start": 132,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 394,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 751,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.502C>T",
          "hgvs_p": "p.Pro168Ser",
          "transcript": "XM_047419247.1",
          "protein_id": "XP_047275203.1",
          "transcript_support_level": null,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 502,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 720,
          "cdna_end": null,
          "cdna_length": 5019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.28C>T",
          "hgvs_p": "p.Pro10Ser",
          "transcript": "XM_011536064.4",
          "protein_id": "XP_011534366.1",
          "transcript_support_level": null,
          "aa_start": 10,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 28,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 216,
          "cdna_end": null,
          "cdna_length": 4644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.100C>T",
          "hgvs_p": "p.Pro34Ser",
          "transcript": "XM_047419248.1",
          "protein_id": "XP_047275204.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 100,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 245,
          "cdna_end": null,
          "cdna_length": 4544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "n.261C>T",
          "hgvs_p": null,
          "transcript": "ENST00000481163.1",
          "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": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ATG5",
          "gene_hgnc_id": 589,
          "hgvs_c": "c.458-52565G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636437.1",
          "protein_id": "ENSP00000490376.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 153,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 462,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2261,
          "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": 9,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ATG5",
          "gene_hgnc_id": 589,
          "hgvs_c": "n.458-21075G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636335.1",
          "protein_id": "ENSP00000490221.1",
          "transcript_support_level": 5,
          "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": 1219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PRDM1",
      "gene_hgnc_id": 9346,
      "dbsnp": "rs587778623",
      "frequency_reference_population": 6.8404506e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84045e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.19105210900306702,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.223,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2011,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.26,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.311,
      "phylop100way_prediction": "Uncertain_significance",
      "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": "ENST00000369096.9",
          "gene_symbol": "PRDM1",
          "hgnc_id": 9346,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.502C>T",
          "hgvs_p": "p.Pro168Ser"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000636335.1",
          "gene_symbol": "ATG5",
          "hgnc_id": 589,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.458-21075G>A",
          "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
}