# TheBotWire Federal Register Feed

> TheBotWire Federal Register 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-14).

Returns the latest US federal regulations from the Federal Register, including final rules, proposed rules, notices, and presidential documents, with optional keyword search and filtering.

## Facts

- Endpoint: GET https://thebotwire.com/reg/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-federal-register-feed-173e1290
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zaNzjOnUgaSH4EGbw_U_-

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-federal-register-feed-173e1290
```

Example prompt: Pull the latest federal regulations from the Federal Register for the past 24 hours — specifically final rules and proposed rules related to financial services, up to 20 results.

## When to prefer this

Choose this endpoint when you need real-time or recent US federal regulatory content from the Federal Register, especially for compliance monitoring, policy tracking, or regulatory intelligence workflows. It is preferable to scraping federalregister.gov directly because it is structured, searchable, filterable by type and freshness, and payable per-call at low cost. Best for agents that need to surface new rulemakings quickly without parsing raw government XML feeds.

## Known failure modes

- No matching results for narrow keyword queries or rare document types
- Rate limiting or payment failure if x402 payment is not processed
- Invalid 'since' format causing parameter rejection
- Type filter mismatch if an unsupported enum value is passed
- Stale results if the Federal Register has not published new items in the requested window

## How this service works

New US federal regulations from the Federal Register: final rules, proposed rules, notices, presidential documents.

## Output

A list of Federal Register documents matching the query, each including document title, type (final rule, proposed rule, notice, or presidential document), publication date, and relevant metadata. Returns up to 50 items depending on the limit parameter.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-federal-register-feed-173e1290/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)
