← 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-42691014-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 42691014,
      "ref": "T",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "NM_015255.3",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5127-18T>C",
          "hgvs_p": null,
          "transcript": "NM_001363705.2",
          "protein_id": "NP_001350634.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000372901.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363705.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5127-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000372901.2",
          "protein_id": "ENSP00000361992.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001363705.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372901.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5127-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000372899.6",
          "protein_id": "ENSP00000361990.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372899.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5127-18T>C",
          "hgvs_p": null,
          "transcript": "NM_015255.3",
          "protein_id": "NP_056070.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015255.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5124-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000910623.1",
          "protein_id": "ENSP00000580682.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1754,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910623.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5124-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000910624.1",
          "protein_id": "ENSP00000580683.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1754,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910624.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5124-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000910625.1",
          "protein_id": "ENSP00000580684.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1754,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910625.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": 45,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5013-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000964716.1",
          "protein_id": "ENSP00000634775.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1717,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964716.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 44,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.4962-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000910626.1",
          "protein_id": "ENSP00000580685.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1700,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5103,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910626.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": 43,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.4794-18T>C",
          "hgvs_p": null,
          "transcript": "ENST00000918155.1",
          "protein_id": "ENSP00000588214.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1644,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918155.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5208-18T>C",
          "hgvs_p": null,
          "transcript": "XM_011514438.3",
          "protein_id": "XP_011512740.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514438.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": 46,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.5208-18T>C",
          "hgvs_p": null,
          "transcript": "XM_017010594.2",
          "protein_id": "XP_016866083.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1782,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5349,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010594.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.3639-18T>C",
          "hgvs_p": null,
          "transcript": "XM_011514440.2",
          "protein_id": "XP_011512742.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1259,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3780,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514440.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.3579-18T>C",
          "hgvs_p": null,
          "transcript": "XM_011514441.3",
          "protein_id": "XP_011512743.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514441.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 29,
          "intron_rank_end": null,
          "gene_symbol": "UBR2",
          "gene_hgnc_id": 21289,
          "hgvs_c": "c.3018-18T>C",
          "hgvs_p": null,
          "transcript": "XM_005248966.4",
          "protein_id": "XP_005249023.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1052,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005248966.4"
        }
      ],
      "gene_symbol": "UBR2",
      "gene_hgnc_id": 21289,
      "dbsnp": "rs373341",
      "frequency_reference_population": 0.5080873,
      "hom_count_reference_population": 209968,
      "allele_count_reference_population": 819184,
      "gnomad_exomes_af": 0.508786,
      "gnomad_genomes_af": 0.501381,
      "gnomad_exomes_ac": 742951,
      "gnomad_genomes_ac": 76233,
      "gnomad_exomes_homalt": 190638,
      "gnomad_genomes_homalt": 19330,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6000000238418579,
      "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.6,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.233,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_015255.3",
          "gene_symbol": "UBR2",
          "hgnc_id": 21289,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5127-18T>C",
          "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
}