v1
latestOpenAPI 3.1.0MIT2026-07-1711418.5 KBReturns a package
get/packages/{packageId}
Path parameters
packageIdstring required
Package id
Query parameters
proxyboolean
Enable to use openpm's proxy
Response
A package
Example response
{
"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.",
"openapi": "{\"openapi\": \"3.1.0\", \"info\": {\"title\": \"Acme API\"}}"
}