Twitchライブ監視を作成

13 件のエンドポイント • ベース: https://openapi.scdata.cc

配信者をライブ監視に登録します。タスクが有効な間、各配信は定期的な視聴者数サンプルとともに記録され、監視配信一覧と視聴者推移のエンドポイントから取得できます。

POST/api/v1/twitch/monitor/user

クォータ消費: このエンドポイントへの成功したリクエスト 1 件あたり、プランのクォータが 1 単位消費されます。

リクエストパラメータ

必須パラメータ

名前位置型説明
monitor_urlbodystringMonitored URL
example: string
monitor_start_timebodystringMonitoring start time
example: string
monitor_end_timebodystringMonitoring end time
example: string

レスポンスフィールド

名前型説明
successbooleanSuccess
codeintegerCode
messagestringMessage
datastringData

お試し実行

https://openapi.scdata.cc/api/v1/twitch/monitor/user
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

JSONボディ

cURL の例

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"}'

レスポンス例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": "string"
}

ユースケース

  • スポンサーシップ追跡 — キャンペーン期間中、提携配信者を監視して納品を確認します。
  • タレント発掘 — 契約を提案する前に、注目の配信者のオーディエンスを数週間観察します。

関連エンドポイント