Skip to content

Riotcoke123/wots.live-API-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

wots.live – API Documentation

Website: https://wots.live

This document provides an overview of the APIs and WebSocket endpoint used in the wots.live streaming interface.

1. Supabase Channels Lookup

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
  

2. Get Livestream Info

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.

3. Get Follower Count

GET https://api.livebeam.live/api/follower-count/{streamer_id}

Description: Returns the total follower count for the given channel.

4. Live Chat via WebSocket

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.

5. Additional Stream Endpoints

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).

Authentication Notes

Some endpoints require authentication or API keys. Ensure you attach proper headers or query parameters where applicable.

Disclaimer

This is an unofficial API reference based on observed usage by wots.live. Endpoints may change without notice.

About

wots.live – API Documentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published