Package

This document uses the REST API. For more details, see the Authentication for API page.

Get a package (Early Access)

get

Get package metadata for a specific package from an ecosystem

Required permissions

  • View Organization (org.read)
Authorizations
AuthorizationstringRequired

API key value must be prefixed with "Token ".

Path parameters
org_idstring · uuidRequired

Org ID

ecosystemstringRequired

Ecosystem name (e.g., npm, maven, pypi)

Example: npm
package_namestringRequired

Package name (URL encoded if needed)

Example: express
Query parameters
versionstringRequired

Requested API version

Example: 2025-11-05Pattern: ^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Responses
get
/orgs/{org_id}/ecosystems/{ecosystem}/packages/{package_name}

Last updated

Was this helpful?