---
title: "Get a list of all supported distributions."
method: GET
path: "/distros/"
tags: ["distros"]
---

# Get a list of all supported distributions.

`GET /distros/`

Get a list of all supported distributions.

## Response `200`

Available package formats retrieved

- DistributionFull[]
  - `format` string
  - `format_url` string, uri
  - `name` string, required
  - `self_url` string, uri
  - `slug` string — The slug identifier for this distribution
  - `variants` string, nullable
  - `versions` DistributionVersion[] — A list of the versions for this distribution
    - `name` string — The textual name for this version.
    - `slug` string — The slug identifier for this version

## Other responses

- `400` — Request could not be processed (see detail).
- `422` — Missing or invalid parameters (see detail).

---

[API](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1.md) · [All operations](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudsmith/cloudsmith-api-v1/revisions/4d7879df9b2f/schema)
