Developer API » User Movie List API
URI Scheme
http://api.twitcasting.tv/api/movielist?param=value
API to retrieve a list of movies of the specified user.
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となります。 |
|---|---|
| userid |
userid to get move list.
ムービーのリストを取得する対象となる user id |
| from (optional) |
index of the list from which to retrieve. Default is 0(head).
取得するリストの開始位置を指定します。デフォルトは0(先頭)です。 |
| count (optional) |
number of movie items to retrieve. Default is 10.
取得するライブの件数を指定します。デフォルトは10です。 |
Json Results
list of movie status. See Movie Info API
Sample
