๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
  1. Live
๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
  • Introduction
  • Authentication
  • User
    • Get user information by ID
      GET
    • Extract user user_id
      GET
    • Extract user sec_uid
      GET
    • Get user video feed
      GET
    • Get user liked video feed
      GET
    • Get user playlists
      GET
    • Get playlist information by ID
      GET
    • Get user follower list
      GET
    • Get user following list
      GET
    • Get user region
      GET
    • Get user stories
      GET
    • Check ttseller identity
      GET
    • Check showcase activated
      GET
  • Video
    • Get video information by ID
      GET
    • Comments by video ID
      GET
    • Get comment replies
      GET
    • Comment information by ID
      GET
    • Trending categories feed list
      GET
    • Trending feed
      GET
    • Get video feed by play ID
      GET
    • Get video feed by hashtag ID
      GET
    • Get video feed by music ID
      GET
    • Get hashtag information by ID
      GET
    • Get music information by ID
      GET
    • Get user music list by user ID
      GET
    • Get product related videos
      GET
    • Get seller related videos
      GET
  • Live
    • Get live information by ID
      GET
    • Get live ranking list
      GET
    • Get live ranking information by ID
      GET
    • Check live stream on
      GET
  • Shop
    • Get product information by ID
    • Get seller categories
    • Get product level1 category metadata
    • Get product level2 category metadata
    • Get product level3 category metadata
    • Get seller information by ID
    • Get list of seller products
    • Get seller ID by Share Link
    • Get product ID by Share Link
    • Get web home products by category ID
    • Get video associated product list
    • Get user Related products
  • Search
    • Search user
    • Search video
    • Search hashtag
    • Search music
    • Search live
    • Search product
  • Errors
    • Bad Request (400)
    • Unauthorized (401)
    • Account Key Session Expiry (428)
    • Rate-Limit (429)
    • Server error (500)
  • Key
    • Get information about your API Key
  1. Live

Check live stream on

GET
https://api.tikhubapi.com/api/v1//live/check-on
Live
Check live stream on. Returning true means the broadcast is in progress, and returning false means the broadcast is not in progress.

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params

Responses

๐ŸŸข200SUCCESS
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tikhubapi.com/api/v1//live/check-on?unique_id=adamalhidayat' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "code": 0,
    "msg": "success",
    "data": false
}
Previous
Get live ranking information by ID
Next
Get product information by ID
Built with