---
title: "list dependencies"
method: GET
path: "/dependencies"
tags: ["dependencies"]
---

# list dependencies

`GET /dependencies`

## Query parameters

- `page` integer
- `per_page` integer
- `ecosystem` string
- `package_name` string
- `package_id` string
- `requirements` string
- `kind` string
- `optional` boolean
- `after` string

## Response `200`

OK

- Dependency[]
  - `id` integer, required
  - `ecosystem` string, required
  - `package_name` string, required
  - `requirements` string, nullable, required
  - `kind` string, nullable, required
  - `optional` boolean, nullable, required

## Changes

- **2024-05-13** (v1) `5fcad531d65a` — 1 info
  - added the required property `items/id` to the response with the `200` status
- **2024-05-13** (v1) `ec423a08d863` — 1 info
  - endpoint added
- **2023-04-04** (v1) `34c39773ceae` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/changes/dependencies/get.md)

---

[API](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages.md) · [All operations](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/llms.txt) · [OpenAPI document](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/revisions/98c51ecb0201?raw)
