# TheBotWire Congressional Bills & Statutes Feed

> TheBotWire Congressional Bills & Statutes Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the latest US congressional bills and compiled statutes from GovInfo, with optional search and filtering by type or freshness window.

## Facts

- Endpoint: GET https://thebotwire.com/bills/latest
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-congressional-bills-statutes-feed-a0fd584e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BdJtGXNJenGquNecNWlmW

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-congressional-bills-statutes-feed-a0fd584e
```

Example prompt: Pull the latest congressional bills from the past 24 hours related to artificial intelligence — show me up to 20 results.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time access to new US congressional bills and federal statute compilations specifically sourced from GovInfo. It is ideal for compliance agents that need to monitor legislative activity, policy researchers tracking specific topics, or legal agents that require a structured feed of new legislation. Prefer it over general web search when you need clean, structured legislative data with freshness controls and keyword filtering, and when you want GovInfo-authoritative sourcing rather than news summaries.

## Known failure modes

- No results returned if the freshness window is too narrow and no bills were published in that period
- Invalid 'since' format (e.g. '1week' instead of '7d') may result in an error or ignored parameter
- Limit values outside 1–50 range are rejected
- Invalid 'type' enum value causes a validation error
- GovInfo source may have delays; very recent submissions might not appear immediately

## How this service works

New US congressional bills and statute compilations from GovInfo for policy and compliance agents.

## Output

A list of congressional bills or statute compilations sourced from GovInfo, each including the bill or statute title, type, identifier, publication or introduction date, and relevant legislative metadata. Results are ordered by recency and filtered according to the provided query parameters.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-congressional-bills-statutes-feed-a0fd584e/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)
