Tracking 100+ libraries in real-time

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.

Free API
No Auth Required
JSON Response
bash
$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://..." } }] }
Features

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

15

JavaScript & TypeScript packages from npm registry

Anthropic SDK (npm)Drizzle ORMLangChainNext.jsNextAuth.jsopenai (npm)+9 more
🐍

PyPI

8

Python packages from Python Package Index

anthropic (PyPI)DjangoFastAPINumPyopenai (PyPI)Pandas+2 more
🐙

GitHub Releases

16

GitHub release tags and binaries

DockerKubernetesNode.jsOpenAI (Node SDK)OpenAI (Python SDK)PostgreSQL+10 more
API First

Simple, Powerful
REST API

Integrate dependency data into your tools, dashboards, or AI agents with just a few lines of code.

1

No Authentication Needed

Start making requests immediately. No keys to manage for public data.

2

Standard JSON

Predictable responses that are easy to parse in any language.

3

Filtering & Pagination

Get exactly the data you need with powerful query parameters.

GET/api/v1/events
curl "https://vessel.nunchi.ai.com/api/v1/events?severity=Warning&limit=5"
GET/api/v1/sources
curl "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.