# clonecho TV Schedule

> clonecho TV Schedule 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 a JSON TV broadcast schedule for a specified country and date, defaulting to the US and today.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/tv-schedule
- 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/clonecho-tv-schedule-fc655733
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AsLgnqaTN8v9JhuU52oRg

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 clonecho-tv-schedule-fc655733 -d '<json body>'
```

Example prompt: What's on TV in the US tomorrow, July 4th? Can you pull up the full broadcast schedule?

## When to prefer this

Use this endpoint when you need to look up TV broadcast schedules for a specific country and date. Ideal for agents helping users find what's on television tonight or on a future date. Best for US schedules but supports other countries via country code parameter.

## Known failure modes

- Invalid country code returns an error or empty schedule
- Invalid date format (not YYYY-MM-DD) may return an error
- Future dates beyond available schedule data may return empty results
- Payment failure (402) if USDC payment not properly attached
- Network timeout if the upstream schedule provider is slow

## How this service works

MEDIA: TV broadcast schedule for a country/date (?country=US&date=YYYY-MM-DD, defaults US/today). Returns JSON.

## Output

A JSON object containing the TV broadcast schedule for the specified country and date, including show titles, air times, and channel information.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-tv-schedule-fc655733/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)
