# EnergyBillToolkit Postcode Schedule Options

> EnergyBillToolkit Postcode Schedule Options is a paid API for AI agents from energybilltoolkit.co.uk, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns postcode-level waste collection schedule-option distributions and ambiguity percentages for council address candidates in the UK.

## Facts

- Endpoint: POST https://energybilltoolkit.co.uk/waste/api/tools/get-postcode-schedule-options
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/energybilltoolkit-co-uk-f8b16c83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IjoOvwlwT8vGkUXR5iS24

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 energybilltoolkit-co-uk-f8b16c83 -d '<json body>'
```

Example prompt: What waste collection schedule options exist for postcode SW1A 1AA — show me the distribution of schedules and how ambiguous they are across the address candidates in that postcode?

## When to prefer this

Use this endpoint when you need a fast, low-cost triage of possible waste collection schedules at the postcode level before committing to a full property-level lookup. Ideal when you have a postcode but not a specific house number, or when you want to understand how ambiguous schedule data is for a given area before doing exact resolution.

## Known failure modes

- Invalid or malformed UK postcode returns an error or empty result
- Postcode not found in council data returns no schedule options
- Council data unavailability may return incomplete distributions
- Very new or recently changed postcodes may have stale schedule data
- Ambiguity of 100% means no schedule can be determined at postcode level alone

## How this service works

Return postcode-level schedule-option distributions and ambiguity percentages for council-native address candidates. This is a triage endpoint, not address proof and not an exact property lookup.

## Output

A JSON payload containing the distribution of possible waste collection schedule options across council-native address candidates for the given postcode, along with ambiguity percentages indicating how much uncertainty exists about which schedule applies to any given address. This is a triage-level result, not an exact property match.

## Example request

```json
{
 "postcode": "M1 1AA"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "postcode": {
   "type": "string",
   "description": "UK postcode for postcode-level schedule-option triage."
  },
  "authority": {
   "type": "string",
   "description": "HACS source module name or supported authority name."
  },
  "house_number_or_name": {
   "type": "string",
   "description": "Optional house number/name used only to highlight which schedule option matches the requested property token."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/energybilltoolkit-co-uk-f8b16c83/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from energybilltoolkit.co.uk](https://www.zero.xyz/host/energybilltoolkit.co.uk/llms.txt)
