SALT19 NPM Package Facts is a paid API for AI agents from api.salt19.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Retrieves key metadata facts about an NPM package — including license, version, and deprecation status — for a given package name and optional version.
SALT19 is an independent applied AI systems lab behind EvoMind governed cognition, the MCP-native Agent Utility Grid, the ARCS research community, AeroClear UAS flight intelligence, and practical software for real-world work.
Returns a JSON object containing the package name, resolved version string, SPDX license identifier (e.g. 'MIT'), and a boolean deprecated flag indicating whether the package has been marked as deprecated on the npm registry.
POSThttps://api.salt19.com/v1/npm-package-factsChoose this endpoint when an agent needs quick, structured facts about a specific npm package — particularly license type and deprecation status — without scraping the npm website. Useful for automated dependency audits, license compliance pipelines, or enriching package manifests. Prefer over raw npm registry API calls when a pay-per-use, agent-friendly endpoint with a clean response schema is preferred.
| Field | Type | Description |
|---|---|---|
| package | string | |
| version | string |
{
"type": "json",
"example": {
"license": "MIT",
"package": "hono",
"version": "4.13.3",
"deprecated": false
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"