---
title: "Molecular Interactions collected from IntAct"
method: GET
path: "/intact"
tags: ["Intact"]
---

# Molecular Interactions collected from IntAct

`GET /intact`

## Query parameters

- `accession` string[]
- `confidence` number, double
- `gene` string[]
- `limit` integer
- `page` integer

## Response `200`

OK

- IntactInteractions
  - `interactions` Intact[]
    - `confidence` number, double
    - `interaction_ac` string[]
    - `interactor_a` Interactor
      - `accession` string
      - `gene` string
    - `interactor_b` Interactor
      - `accession` string
      - `gene` string
    - `method` string
    - `source_db` string
  - `pageMeta` PageMeta
    - `currentElements` integer
    - `currentPage` integer
    - `limit` integer
    - `totalElements` integer
    - `totalPages` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ebi/apis/crossbar-data-api.md) · [All operations](https://skmtc.dev/ebi/apis/crossbar-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ebi/crossbar-data-api/revisions/0f6e23feebcd/schema)
