When a new package is downloaded, its history is stored in a SQLite database.
You can search and query this history at any time.
GET /api/updates/packages
Query with filters (release, component, architecture, package, since, until, limit, offset)
Example: curl "http://127.0.0.1:9090/api/updates/packages?release=bookworm&component=main&since=2025-12-01"
GET /api/updates/packages/recent?limit=50
Get N most recent updates
Example:curl http://127.0.0.1:9090/api/updates/packages/recent?limit=20
GET /api/updates/packages/stats
Get statistics
Example: curl http://127.0.0.1:9090/api/updates/packages/stats
GET /api/updates/packages/today
Get today's updates
GET /api/updates/packages/search?q=<name>
Search by package name