# TVmaze Web/Streaming Schedule by Date

> TVmaze Web/Streaming Schedule by Date 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 list of web/streaming TV episodes airing on a specified date, sourced from TVmaze.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/tvmaze-schedule-web
- 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/tvmaze-web-streaming-schedule-by-date-9d0abfc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_paFCn52PIa9Qyles_ogiQ

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 tvmaze-web-streaming-schedule-by-date-9d0abfc9 -d '<json body>'
```

Example prompt: What web and streaming TV episodes are scheduled for release on January 10, 2025?

## When to prefer this

Use this endpoint when you need a list of web-exclusive or streaming platform TV episode releases for a specific calendar date. Prefer it over broadcast TV schedule endpoints when the user is interested in on-demand or online streaming content rather than traditional linear TV channels.

## Known failure modes

- Invalid date format (not YYYY-MM-DD) returns an error or empty result
- Missing date parameter may return today's schedule or an error
- No episodes scheduled for the given date returns an empty array
- TVmaze upstream unavailability causes a timeout or 5xx error
- Payment not processed (x402 protocol failure) blocks access

## How this service works

Web/streaming episodes released on a date (param date, YYYY-MM-DD). Query: ?date= Returns JSON.

## Output

A JSON array of web/streaming episode objects for the specified date, including episode title, show name, air date, streaming platform/channel, season and episode number, and related metadata sourced from TVmaze.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tvmaze-web-streaming-schedule-by-date-9d0abfc9/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)
