Developer API » Movie Info API
URI Scheme
http://api.twitcasting.tv/api/moviestatus?param=value
An API to retrieve detailed information about a movie.
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 |
Set this value to json if you would like to receive JSON result. Otherwise, this API will return JSONP.
JSONで結果を受け取る場合、この値を json に設定します。デフォルトではJSONPとなります。 |
|---|---|
| movieid |
movieid to get status.
詳細情報を取得するmovie id |
Json Results
| movieid | movie id. |
|---|---|
| title |
title of the movie if set by user
ムービーのタイトル (設定されている場合) |
| localized_title |
localized title of the movie (using Accept-Language: Header)
ムービーのタイトル (Accept-Language: ヘッダ情報を利用します) |
| link |
URL of the movie or live
ムービーまたはライブのURL |
| islive |
true if movie is on live.
ムービーがライブのときtrue |
| recorded |
true if movie archive is available.
録画が再生可能なときtrue |
| userid |
user id of the movie owner.
ムービー配信者のuser id |
| comments |
number of comments
ムービーにつけられたコメント件数 |
| thumbnail |
basic thumbnail image of the movie.
デフォルトのサムネイル画像URL |
| thumbnailsmall |
smaller thumbnail image
縮小版のデフォルトのサムネイル画像 |
| country |
country code
国コード |
| duration |
seconds since live has started / movie duration
ライブが開始されてからの秒数 / ムービーの時間 |
| total |
total number of viewers.
トータル閲覧者数 |
| created |
unix time stamp when this movie was created (GMT).
このムービーが作成されたUnixタイムスタンプ(GMT) |
| maxview |
maximum number of viewers while on live (available after live).
ライブ時の最大同時閲覧者数(ライブ終了後に設定) |
| comment |
last comment of the movie owner if applicable.
配信者により最も最近のコメント |
| protected |
true if movie is password protected.
このムービーに合言葉が設定されている場合true |
| viewers |
number of current live viewers (available if larger than 10 and if accessed via recommended live API)
ライブ中の視聴者数 (おすすめライブAPIを利用した場合のみ、10人以上の場合に設定されます) |
Sample
