Libraries.io monitors 2,300,472 open source libraries across 33 different package managers.
Get list of supported package managers
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
Get information about a project and it’s versions.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |
Get a list of dependencies for a version of a project, pass latest to get dependency info for the latest available version
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: angular |
version | String | Example: latest |
Get projects that have at least one version that depends on a given project.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |
Get repositories that depend on a given project.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |
Search for projects
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
query | String | Search string. Example: express |
Get a info for a repository. Currently only works for open source repositories.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
owner | String | Repository owner |
name | String | Project name. Example: express |
Get a list of dependencies for a repositories. Currently only works for open source repositories.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
owner | String | Repository owner |
name | String | Project name. Example: express |
Get a list of projects referencing the given repository.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
owner | String | Repository owner |
name | String | Project name. Example: express |
Get information for a given User or Organization
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
login | String | Login |
Get repositories owned by a User
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
login | String | Login |
Get a list of projects referencing the given users repositories.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
login | String | Login |
List projects that a user is subscribed to recieved notifications about new releases.
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
Subscribe to recieved notifications about new releases of a project
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |
includePrerelease | Boolean | Prerelease include |
Check if a users is subscribed to recieved notifications about new releases of a project
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |
Update the options for a subscription
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |
includePrerelease | Boolean | Prerelease include |
Stop recieving release notifications from a project
Field | Type | Description |
---|---|---|
apiKey | credentials | Your api key from Libraries Io |
platform | String | Platfotm name. Example: npm |
name | String | Project name. Example: express |