---
title: "get a registry by name"
method: GET
path: "/registries/{registryName}"
tags: ["registries"]
---

# get a registry by name

`GET /registries/{registryName}`

## Path parameters

- `registryName` string, required

## 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 `purl_type` to the response with the `200` status
- **2024-02-07** (v1) `f5181c1b3e28` — 3 info
  - the response property `keywords_count` became required for the status `200`
  - the response property `namespaces_count` became required for the status `200`
  - added the required property `downloads` to the response with the `200` status
- **2023-12-01** (v1) `57d7e2601495` — 1 info
  - added the optional property `versions_count` to the response with the `200` status
- **2023-04-24** (v1) `67d73eca4800` — 1 info
  - added the required property `icon_url` to the response with the `200` status
- **2023-04-04** (v1) `34c39773ceae` — 5 breaking, 1 warning
  - the response property `keywords_count` became optional for the status `200`
  - the response property `namespaces_count` became optional for the status `200`
  - removed the required property `downloads` from the response with the `200` status
  - removed the required property `icon_url` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/ecosyste-ms/apis/ecosyste-ms-packages/changes/registries/:registryName/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)
