# TfL London Underground Live Status

> TfL London Underground Live Status 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-14).

Returns real-time service status for every London Underground line, including line name, mode, and current severity level.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tfl-london-tube-status
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tfl-london-underground-live-status-9f96676f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tLwWkKx1OTVffnz5T7chM

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 tfl-london-underground-live-status-9f96676f -d '<json body>'
```

Example prompt: Can you check the current live status of all London Underground lines and let me know if any are delayed or suspended?

## When to prefer this

Use this endpoint when you need a complete snapshot of all London Underground line statuses simultaneously, rather than querying individual lines. Ideal for monitoring dashboards, travel planning apps, or any agent needing to alert users about Tube disruptions across the whole network.

## Known failure modes

- TfL API upstream unavailability returns an error or empty response
- Stale data if TfL feed is temporarily frozen
- Payment failure (402) if USDC balance is insufficient
- Malformed JSON if provider is experiencing issues

## How this service works

London (Transport for London) live service status for every Underground line at once — line name, mode and current status severity. Param q reserved (returns full network). Query: ?q= Returns JSON.

## Output

A JSON array containing all London Underground lines, each with the line name, transport mode (e.g. 'tube'), and current service status severity (e.g. 'Good Service', 'Minor Delays', 'Severe Delays', 'Part Suspended').

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tfl-london-underground-live-status-9f96676f/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)
