Revelador API » Estado de Live API

Esquema de URI

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

API para recuperar informações detalhadas sobre live atual.

Requisitos

JSON / JSONP

Autenticação

Não precisa.

Limitação

Limite do acelerador. (Max 60 req / 1 min. Se você exceder esse limite, o seu IP será bloqueado por 5 min = HTTP Erro 503).

Parâmetros de 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

Resultados de Json

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.
タイトルとして利用される文字列

Amostra

UserId

Página Inicial