Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicinabox/slackware-packages

A Slackware packages API for unRAID
https://github.com/nicinabox/slackware-packages

Last synced: about 1 month ago
JSON representation

A Slackware packages API for unRAID

Awesome Lists containing this project

README

        

# Slackware Packages API

This API covers Slackware versions 13.1-current (14.1 at this time). Includes standard package versions and patch versions.

All endpoints return json.

## Endpoints

**/slackwares**

List of all Slackware versions

**/slackwares/:id**

List of packages for a Slackware version (`:id`)

**/packages**

List of all packages for all Slackware versions. Also accepts a query parameter (`?q=slug`).

**/packages/:id**

Package details for `:id`. Also supports slugged name.