開発API » ユーザー情報API

URI スキーム

http://api.twitcasting.tv/api/userstatus?param=value

ユーザーの詳細情報を取得するためのAPI

必要な環境

JSON / JSONP

認証

不要

制約事項

制限あり。(最大1分間に60回。この制約を超えるとそのIPアドレスからは5分間アクセスできなくなります = HTTP 503 Error)

URIパラメータ

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の結果パラメータ

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
ユーザーが設定しているデフォルトのライブタイトル。なければ空文字を返す。

サンプル

UserId

ページTop