Programmatically retrieve metadata for Node.js packages from the npm registry.
The npm Registry API provides endpoints to query package metadata hosted on the public npm platform.
It is useful for developers and tools that need to fetch information about Node.js libraries programmatically.
Query the registry directly from CI/CD pipelines or npm scripts to retrieve the latest version, dependencies, and publish date for any public package before installation or deployment.
Create lightweight internal tools that display real-time information about organization-used libraries, including version history and maintainer details pulled from the public registry.
Write small utilities or linters that check whether a given package version exists and retrieve its tarball URL or integrity hashes without needing additional services.
A public HTTPS endpoint that returns JSON metadata about any package and version published to the npm registry.
Verified reviews from the community shape this listing's rating.
Loading reviews…