Skip to Content

TwentyThree™ API

API Method: /api/live/schedule/list

List the upcoming streaming schedule.

Parameters

ParameterDescription
live_idOptionally, limit the listing to a single stream.
tokenOptional token for the stream listing is limited to.
include_private_p Include private live events in the list. Requires read privileges, but may be overwritten by a combination of `live_id`/`token`.
all_p Include all schedules times, included past ones.

Permission level

The minimum required permission level is:

anonymous

Example XML Response

<response status="ok" permission_level="write" 
  message="The time has been added to the schedule" cached="0">

Example JSON Response

{
  "status": "ok", 
  "message":"The time has been added to the schedule",
  "permission_level":"write",
  "cached":"0",
  "p": "1",
  "size": "1",
  "site": { ...},
  "endpoint": "/api/live/schedule/list"
}