---
title: "Changes to Get Dependency Search Repo List"
method: GET
path: "/dependencies/repos/search"
---

# Changes to Get Dependency Search Repo List

`GET /dependencies/repos/search`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 3 revisions.

- **2026-07-17** `c7a4715c1f13` — 4 breaking, 4 warning, 8 info
- **2025-03-03** `14e4eafea538` — 1 info
- **2025-03-02** `526e5bdf6dee` — 1 breaking

## Changes

- **2026-07-17** `c7a4715c1f13` — 4 breaking, 4 warning, 8 info
  - added the new required `query` request parameter `lang`
  - for the `query` request parameter `page`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `size`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - the `data` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - deleted the `query` request parameter `q`
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `data/list` from the response with the `200` status
  - removed the optional property `data/total` from the response with the `200` status
  - api operation id `get_dependency_search_repo_list` was added
  - added the new optional `query` request parameter `query`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
  - added the optional property `error` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
  - added the optional property `total` to the response with the `200` status
- **2025-03-03** `14e4eafea538` — 1 info
  - endpoint added
- **2025-03-02** `526e5bdf6dee` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/crawlab-team/apis/crawlab-api/docs/dependencies/repos/search/get.md) · [API](https://skmtc.dev/crawlab-team/apis/crawlab-api.md) · [Page](https://skmtc.dev/crawlab-team/apis/crawlab-api/changes/dependencies/repos/search/get)
