List video blocks
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
/videos/blacklist
Video Blocks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/videos/blacklist'
Response Response Example
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"description": "string",
"dislikes": 0,
"duration": 0,
"id": 42,
"likes": 0,
"name": "string",
"nsfw": true,
"updatedAt": "2019-08-24T14:15:22Z",
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
"videoId": {},
"views": 0
}
],
"total": 1
}
Request
Query Params
type
integerÂ
optional
1
: manual block2
: automatic block that needs reviewsearch
stringÂ
optional
start
integerÂ
optional
count
integerÂ
optional
sort
stringÂ
optional
Responses
Modified at 2022-09-10 22:29:50