URL
api/getLivestreams
Description
Get all livestreams
Parameters
apikey
Optional parameters
filterbyname
offset
limit
thumbsize
width x height (ex. 210x108)
language
ISO-639-1 code for media category names
format
one of "xml" or "json"
 
URL
api/getLivestream
Description
Get a specific livestream using ID
Parameters
apikey
livestreamid
Optional parameters
thumbsize
width x height (ex. 210x108)
language
ISO-639-1 code for media category names
format
one of "xml" or "json"
 
URL
api/getLivestreamComments
Description
Get all comments of a livestream
Parameters
apikey
livestreamid
Optional parameters
offset
limit
format
one of "xml" or "json"
 
URL
api/addLivestreamComment
Description
Add comment to a livestream
Parameters
apikey
token
livestreamid
comment
Optional parameters
format
one of "xml" or "json"
 
URL
api/deleteLivestreamComment
Description
Delete a comment of a livestream
Parameters
apikey
token
livestreamid
commentid
Optional parameters
format
one of "xml" or "json"
 
URL
api/addLivestreamRating
Description
Add rating to a specific livestream
Parameters
apikey
token
livestreamid
rating
1..5
Optional parameters
format
one of "xml" or "json"
 
URL
api/addLivestreamLike
Description
Add like to a specific livestream
Parameters
apikey
token
livestreamid
Optional parameters
format
one of "xml" or "json"
 
URL
api/deleteLivestreamLike
Description
Delete like to a specific livestream
Parameters
apikey
token
livestreamid
Optional parameters
format
one of "xml" or "json"
 
URL
api/addLivestreamFavorite
Description
Add a livestream to user favorite
Parameters
apikey
token
livestreamid
Optional parameters
format
one of "xml" or "json"
 
URL
api/deleteLivestreamFavorite
Description
Remove a livestream from user's favorite
Parameters
apikey
token
livestreamid
Optional parameters
format
one of "xml" or "json"