GET Get all rails for explore page
GET /viewers/rails: Get all rails for explore page. Returns all active rails with their viewers for the explore page. Rails include featured, newest, trending,
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/viewers/get-viewers-rails.md for this page in Markdown format
GET
Try it out https://api.rooom.com/viewers/railsParameters
Query Parameters
| Name | Type | Description |
|---|---|---|
q | string | Search phrase (min. 2 characters). Returns all matching public viewers as a single 'search' rail; shorter or empty queries return the full rails list. |
pageExample: 1 | integer | Pagination page number (optional, only when query is set) |
lengthExample: 10 | integer | Pagination page length (optional, only when query is set) |
Responses
200Successfully retrieved rails
500Internal server error
GET /viewers/rails Get all rails for explore page Returns all active rails with their viewers for the explore page. Rails include featured, newest, trending, and most liked viewers. q Search phrase (min. 2 characters). Returns all matching public viewers as a single 'search' rail; shorter or empty queries return the full rails list. page Pagination page number (optional, only when query is set) length Pagination page length (optional, only when query is set)