{
"data": [
{
"id": 1,
"reason": "harassment",
"note": "This user is being very rude.",
"status": "pending_review",
"reportable_type": "comment",
"reportable": {
"id": 12,
"body": "This is completely wrong. Grid is useless and anyone who uses it is wasting their time.",
"author": {
"id": 5,
"name": "Unknown User",
"username": "unknown_user"
},
"topic": {
"id": 3,
"title": "CSS Flexbox vs Grid",
"community": {
"id": 1,
"name": "Web Development Bootcamp",
"slug": "web-development-bootcamp"
}
},
"created_at": "2025-11-20 10:00:00"
},
"reporter": {
"id": 10,
"name": "Sara Mohammed",
"username": "sara_m"
},
"reports_count": 3,
"resolved_by": null,
"resolved_at": null,
"created_at": "2025-11-20 10:15:00"
},
{
"id": 2,
"reason": "spam",
"note": null,
"status": "pending_review",
"reportable_type": "topic",
"reportable": {
"id": 8,
"title": "Buy cheap certificates online!!!",
"body": "Get your certificates without studying! Visit www.fake-certs.com for instant degrees.",
"author": {
"id": 20,
"name": "SpamBot123",
"username": "spambot123"
},
"community": {
"id": 2,
"name": "Academy General Community",
"slug": "academy-general-community"
},
"created_at": "2025-11-19 08:30:00"
},
"reporter": {
"id": 15,
"name": "Ahmed Al-Rashid",
"username": "ahmed_r"
},
"reports_count": 7,
"resolved_by": null,
"resolved_at": null,
"created_at": "2025-11-19 09:00:00"
}
],
"links": {
"first": "https://api.msaaq.test/v1/admin/communities/reports?page=1",
"last": "https://api.msaaq.test/v1/admin/communities/reports?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 15,
"to": 2,
"total": 2
}
}