← 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-106105382-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 106105382,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000369096.9",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1222G>T",
          "hgvs_p": "p.Ala408Ser",
          "transcript": "NM_001198.4",
          "protein_id": "NP_001189.2",
          "transcript_support_level": null,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 1222,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5148,
          "mane_select": "ENST00000369096.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1222G>T",
          "hgvs_p": "p.Ala408Ser",
          "transcript": "ENST00000369096.9",
          "protein_id": "ENSP00000358092.4",
          "transcript_support_level": 1,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 1222,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5148,
          "mane_select": "NM_001198.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1114G>T",
          "hgvs_p": "p.Ala372Ser",
          "transcript": "ENST00000369091.6",
          "protein_id": "ENSP00000358087.2",
          "transcript_support_level": 1,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 1114,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 1334,
          "cdna_end": null,
          "cdna_length": 2612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.820G>T",
          "hgvs_p": "p.Ala274Ser",
          "transcript": "ENST00000369089.3",
          "protein_id": "ENSP00000358085.3",
          "transcript_support_level": 1,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 820,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 966,
          "cdna_end": null,
          "cdna_length": 4675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1264G>T",
          "hgvs_p": "p.Ala422Ser",
          "transcript": "ENST00000648754.1",
          "protein_id": "ENSP00000498029.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 1264,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 1524,
          "cdna_end": null,
          "cdna_length": 3576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1114G>T",
          "hgvs_p": "p.Ala372Ser",
          "transcript": "ENST00000651185.1",
          "protein_id": "ENSP00000498716.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 1114,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 1361,
          "cdna_end": null,
          "cdna_length": 5070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1114G>T",
          "hgvs_p": "p.Ala372Ser",
          "transcript": "ENST00000652320.1",
          "protein_id": "ENSP00000498580.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 1114,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 1357,
          "cdna_end": null,
          "cdna_length": 5066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.820G>T",
          "hgvs_p": "p.Ala274Ser",
          "transcript": "NM_182907.3",
          "protein_id": "NP_878911.1",
          "transcript_support_level": null,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 820,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 965,
          "cdna_end": null,
          "cdna_length": 4673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1264G>T",
          "hgvs_p": "p.Ala422Ser",
          "transcript": "XM_011536062.4",
          "protein_id": "XP_011534364.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 1264,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": 1357,
          "cdna_end": null,
          "cdna_length": 5065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1264G>T",
          "hgvs_p": "p.Ala422Ser",
          "transcript": "XM_006715550.4",
          "protein_id": "XP_006715613.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 796,
          "cds_start": 1264,
          "cds_end": null,
          "cds_length": 2391,
          "cdna_start": 1357,
          "cdna_end": null,
          "cdna_length": 4936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1114G>T",
          "hgvs_p": "p.Ala372Ser",
          "transcript": "XM_017011187.2",
          "protein_id": "XP_016866676.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 1114,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 1309,
          "cdna_end": null,
          "cdna_length": 5017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1114G>T",
          "hgvs_p": "p.Ala372Ser",
          "transcript": "XM_047419246.1",
          "protein_id": "XP_047275202.1",
          "transcript_support_level": null,
          "aa_start": 372,
          "aa_end": null,
          "aa_length": 789,
          "cds_start": 1114,
          "cds_end": null,
          "cds_length": 2370,
          "cdna_start": 1471,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.1222G>T",
          "hgvs_p": "p.Ala408Ser",
          "transcript": "XM_047419247.1",
          "protein_id": "XP_047275203.1",
          "transcript_support_level": null,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 1222,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": 1440,
          "cdna_end": null,
          "cdna_length": 5019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.748G>T",
          "hgvs_p": "p.Ala250Ser",
          "transcript": "XM_011536064.4",
          "protein_id": "XP_011534366.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": 936,
          "cdna_end": null,
          "cdna_length": 4644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRDM1",
          "gene_hgnc_id": 9346,
          "hgvs_c": "c.820G>T",
          "hgvs_p": "p.Ala274Ser",
          "transcript": "XM_047419248.1",
          "protein_id": "XP_047275204.1",
          "transcript_support_level": null,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 820,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 965,
          "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": 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-58557C>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-27067C>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": "rs144524449",
      "frequency_reference_population": 0.000026023497,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 42,
      "gnomad_exomes_af": 0.0000273627,
      "gnomad_genomes_af": 0.0000131506,
      "gnomad_exomes_ac": 40,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.028612226247787476,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.054,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0943,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.65,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.568,
      "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": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000369096.9",
          "gene_symbol": "PRDM1",
          "hgnc_id": 9346,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1222G>T",
          "hgvs_p": "p.Ala408Ser"
        },
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000636335.1",
          "gene_symbol": "ATG5",
          "hgnc_id": 589,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.458-27067C>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
}