npm Registry API
The official npm Registry API for querying package metadata, versions, and searching the npm registry. Supports both scoped and unscoped packages.
Slug: npmjs
Key:
Base URL:
Auth: none
Endpoints: 3
Reachable: unknown
CORS: unknown
Tier: verified
Key:
npmjs.org:npm-registry-apiBase URL:
https://registry.npmjs.orgAuth: none
Endpoints: 3
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
BUSINESS, DEVTOOLS, TECHNOLOGY
Tutorials
- Getting Started with the npm Registry API — I can look up any npm package's metadata — versions, dependencies, license, maintainers, release timestamps — from the npm registry in a single unauthenticated GET, and search the registry by keyword with ranked results.
Skills
- Look up npm package metadata — I can look up any npm package's metadata — versions, dependencies, license, maintainers, release timestamps — from the npm registry in a single unauthenticated GET.
- Search npm packages by keyword — I can search npm packages by keyword and return ranked results with download counts, quality scores, and vulnerability flags — no auth required.
Endpoints (3)
| Path | Summary | Response | Auth |
|---|---|---|---|
| -/v1/search | Search packages | ? |
none |
| {package} | Get package metadata | ? |
none |
| {package}/{version} | Get specific version metadata | ? |
none |