latestOpenAPI 3.0.0Proprietary2026-08-106679150.9 KB
5f36bed372bb
Packages
Show details of a specific package.
Show details of a specific package
get/v1/packages/{package_platform}/{package_name}
Path parameters
package_platformstring required
Example:rubygems
The platform of the package.
package_namestring required
Example:rails
The name of the package to look up.
Response
Details of the package
Example response
{
"license": {
"expression": "GPL-3.0 OR MIT"
}
}