# Particle Pro - List Congress Member Votes

> Particle Pro - List Congress Member 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 the full voting record for a specified U.S. Congress member by their member ID.

## Facts

- Endpoint: GET https://api.particle.pro/v1/congress/members/:id/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-congress-member-votes-afee4f57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O3Kv-w4KM1BjfAi3HXsjv

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-congress-member-votes-afee4f57
```

Example prompt: Pull up the full voting record for Congress member with ID 'S001148' from Particle Pro so I can see how they've voted on legislation.

## When to prefer this

Use this endpoint when you need to retrieve structured voting data for a specific U.S. Congress member by their unique identifier. It is ideal for civic research, political analysis, journalist fact-checking, or building legislative tracking tools. Prefer this over general news or article endpoints when you need raw vote-by-vote records rather than narrative coverage.

## Known failure modes

- Invalid or unknown member ID returns a 404 or empty result
- Member ID format mismatch causes a parameter error
- Rate limiting or quota exceeded returns an error if called too frequently
- Network timeout for members with very long voting histories
- Payment failure via x402 protocol prevents the request from completing

## How this service works

List member votes. Returns the voting record for this congress member.

## Output

A list of vote records associated with the specified congress member, including details such as bill or resolution voted on, the member's vote position (yes/no/abstain), and relevant legislative metadata like date and session.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/particle-pro-list-congress-member-votes-afee4f57/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)
