# UK Parliament Bills Search

> UK Parliament Bills Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a list of UK Parliament bills currently before Parliament, with optional keyword filtering

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/gov-uk-bills
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-parliament-bills-search-fe97c1a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RvM7PUms-N4W3o-mSKp0Y

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 uk-parliament-bills-search-fe97c1a6 -d '<json body>'
```

Example prompt: Can you find all the bills currently before UK Parliament related to energy? I want to see what legislation is in progress on that topic.

## When to prefer this

Use this endpoint when you need to look up active UK parliamentary bills by keyword — particularly useful for policy research, legislative tracking, or monitoring the status of UK laws in progress. Prefer this over general web search when you need structured JSON data about Parliament bills.

## Known failure modes

- Empty result set if search term matches no bills
- Stale data if Parliament bills database is not recently updated
- Malformed or missing query parameter returns all bills unfiltered
- HTTP 402 if payment not provided
- HTTP 500 if upstream Parliament API is unavailable

## How this service works

GOV: UK Parliament bills before Parliament, optional term filter. Query ?q=energy. Returns JSON.

## Output

A JSON array of UK Parliament bills currently before Parliament, each containing bill title, status, and related metadata, optionally filtered to those matching the provided search term.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-parliament-bills-search-fe97c1a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
