# TheBotWire Open-Source Releases Feed

> TheBotWire Open-Source Releases Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the latest version tags and release announcements for major open-source coding projects including Node.js, CPython, Kubernetes, Rust, Go, React, PyTorch, Deno, and Bun

## Facts

- Endpoint: GET https://thebotwire.com/releases/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-open-source-releases-feed-a41f73c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KJFd0lDCZc_7HhZ9XZxEf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability thebotwire-open-source-releases-feed-a41f73c4
```

Example prompt: What are the latest releases across major open-source projects in the last 2 hours? Show me up to 20 results for Node.js, Rust, and Kubernetes.

## When to prefer this

Use this endpoint when you need structured, up-to-date version release data specifically for major open-source coding projects (Node.js, Python, Kubernetes, Rust, Go, React, PyTorch, Deno, Bun). It is purpose-built for coding agents and CI/CD workflows that need to track software versions programmatically, rather than scraping GitHub or reading changelogs manually. Prefer it over general tech news endpoints when you need clean version tags rather than editorial commentary.

## Known failure modes

- No releases found for the specified project within the freshness window — returns empty list
- Invalid project enum value — returns validation error
- Limit parameter out of range (must be 1–50) — returns error
- Malformed 'since' time window format — returns parsing error
- Payment failure via x402 — returns 402 with payment details

## How this service works

New open-source releases for coding agents: Node.js, CPython, Kubernetes, Rust, Go, React, PyTorch, Deno, Bun version tags.

## Output

A list of release entries for the queried open-source projects, each containing the project name, version tag, release date/time, and any available release notes or summary. Results can be filtered by project, time window, and search terms, with up to 50 results returned per call.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-open-source-releases-feed-a41f73c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
