---
title: "index"
method: GET
path: "/api/v1/distributions"
tags: ["distributions"]
---

# index

`GET /api/v1/distributions`

**Example request:**

```
curl https://packagecloud.io/api/v1/distributions.json
```

## Response `200`

Hash<String, Distribution> The response will be a JSON hash with the keys "deb", "dsc", and "rpm" whose values will be an array of hashes describing each distribution. This distribution hash will have an key called "versions" whose value is an array of JSON hashes describing each version of a particular Linux distribution which supports the package type.

- object

---

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