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

# list registies

`GET /registries`

## Query parameters

- `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

- **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
- **2023-04-04** (v1) `34c39773ceae` — 5 breaking, 2 warning
  - the response property `items/keywords_count` became optional for the status `200`
  - the response property `items/namespaces_count` became optional for the status `200`
  - removed the required property `items/downloads` from the response with the `200` status
  - removed the required property `items/icon_url` from the response with the `200` status
  - …3 more

[Change 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.dev/ecosyste-ms/apis/ecosyste-ms-packages/revisions/98c51ecb0201?raw)
