List video playlists
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/video-playlists
Video Playlists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/video-playlists'
Response Response Example
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"description": "string",
"displayName": "string",
"id": 42,
"isLocal": true,
"ownerAccount": {
"avatar": {
"createdAt": "2019-08-24T14:15:22Z",
"path": "string",
"updatedAt": "2019-08-24T14:15:22Z"
},
"displayName": "string",
"host": "example.com",
"id": 0,
"name": "string",
"url": "string"
},
"privacy": {
"id": 1,
"label": "string"
},
"shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
"thumbnailPath": "string",
"type": {
"id": 1,
"label": "string"
},
"updatedAt": "2019-08-24T14:15:22Z",
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
"videoChannel": {
"avatar": {
"createdAt": "2019-08-24T14:15:22Z",
"path": "string",
"updatedAt": "2019-08-24T14:15:22Z"
},
"displayName": "string",
"host": "example.com",
"id": 42,
"name": "string",
"url": "string"
},
"videoLength": 0
}
],
"total": 1
}
Request
Query Params
start
integerÂ
optional
count
integerÂ
optional
sort
stringÂ
optional
Responses
Modified at 2022-09-10 22:29:50