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

# list registries

`GET /registries`

## Query parameters

- `ecosystem` string
- `page` integer
- `per_page` integer

## Response `200`

OK

- Registry[]
  - `name` string, required
  - `url` string, required
  - `ecosystem` string, required
  - `default` boolean, required
  - `packages_count` integer, required
  - `versions_count` integer
  - `maintainers_count` integer, required
  - `namespaces_count` integer, required
  - `keywords_count` integer, required
  - `downloads` integer, required
  - `github` string, nullable, required
  - `metadata` object, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `packages_url` string, required
  - `maintainers_url` string, required
  - `icon_url` string, required
  - `purl_type` string, required

## Changes

- **2025-11-22** (v1) `3532177de091` — 1 info
  - added the new optional `query` request parameter `ecosystem`
- **2024-04-14** (v1) `0d119500ad86` — 1 info
  - added the required property `items/purl_type` to the response with the `200` status
- **2024-02-07** (v1) `f5181c1b3e28` — 3 info
  - the response property `items/keywords_count` became required for the status `200`
  - the response property `items/namespaces_count` became required for the status `200`
  - added the required property `items/downloads` to the response with the `200` status
- **2023-12-01** (v1) `57d7e2601495` — 1 info
  - added the optional property `items/versions_count` to the response with the `200` status
- **2023-04-24** (v1) `67d73eca4800` — 1 info
  - added the required property `items/icon_url` to the response with the `200` status

[Full history](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/changes/registries/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-service-production.skmtc.workers.dev/v1/apis/ecosyste-ms/ecosyste-ms-packages/revisions/2b4bc337f408/schema)
