Package
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
ecosystemstringRequiredExample:
Ecosystem name (e.g., npm, maven, pypi)
npmpackage_namestringRequiredExample:
Package name (URL encoded if needed)
expressQuery parameters
versionstringRequiredExample:
Requested API version
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
200
Returns package metadata
application/vnd.api+json
400
Bad Request: A parameter provided as a part of the request was invalid.
application/vnd.api+json
401
Unauthorized: the request requires an authentication token.
application/vnd.api+json
403
Forbidden: the request requires an authentication token with more or different permissions.
application/vnd.api+json
404
Not Found: The resource being operated on could not be found.
application/vnd.api+json
409
Conflict: The requested operation conflicts with the current state of the resource in some way.
application/vnd.api+json
500
Internal Server Error: An error was encountered while attempting to process the request.
application/vnd.api+json
get
/orgs/{org_id}/ecosystems/{ecosystem}/packages/{package_name}Last updated
Was this helpful?

