$0.02
per call · USD Coin on Base
AI-package release velocity. Per-package releases_24h / releases_7d / releases_30d, latest bump classification (major/minor/patch/prerelease, pre-1.0 minor counts as major per semver), is_breaking_recent flag (major bump within 30 days). Notable movers: recent_major_bumps, most_releases_7d, fastest_cadence_30d. Filter by ecosystem (PyPI/npm), category (llm-sdk, agent-framework, etc), or package substring. The "what AI deps just changed and is it breaking" call.
Endpoint
GET https://tensorfeed.ai/api/premium/packages/releases/velocity1
Calls / 30d
1
Unique payers / 30d
Aug 14
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://tensorfeed.ai/api/premium/packages/releases/velocity", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://tensorfeed.ai/api/premium/packages/releases/velocity?category=agent-framework&ecosystem=PyPI&min_releases_7d=1" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"billing": {
"credits_charged": 1,
"credits_remaining": 49
},
"capturedAt": "2026-05-24T18:35:00Z",
"filter": {
"category": "agent-framework",
"ecosystem": "PyPI",
"min_releases_7d": 1,
"package": null
},
"notable_movers": {
"fastest_cadence_30d": [],
"most_releases_7d": [],
"recent_major_bumps": []
},
"ok": true,
"packages_in_snapshot": 12,
"rows": [
{
"category": "agent-framework",
"days_since_latest": 1,
"ecosystem": "PyPI",
"homepage": "https://langchain.com",
"is_breaking_recent": true,
"latest_bump_kind": "major",
"latest_published_at": "2026-05-23T19:14:11Z",
"latest_version": "0.4.0",
"package": "langchain",
"previous_version": "0.3.27",
"releases_24h": 1,
"releases_30d": 9,
"releases_7d": 3,
"versions_known_total": 412
}
],
"snapshot_captured_at": "2026-05-24T18:35:00Z",
"summary": {
"breaking_changes_30d": 2,
"by_bump_kind": {
"major": 1,
"minor": 4,
"patch": 5,
"prerelease": 1,
"sideways": 0,
"unknown": 1
},
"by_category": {
"agent-framework": 12
},
"by_ecosystem": {
"PyPI": 12,
"npm": 0
},
"total_releases_30d": 47,
"total_releases_7d": 18
}
}Payment details
0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Tensorfeed & similar services
Tensorfeed · Premium Whats NEW
tensorfeed.ai
Agent morning brief. One paid call returns the last 24 hours of AI pricing changes, new and removed models, service-status incidents, and top news headlines. The endpoint an agent calls on boot.
Tensorfeed · Research Citation Velocity
tensorfeed.ai
Top 100 recent AI papers ranked by the share of their total citations earned in the most recent calendar year. Papers published in the last 2 years with 3+ citations. Surfaces papers that are still gaining traction now. OpenAlex CC0.
Tensorfeed · Agents Directory
tensorfeed.ai
Enriched AI agents directory. One paid call returns the catalog joined with live provider status, recent news mentions, 24h agent traffic, and sample model pricing, ranked by a derived trending score. The agent-discovers-agent feed.