v1
latestOpenAPI 3.1.0MIT2026-07-1711418.5 KBReturns all packages
get/packages
Query parameters
limitinteger
How many package to return per page (default 500)
pageinteger
Page number (default 1)
Response
A paginated list of packages
Example response
{
"items": [
{
"name": "Acme",
"machine_name": "acme",
"domain": "acme.com",
"version": "1.0.0",
"created_at": "2019-01-01T00:00:00Z",
"updated_at": "2019-01-01T00:00:00Z",
"published_at": "2019-01-01T00:00:00Z",
"logo_url": "https://logo.clearbit.com/acme.com",
"contact_email": "support@acme.com",
"legal_info_url": "https://acme.com/legal",
"description": "Acme is an API for searching and retrieving information about Acme's products.",
"machine_description": "Acme is an API for searching and retrieving information about Acme's products."
}
]
}