Developer API » User Info API
URI Scheme
http://api.twitcasting.tv/api/userstatus?param=value
An API to retrieve detailed information about a 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 (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
| userid | user id. |
|---|---|
| socialid |
unique social id.
ユニークなsocial id |
| country |
Country code.
国コード |
| movies |
number of movies saved.
保存されているムービーの件数 |
| created |
unix time stamp when this movie was created (GMT).
このムービーが作成されたUnixタイムスタンプ(GMT) |
| screenname |
Screen name of the user.
ユーザーの表示名 |
| name |
user's name.
ユーザーの名前 |
| image |
image url of the user.
ユーザーの画像URL |
| url |
user's home page url if specified.
ユーザーのプロフィールURL |
| lastmovieid |
movieid of the last live. false if no live is saved.
最後に保存されているライブのmovie id。なければfalse |
| livetitle |
default title of the live. returns null string if default title is not set
ユーザーが設定しているデフォルトのライブタイトル。なければ空文字を返す。 |
Sample
