Stream Health CheckGet Stream Statistics

Get Stream Statistics

Return details of the stream statistics

curl -X GET "https://api.5centscdn.com/v2/streams/scheduledplaylist/1001/statistics" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "0": {
    "fs": {
      "name": "live/103_push_6643_001one",
      "status": "Alive",
      "bitrate": "1197.25kbps",
      "primary": true,
      "time": "20578d 15:06:13",
      "publish_time": "19 hours ago",
      "publisher_ip": "",
      "video": {
        "size": "1086x720",
        "bitrate": "1017.66kbps",
        "codec": "avc1.64002a",
        "profile": "-",
        "level": "-"
      },
      "audio": {
        "codec": "mp4a.40.2",
        "bitrate": "179.59kbps"
      }
    },
    "status": "Enabled",
    "lastseen": "2 seconds ago"
  },
  "transcode": {
    "fst": {
      "name": "103_push_6643_001/fb9a2ddb20c20ddee56f8ad668a70485.sdp",
      "node": "",
      "status": "Dead",
      "bitrate": "kbps",
      "fps": "",
      "time": "",
      "cpu": "",
      "mem": "",
      "speed": "",
      "log": "",
      "video": [],
      "audio": []
    }
  }
}
GET
/streams/scheduledplaylist/{streamid}/statistics
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

0object
transcodeobject

Live transcoding configuration for the stream.