Available parameters and response documentation is available here
Path parameter format:

  • {gene1}::{gene2}/{ref_genome} (no breakpoints)
  • {gene1(position1)}::{gene2(position2)}/{ref_genome}(with breakpoints).
Positions are optional and follow chr<chromosome>:<coordinate> format.

GET /lookup/fusions/BCR(chr22:231542199)::ABL1(chr9:133589156)/hg38
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=300
Content-Type: application/json ;utf-8
ETag: "bb7827fa739bdc8fe2dd0df82077efc29cd972711297424323ec5d5f42556f67"
Vary: Accept

{
  "fusions": {},
  "fusion_parts": [
    {
      "gene_symbol": "BCR",
      "absolute_positon": 1928254099,
      "is_main_part": true,
      "pos": 175626870,
      "gene_id": 2023,
      "chromo": "chr3"
    },
    {
      "gene_symbol": "ABL1",
      "absolute_positon": 2984770881,
      "is_main_part": false,
      "pos": 133589156,
      "gene_id": 140,
      "chromo": "chr9"
    }
  ]
}