/packages

Retrieve the number of projects that a dependency is used in and how many versions of it are blocked. This endpoint is paginated.

Query Params
fetchers
array of strings

Filter packages to those from the specified fetchers. For example, fetchers[0]=npm&fetchers[1]=apk will match all NPM packages and all APK packages.

fetchers
string

Filter results to only packages with the specified name. Supports partial matches. For example "foo" will match "foo", "foobar", and "foo-bar".

depth
array of strings

Filter results to only include packages which are direct or transitive dependencies of your projects.

depth
labels
array of strings

Filter packages to those belonging to your projects with the specified labels.

labels
string

Filter packages to only one of your specific projects. Exact match only.

sources
array of strings

Filter packages to those belonging to your projects from the specified set of sources

sources
visibility
array of strings

Filter results to your projects which are public or private

visibility
string
enum

Filter packages to include only packages that do or do not have packages as dependencies which are blocked by your organization

Allowed:
string

Filter packages to those with vulnerabilities that have specific Common Vulnerabilities and Exposures (CVE) identifiers

cwes
array of strings

Filter packages to those with vulnerabilities that have specific Common Weakness Enumeration (CWE) identifiers

cwes
fixTypes
array of strings

Filter packages to those with vulnerabilities that either have or do not have a fix available

fixTypes
severities
array of strings

Filter packages by severity levels of issues

severities
teamIds
array of numbers | null

Filter packages to just those owned by the specified teams. Specify the string "null" to filter packages that are not owned by any team.

teamIds
locators
array of strings

Filter packages by the specified dependency project locators without revision / version data. Locators are unique identifiers for packages in the FOSSA system. Exact matches only.

locators
integer
≥ 1
Defaults to 1

The page number to retrieve

integer

The number of results to return per page

string
enum

The field to sort by

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json