---
title: "List package dependents"
method: GET
path: "/scopes/{scope}/packages/{package}/dependents"
---

# List package dependents

`GET /scopes/{scope}/packages/{package}/dependents`

Returns a list of packages that depend on a package

## Path parameters

- `scope` string, required — The name of a scope. This must not be @ prefixed.
- `package` string, required — The name of a package.

## Query parameters

- `limit` integer
- `page` integer
- `versions_per_package_limit` integer

## Response `200`

OK

- object
  - `items` Dependent[]
    - `scope` string, required — The name of a scope. This must not be @ prefixed.
    - `package` string, required — The name of a package.
    - `versions` Version[], required
    - `totalVersions` integer, required — The total number of versions of the package.
  - `total` integer

## Other responses

- `400` — Invalid request
- `404` — Package not found

## Changes

- **2026-02-06** `0c4e8d8a5c2a` — 1 breaking, 2 warning, 3 info
  - removed the required property `items/items/name` from the response with the `200` status
  - changed the pattern of the `path` request parameter `package` from `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` to `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$`
  - changed the pattern of the `path` request parameter `scope` from `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` to `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$`
  - the response property `items/items/versions` became required for the status `200`
  - …2 more
- **2024-02-28** `f8d3b912d946` — 2 breaking, 2 warning, 2 info
  - the response property `items/items/versions` became optional for the status `200`
  - removed the required property `items/items/package` from the response with the `200` status
  - changed the pattern of the `path` request parameter `package` from `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$` to `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/`
  - changed the pattern of the `path` request parameter `scope` from `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$` to `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/`
  - …2 more

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/scopes/:scope/packages/:package/dependents/get.md)

---

[API](https://skmtc.dev/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.dev/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/revisions/abb153728b13/schema)
