Registers a streamer for live monitoring. While the task is active, each broadcast is captured together with periodic viewer-count samples, readable through the monitored-streams and viewer-trend endpoints.
POST
/api/v1/twitch/monitor/userQuota usage: Each successful request to this endpoint deducts 1 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
monitor_url | body | string | Monitored URL example: string |
monitor_start_time | body | string | Monitoring start time example: string |
monitor_end_time | body | string | Monitoring end time example: string |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | string | Data |
Try It
https://openapi.scdata.cc/api/v1/twitch/monitor/user
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard
JSON Body
cURL Example
bash
curl -X POST "https://openapi.scdata.cc/api/v1/twitch/monitor/user" \-H "Authorization: YOUR_API_KEY" \-H "Content-Type: application/json" \-d '{"monitor_url":"string","monitor_start_time":"string","monitor_end_time":"string"}'
Response Example (200 application/json)
json
{"success": true,"code": 200,"message": "Request successful","data": "string"}
Use Cases
- Sponsorship tracking — Monitor a partnered streamer for the length of a campaign to verify delivery.
- Talent scouting — Watch a rising streamer's audience over weeks before offering a contract.