Skip to main content
GET
Search for live streams by keyword
Returns a paginated list of active live rooms matching the keyword. Results reflect real-time availability and may vary between requests.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Query Parameters

keyword
string
required

Search term. Also accepted as ?q=

cursor
string

Opaque base64 pagination token returned by the previous response. Encodes both the offset and the search session ID required by the upstream API.

Response

Success

meta
object

Response metadata present in every API response

data
object[]
pagination
object | null

Cursor-based pagination info

error
object | null

Error details. Present only when the request failed; null on success.