ConsoleCatalog
Sign in
Bigo.tv logo

Bigo.tv

bigo.tvEntertainmentno auth

Live streaming homepage, trending streams, gaming, and broadcaster profiles.

Game Category Live Listing

ASYNCREADNo auth

Returns live streams in a game category with titles, broadcasters, and viewer counts.

ParametersFormJSON

Category list_type slug from the game category tree (path segment)

Game tab type code identifying the category (e.g. 6G for PUBG Mobile)

Maximum number of live streams to return

Interface language code for stream metadata

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bigo_tv_game_category_live_listing",
    "params": {
      "list_type": "11",
      "category_tab_type": "6G",
      "fetch_num": "16",
      "lang": "en"
    }
  }'