← 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: 17-3724127-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 3724127,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_031965.2",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HASPIN",
          "gene_hgnc_id": 19682,
          "hgvs_c": "c.192C>A",
          "hgvs_p": "p.Asp64Glu",
          "transcript": "NM_031965.2",
          "protein_id": "NP_114171.2",
          "transcript_support_level": null,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 192,
          "cds_end": null,
          "cds_length": 2397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000325418.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_031965.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HASPIN",
          "gene_hgnc_id": 19682,
          "hgvs_c": "c.192C>A",
          "hgvs_p": "p.Asp64Glu",
          "transcript": "ENST00000325418.5",
          "protein_id": "ENSP00000325290.4",
          "transcript_support_level": 6,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 192,
          "cds_end": null,
          "cds_length": 2397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_031965.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000325418.5"
        },
        {
          "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": 31,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3085-383G>T",
          "hgvs_p": null,
          "transcript": "NM_002208.5",
          "protein_id": "NP_002199.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000263087.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002208.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3085-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000263087.9",
          "protein_id": "ENSP00000263087.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002208.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000263087.9"
        },
        {
          "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": 31,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3181-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000949198.1",
          "protein_id": "ENSP00000619257.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949198.1"
        },
        {
          "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": 31,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3148-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000868856.1",
          "protein_id": "ENSP00000538915.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868856.1"
        },
        {
          "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": 31,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3061-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000868857.1",
          "protein_id": "ENSP00000538916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868857.1"
        },
        {
          "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": 30,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3007-383G>T",
          "hgvs_p": null,
          "transcript": "NM_001425071.1",
          "protein_id": "NP_001412000.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1153,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3462,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001425071.1"
        },
        {
          "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": 30,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3007-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000868855.1",
          "protein_id": "ENSP00000538914.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1153,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3462,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868855.1"
        },
        {
          "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": 30,
          "intron_rank": 25,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.2944-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000949199.1",
          "protein_id": "ENSP00000619258.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1132,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949199.1"
        },
        {
          "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": 29,
          "intron_rank": 26,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "c.3085-3725G>T",
          "hgvs_p": null,
          "transcript": "NM_001425072.1",
          "protein_id": "NP_001412001.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001425072.1"
        },
        {
          "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": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "n.479-383G>T",
          "hgvs_p": null,
          "transcript": "ENST00000570415.5",
          "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": "retained_intron",
          "feature": "ENST00000570415.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGAE",
          "gene_hgnc_id": 6147,
          "hgvs_c": "n.*191G>T",
          "hgvs_p": null,
          "transcript": "ENST00000571185.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": "ENST00000571185.1"
        }
      ],
      "gene_symbol": "HASPIN",
      "gene_hgnc_id": 19682,
      "dbsnp": "rs751835763",
      "frequency_reference_population": 0.00005519283,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 88,
      "gnomad_exomes_af": 0.0000561378,
      "gnomad_genomes_af": 0.0000461949,
      "gnomad_exomes_ac": 81,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0714491605758667,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.051,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1152,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.61,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.336,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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_031965.2",
          "gene_symbol": "HASPIN",
          "hgnc_id": 19682,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.192C>A",
          "hgvs_p": "p.Asp64Glu"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002208.5",
          "gene_symbol": "ITGAE",
          "hgnc_id": 6147,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3085-383G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}