ALHP API (1.0.1)

Download OpenAPI specification:Download

ALHP API used to retrieve information about packages and general statistics.

Some useful links:

package

Everything about packages

Get information about packages

Retrieve packages with or without filtering

query Parameters
status
string
Enum: "latest" "failed" "built" "skipped" "delayed" "building" "signing" "unknown" "queued"

Status value to filter for

pkgbase
string

Pkgbase value to filter

repo
string

Repo to filter

offset
required
number

How many entries to skip

limit
required
number

How many entries to return at max

Responses

Response samples

Content type
application/json
{
  • "packages": [
    ],
  • "total": 0,
  • "offset": 0,
  • "limit": 0
}

general

General information related to overall project status

Get general package stats

Responses

Response samples

Content type
application/json
{
  • "failed": 0,
  • "skipped": 0,
  • "latest": 0,
  • "queued": 0,
  • "lto": {
    }
}