Skip to main content
GET
Get live streams by tag
Returns active live stream rooms associated with the given tag. Results are real-time and will vary. Stream URLs (HLS/FLV) are included when available.

Authorizations

x-rapidapi-key
string
header
required

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

Query Parameters

tag
string
required

Tag/topic to filter live streams by (e.g. gaming, fitness, music)

Response

Success

meta
object

Response metadata present in every API response

data
object[]
pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

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