# StableSocial: Twitch User Schedule

> StableSocial: Twitch User Schedule is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches the stream schedule for a given Twitch user by handle

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitch/user/schedule
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-twitch-user-schedule-e37a0ea8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2KU1S_54i0iwKgY3SpTGE

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 stablesocial-twitch-user-schedule-e37a0ea8 -d '<json body>'
```

Example prompt: What's the upcoming stream schedule for the Twitch channel 'shroud'? Pull their scheduled broadcasts so I can see when they're going live next.

## When to prefer this

Choose this endpoint when you need a Twitch-specific user schedule lookup without managing Twitch API credentials or OAuth flows. It is pay-per-request with no subscription, making it ideal for low-frequency or one-off lookups. Prefer it over direct Twitch API integration when you want zero setup friction and USDC micropayment billing.

## Known failure modes

- Unknown or misspelled handle returns no data or an error
- Streamer has no scheduled streams set (empty schedule)
- Twitch-side data unavailability causes partial or null response
- Rate limiting or payment failure returns 402 error
- Private or banned accounts may return no schedule data

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns the Twitch user's stream schedule, including upcoming scheduled broadcast sessions with titles, dates, times, and recurrence information as published on their Twitch channel.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "Twitch handle"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-twitch-user-schedule-e37a0ea8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
