Playlist ManagementGet Playlist Statistics

Get Playlist Statistics

Return details of the stream playlist statistics

curl -X GET "https://api.5centscdn.com/v2/streams/scheduledplaylist/1001/statistics/playlist" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "stats": {
    "name": "103_push_6643_001one",
    "status": "active",
    "now_playing_playlist": "default",
    "now_playing": "/mp4/cureforme_720p.mp4",
    "now_playing_index": 0,
    "now_playing_pos": 28,
    "now_playing_loop": 78
  }
}
GET
/streams/scheduledplaylist/{streamid}/statistics/playlist
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

streamidstring
Required

Stream ID

Example:
1001

Responses

resultstring

Status of the API response.

statsobject