Developer API » Live Status API
URI Scheme
http://api.twitcasting.tv/api/livestatus?param=value
An API to retrieve detailed information about the current live stream.
Requirements
JSON / JSONP
Authentication
None
Limitation
Throttle Limit. (Max 60 req/1 min. If you exceed this limit, your IP will be blocked for 5 min = HTTP 503 Error).
URI Parameters
| type (optional) |
Set this value to json if you would like to receive JSON result. Otherwise, this API will return JSONP.
JSONで結果を受け取る場合、この値を json に設定します。デフォルトではJSONPとなります。 |
|---|---|
| user |
A userid to check live status.
ライブの詳細を取得するuser id |
Json Results
| islive |
true if specified user is on live. Otherwise false.
ライブ中ならtrue |
|---|---|
| protected |
true if user's last live is password protected. Otherwise false.
合言葉が設定されていたらtrue |
| movieid |
movieid of the last live. false if no live is saved.
最後のライブのmovie id。保存されたライブがなければfalse |
| comments |
number of comments of the movie specified by movieid.
このムービーにつけられたコメントの件数 |
| viewers |
number of viewers if user is on live.
ライブ中の場合、同時閲覧者数 |
| total |
total number of viewers if user is on live.
ライブ中の場合、合計閲覧者数 |
| duration |
seconds since live has started.
ライブが開始されてからの秒数 |
| subtitle |
subtitle if specified.
テロップ(指定されていれば) |
| typing |
screen name of the user who has start typing.
コメントの入力を開始したユーザーがいれば、その表示名 |
| hashtag |
A hash tag string if specified.
ハッシュタグ(設定されていれば) |
| title |
A title string of the live.
タイトルとして利用される文字列 |
Sample
