Basilisk
API referenceReference

Aggregate package-history answer panel for the All versions scope.

GET
/v1/packages/{name}/history

Path Parameters

name*string

Package name

Response Body

application/json

curl -X GET "https://example.com/v1/packages/pillow/history"
{  "advisory_counts": {    "all": 0,    "confirmed": 0,    "unconfirmed": 0  },  "affected_version_count": 0,  "checked_version_count": 0,  "known_version_count": 0,  "latest_version": "string",  "name": "string",  "result": "matched",  "stale": true,  "stale_inputs": [    "mapping"  ]}