distributions
index
Example request:
curl https://packagecloud.io/api/v1/distributions.json
get/api/v1/distributions
Response
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.
Distributions required
Supported distributions grouped by package type. Keys are package-type names ("deb", "dsc", "rpm"); each value is the list of distributions that support that package type.