latestOpenAPI 3.0.0Proprietary2026-08-106679150.9 KB

5f36bed372bb

Packages

Show details of a set of packages.

Show details of a set of packages

post/v1/packages/lookup

Request body

OR

Example request

{
  "purls": [
    "pkg:pypi/urllib3"
  ]
}

Response

Details of packages found from the search and any package names that had no results.

Example response

{
  "packages": [
    {
      "license": {
        "expression": "GPL-3.0 OR MIT"
      }
    }
  ]
}