# Twitch Schedule ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/twitch/schedule` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/twitch-schedule | ## Description Unlock Twitch streaming schedules with our API for real-time updates, user engagement, and marketing insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/twitch/schedule' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "schedule": [ { "date": "2023-10-10", "event": "Stream 1", "end_time": "3:00 PM", "start_time": "12:00 PM" }, { "date": "2023-10-11", "event": "Stream 2", "end_time": "4:00 PM", "start_time": "1:00 PM" } ] } ``` ## Documentation ## Overview Unlock Twitch streaming schedules with our API for real-time updates, user engagement, and marketing insights. ## Quickstart ``` GET https://api.piloterr.com/v2/twitch/schedule?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Twitch Schedule data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Twitch without maintaining scrapers - Power internal dashboards and workflow automations with live Twitch data