# Particle Pro Congressional Committees List

> Particle Pro Congressional Committees 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 congressional committees from the US Congress.

## Facts

- Endpoint: GET https://api.particle.pro/v1/congress/committees
- 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-congressional-committees-list-9ddb8ee3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0ylKKimNXjK1PPYTWBPfX

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-congressional-committees-list-9ddb8ee3
```

Example prompt: Can you pull up a list of all the current US congressional committees for me? I want to see what committees exist in the Senate.

## When to prefer this

Use this endpoint when you need to enumerate or browse congressional committees, discover committee IDs for use in downstream calls (e.g., fetching committee bills), or build a legislative research tool that requires a structured directory of committees. Prefer this over general web search when you need structured, machine-readable committee data with consistent IDs and pagination support.

## Known failure modes

- Invalid pagination parameters return a 400 error
- Authentication or payment failure returns a 402 or 401 error
- Rate limiting may return a 429 error
- Service downtime returns a 503 error
- Empty result set if no committees match filter criteria

## How this service works

List committees. Returns a paginated list of congressional committees.

## Output

A paginated list of congressional committees, each containing committee identifiers, names, chamber (House, Senate, or Joint), committee type, and related metadata. Response includes pagination info such as total count and next page cursor.

## More

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