# Particle Pro — List Bill Text Versions

> Particle Pro — List Bill Text Versions is a paid API for AI agents from api.particle.pro, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns all published text versions of a congressional bill, with links to PDF, XML, and HTML formats for each version.

## Facts

- Endpoint: GET https://api.particle.pro/v1/congress/bills/:id/text
- 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/particle-pro-list-bill-text-versions-2e55bc5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wdMv26aGe7XdASpPtH7gN

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 particle-pro-list-bill-text-versions-2e55bc5f
```

Example prompt: Can you pull up all the published text versions of bill ID HR1234 and give me the links to the PDF and HTML formats?

## When to prefer this

Use this endpoint when you need the actual document text or document links (PDF, XML, HTML) for a specific bill rather than metadata. Prefer this over the bills list endpoint when you already know the bill ID and need version history or downloadable formats. Ideal for legal research, legislative tracking, or compliance workflows that need authoritative source documents.

## Known failure modes

- Invalid or non-existent bill ID returns a 404 or empty result
- Bill has no published text versions yet (recently introduced)
- Rate limiting if too many requests are made in quick succession
- Network timeout or API downtime returns a 5xx error

## How this service works

List bill text versions. Returns all published text versions of a bill with links to PDF, XML, and HTML formats.

## Output

A list of all published text versions of the specified bill, each containing a version label (e.g. 'Introduced', 'Engrossed', 'Enrolled'), publication date, and direct links to the document in PDF, XML, and HTML formats.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/particle-pro-list-bill-text-versions-2e55bc5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.particle.pro](https://www.zero.xyz/host/api.particle.pro/llms.txt)
