---
title: "Get ChEMBL targets"
method: GET
path: "/targets"
tags: ["Targets"]
---

# Get ChEMBL targets

`GET /targets`

## Query parameters

- `accession` string[]
- `limit` integer
- `page` integer
- `targetIds` string[]

## Response `200`

OK

- Targets
  - `pageMeta` PageMeta
    - `currentElements` integer
    - `currentPage` integer
    - `limit` integer
    - `totalElements` integer
    - `totalPages` integer
  - `targets` CrossbarTarget[]
    - `accession` string
    - `target_chembl_id` string

## 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)
