
Website: https://wots.live
This document provides an overview of the APIs and WebSocket endpoint used in the wots.live streaming interface.
GET https://jcbvjakdtywqikciddqq.supabase.co/rest/v1/channels?select=*&name=ilike.{username}
Description: Lookup channel data by username (partial or full match).
Note: Requires API Key via header or query string.
Headers: apikey: YOUR_SUPABASE_API_KEY Authorization: Bearer YOUR_SUPABASE_API_KEY
GET https://api.livebeam.live/api/get_livestream?channel_id={streamer_id}
GET https://api.livebeam.live/api/get-livestreams?channel_id={streamer_id}&page=1&limit=2
Description: Retrieve current livestream information for a specific channel.
GET https://api.livebeam.live/api/follower-count/{streamer_id}
Description: Returns the total follower count for the given channel.
wss://chat.livebeam.live/ws?channel_id={channel_id}&guest=true
Description: Connect to the live chat websocket for a channel. Guests can read and send messages depending on channel settings.
GET https://api.livebeam.live/api/recent-streams?limit=6
Description: Retrieve a list of the most recent livestreams (up to 6).
GET https://api.livebeam.live/api/featured-streamers
Description: Get a list of currently featured streamers on the platform.
GET https://api.livebeam.live/api/featured-streams?limit=8
Description: Get a list of currently featured streams (limit to 8 results).
Some endpoints require authentication or API keys. Ensure you attach proper headers or query parameters where applicable.
This is an unofficial API reference based on observed usage by wots.live
. Endpoints may change without notice.