# Particle Pro Congress Members List

> Particle Pro Congress Members List 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 members of the United States Congress.

## Facts

- Endpoint: GET https://api.particle.pro/v1/congress/members
- 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-congress-members-list-61cd44b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MatU43ykUx1EaalHsItNv

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-congress-members-list-61cd44b7
```

Example prompt: Can you pull me a list of current members of Congress from Particle Pro — give me the first page of results?

## When to prefer this

Use this endpoint when you need a structured, paginated roster of US Congress members with key identifiers (IDs, chamber, party, state) — especially when cross-referencing with bill sponsorship, voting records, or committee membership data available on the same Particle Pro platform. Prefer it over scraping congressional websites when you need clean, machine-readable legislative data at low cost per call.

## Known failure modes

- Invalid or out-of-range pagination parameters return an error or empty results
- Rate limiting or payment failure (x402) prevents access
- No members returned if filters are too restrictive or session data is unavailable
- Stale data if the underlying congressional roster has not been recently updated

## How this service works

List congress members. Returns a paginated list of members of Congress.

## Output

A paginated list of US Congress member records, including details such as member names, IDs, chamber (House or Senate), party affiliation, state, and district information. The response supports pagination so large datasets can be retrieved in batches.

## More

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