Teyuto
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Live
  • Introduction
  • Sessions
    • Generate session
      POST
    • Delete session
      DELETE
  • Videos
    • Create video
      POST
    • Edit video
      PATCH
    • Get video
      GET
    • Delete video
      DELETE
    • Get list of videos
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
    • Delete caption
      DELETE
    • Add caption
      POST
    • Get TUS' parameters for direct upload
      GET
    • Get caption
      GET
  • Live
    • Create live
      POST
    • Edit live
      PATCH
    • Get live
      GET
    • Delete live
      DELETE
    • Get list of live
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
  • Live-imitations
    • Create live-imitations
      POST
    • Edit live-imitation
      PATCH
    • Get live imitation
      GET
    • Delete live imitation
      DELETE
    • Get list of live imitations
      GET
    • Add cover
      POST
    • Delete cover
      DELETE
  • Collections
    • Get list of collections
    • Create collection
    • Delete collection
    • Add cover
    • Get collection
    • Add cover vertical
    • Add collection background
    • Add collection logo title
    • Delete cover
    • Delete cover vertical
    • Delete collection background
    • Delete collection logo title
    • Edit collection
  • Packages
    • Get list of packages
    • Get packages
    • Add cover
    • Delete cover
    • Edit packages
    • Delete package
    • Create package
  • Contents
    • List of contents
    • Get content
    • List type of contents
  • Tags
    • Get tag
    • Edit tag
    • Delete tag
    • Get list of tags
    • Create tag
  • Users
    • Get list of users
    • Get user
    • Edit user
    • Add avatar
    • Delete user
    • Create user
  • Pages
    • List of pages
    • Get specific page
  • Channels
    • Channel settings
  • Customfields
    • Users customfields
    • Create users customfields
    • Edit users customfields
    • Delete users customfields
    • Create collections customfields
    • Collections customfields
    • Edit collections customfields
    • Delete collections customfields
    • Create videos customfields
    • Videos customfields
    • Delete videos customfields
    • Edit videos customfields
  • Analytics
    • Analytics collections
    • Analytics collection
    • Analytics videos
    • Analytics video
    • General analytics
    • Analytics users
    • Analytics user
  • Events
    • Get list of events
    • Delete event
    • Create event
  • Acl
    • Set acl
    • Remove acl
  • Playlists
    • Get Playlist
    • Create Playlist
    • Edit Playlist
    • Delete Playlist
  • Restreams
    • Create Restream
    • Edit Restream
    • Get Restream
    • Get list of Restreams
    • Delete Restream
  1. Live

Get list of live

GET
/videos
List of streams. All streams are inside a "videos" element, current page and next page are specified outside the videos element.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/videos?type=live&page=1&collection_id=42345&search=text&order=id_decreasing' \
--header 'Accept: application/json' \
--header 'Authorization;'

Responses

🟢200OK
application/json
Body

Example
{
  "status": "<string>",
  "streams": [
    {
      "tags": "<string>",
      "title": "<string>",
      "description": "<string>",
      "id": "<string>",
      "img_preview": "<string>",
      "date": "<string>",
      "collection": "<string>",
      "livenow": "<string>",
      "stream_key": "<string>",
      "privacy": "<string>",
      "duration": "<string>",
      "languages": "<string>",
      "embeed": "<string>",
      "views": "<string>",
      "title_ml": "<string>",
      "description_ml": "<string>",
      "progress_percent": "<string>",
      "collection_title": "<string>",
      "collection_visible": "<string>",
      "liked": "<string>",
      "likes_tot": "<string>",
      "show_likes": "<string>",
      "real_views": "<string>",
      "show_views": "<string>",
      "trailer": "<string>",
      "percentView": "<string>",
      "alert": "<string>",
      "unlock_on_date": "<string>",
      "hide_on_date": "<string>",
      "hide_date": "<string>",
      "markers": "<string>",
      "previews": "<string>",
      "blocked_countries": "<string>",
      "directors": "<string>",
      "actors": "<string>",
      "external_pay": "<string>",
      "age_restrictions": "<string>",
      "original_language": "<string>",
      "genre": "<string>",
      "player_url": "<string>",
      "preroll": "<string>",
      "type_video": "<string>",
      "is_notified": "<string>",
      "json_notification": "<string>",
      "notifications_enabled": "<string>",
      "is_ondemand": "<string>",
      "customfields": "<string>",
      "tags_key": "<string>",
      "status": "<string>",
      "screenshots": "<string>",
      "seo_title": "<string>",
      "seo_description": "<string>",
      "full_description": "<string>",
      "full_description_ml": "<string>",
      "audio_language": "<string>"
    },
    {
      "tags": "<string>",
      "title": "<string>",
      "description": "<string>",
      "id": "<string>",
      "img_preview": "<string>",
      "date": "<string>",
      "collection": "<string>",
      "livenow": "<string>",
      "stream_key": "<string>",
      "privacy": "<string>",
      "duration": "<string>",
      "languages": "<string>",
      "embeed": "<string>",
      "views": "<string>",
      "title_ml": "<string>",
      "description_ml": "<string>",
      "progress_percent": "<string>",
      "collection_title": "<string>",
      "collection_visible": "<string>",
      "liked": "<string>",
      "likes_tot": "<string>",
      "show_likes": "<string>",
      "real_views": "<string>",
      "show_views": "<string>",
      "trailer": "<string>",
      "percentView": "<string>",
      "alert": "<string>",
      "unlock_on_date": "<string>",
      "hide_on_date": "<string>",
      "hide_date": "<string>",
      "markers": "<string>",
      "previews": "<string>",
      "blocked_countries": "<string>",
      "directors": "<string>",
      "actors": "<string>",
      "external_pay": "<string>",
      "age_restrictions": "<string>",
      "original_language": "<string>",
      "genre": "<string>",
      "player_url": "<string>",
      "preroll": "<string>",
      "type_video": "<string>",
      "is_notified": "<string>",
      "json_notification": "<string>",
      "notifications_enabled": "<string>",
      "is_ondemand": "<string>",
      "customfields": "<string>",
      "tags_key": "<string>",
      "status": "<string>",
      "screenshots": "<string>",
      "seo_title": "<string>",
      "seo_description": "<string>",
      "full_description": "<string>",
      "full_description_ml": "<string>",
      "audio_language": "<string>"
    }
  ]
}
🟠400Bad Request
🟠401Unauthorized
🟠404Not Found
Modified at 2025-03-10 08:00:57
Previous
Delete live
Next
Add cover
Built with