List abuses
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
/abuses
Abuses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/abuses'
Response Response Example
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"id": 42,
"moderationComment": "Decided to ban the server since it spams us regularly",
"predefinedReasons": [
"spamOrMisleading"
],
"reason": "The video is a spam",
"reporterAccount": {
"avatar": {
"createdAt": "2019-08-24T14:15:22Z",
"path": "string",
"updatedAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"followersCount": 0,
"followingCount": 0,
"host": "example.com",
"hostRedundancyAllowed": true,
"id": 42,
"name": "chocobozzz",
"updatedAt": "2019-08-24T14:15:22Z",
"url": "string",
"description": "string",
"displayName": "string",
"userId": {}
},
"state": {
"id": 1,
"label": "string"
},
"video": {
"id": {},
"name": {},
"uuid": {}
}
}
],
"total": 1
}
Request
Query Params
id
integerÂ
optional
predefinedReason
stringÂ
optional
search
stringÂ
optional
state
stringÂ
optional
searchReporter
stringÂ
optional
searchReportee
stringÂ
optional
searchVideo
stringÂ
optional
searchVideoChannel
stringÂ
optional
videoIs
stringÂ
optional
filter
stringÂ
optional
start
integerÂ
optional
count
integerÂ
optional
sort
stringÂ
optional
Responses
Modified at 2022-09-10 22:29:49