Don't let
outdated AI
break your code.
Vessel tracks dependency updates and provides official URLs. Keep your AI agents and dev tools accurate with real-time release information.
$curl "https://vessel.nunchi.ai.com/api/v1/events" \-H "Accept: application/json"
# Response{
"events": [{
"id": 12345,
"version": "15.0.0",
"severity": "Warning",
"urls": {
"release_notes": "https://..."
}
}]
}Why use Vessel?
Stop relying on outdated training data. Give your AI agents access to real-time dependency information.
Real-time Updates
We scrape npm, PyPI, GitHub, and more every day. Your data is always fresh.
Official URLs
Every event includes links to official docs, release notes, and announcements.
Severity Detection
Breaking changes, deprecations, and EOLs are automatically detected and flagged.
Simple REST API
Clean JSON endpoints with filtering, pagination, and no authentication required.
Multiple Sources
npm, PyPI, GitHub Releases, crates.io, pub.dev, RubyGems - all in one place.
100% Free
Open source and completely free. Built for developers, by developers.
Supported Ecosystems
We currently track 39 libraries across 3 platforms
npm
JavaScript & TypeScript packages from npm registry
PyPI
Python packages from Python Package Index
GitHub Releases
GitHub release tags and binaries
Simple, Powerful
REST API
Integrate dependency data into your tools, dashboards, or AI agents with just a few lines of code.
No Authentication Needed
Start making requests immediately. No keys to manage for public data.
Standard JSON
Predictable responses that are easy to parse in any language.
Filtering & Pagination
Get exactly the data you need with powerful query parameters.
/api/v1/eventscurl "https://vessel.nunchi.ai.com/api/v1/events?severity=Warning&limit=5"/api/v1/sourcescurl "https://vessel.nunchi.ai.com/api/v1/sources?type=npm"Ready to get started?
Start using our API today. No authentication, no rate limits, completely free.