v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB

Get live

This endpoint returns detailed information about a specific live stream registered on the Panda Video platform. It allows you to monitor the status of the broadcast in real time or retrieve comprehensive data after the live session has ended. The response includes data such as the title, status, start and end times, playback URLs (HLS and embed player), as well as streaming credentials (RTMP and stream key). You’ll also receive information about the generated VOD, view metrics, video resolution, and additional settings such as DVR and latency type. This endpoint is especially useful for tracking the live stream lifecycle, displaying relevant data on your application’s front end, or integrating with systems that need to follow the full journey of a live — from scheduling to the final recorded content.

get/{live_id}

Path parameters

live_idstring required

Response

200

idstring
titlestring
rtmpstring
stream_keystring
stream_key_idstring
user_idstring
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:started_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:ended_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:vod_id","oasType":"schema","type":"unknown"}
video_idstring
statusstring
view_metricsobject
live_playerstring
live_hlsstring
scheduled_atstring
active_dvrboolean
configobject
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:folder_id","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:created_at","oasType":"schema","type":"unknown"}
chat_idstring
chat_statusstring
latency_typestring
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:video_height","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/{live_id}:get:responses:200:content:application/json:schema:properties:video_width","oasType":"schema","type":"unknown"}

Example response

{
  "id": "X",
  "title": "X",
  "rtmp": "rtmp://X",
  "stream_key": "X",
  "stream_key_id": "X",
  "user_id": "X",
  "video_id": "X",
  "status": "X",
  "live_player": "X",
  "live_hls": "X",
  "scheduled_at": "X",
  "active_dvr": true,
  "chat_id": "X",
  "chat_status": "X",
  "latency_type": "X"
}