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: "38877836bacfa4c16a2a0bc44a053b3d4c8552710374b26b91783669fd91d084"
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"
    }
  ]
}