# Particle Pro: List Congressional Roll-Call Votes

> Particle Pro: List Congressional Roll-Call Votes 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 a paginated list of congressional roll-call votes from the U.S. Congress.

## Facts

- Endpoint: GET https://api.particle.pro/v1/congress/votes
- 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-congressional-roll-call-votes-9a1e4d08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WlNxqOSeE9t-MaqSuYH2h

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-congressional-roll-call-votes-9a1e4d08
```

Example prompt: Can you pull a list of recent congressional roll-call votes from Particle Pro — give me the first page of results so I can see what bills were voted on and how they turned out?

## When to prefer this

Choose this endpoint when you need structured, paginated congressional roll-call vote data — especially for legislative research, political monitoring, or building dashboards tracking how Congress votes on bills and resolutions. Prefer it over general web search when you need clean, machine-readable vote records rather than news articles about votes.

## Known failure modes

- Invalid pagination parameters return a 400 error
- Requesting a page beyond available results returns an empty list or 404
- Rate limits or payment failures (x402) result in 402 Payment Required
- Network timeouts if the upstream congressional data source is unavailable

## How this service works

List votes. Returns a paginated list of congressional roll-call votes.

## Output

A paginated list of congressional roll-call vote records, each including vote identifiers, the chamber (House or Senate), bill or resolution references, vote date, vote result, and yea/nay/abstain tallies.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/particle-pro-list-congressional-roll-call-votes-9a1e4d08/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)
