v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
threads

Get report from ID

get/report/{id}

Response

Expected response to a valid request

report_typestring required

The type of the report being sent

item_idstring required

The ID of the item (project, version, or user) being reported

item_type'project' | 'user' | 'version' required

The type of the item being reported

bodystring required

The extended explanation of the report

idstring

The ID of the report

reporterstring required

The ID of the user who reported the item

createdstring ISO-8601 required

The time at which the report was created

closedboolean required

Whether the report is resolved

thread_idstring required

The ID of the moderation thread associated with this report

Example response

{
  "report_type": "copyright",
  "item_id": "EEFFGGHH",
  "item_type": "project",
  "body": "This is a reupload of my mod, AABBCCDD!",
  "id": "VVWWXXYY",
  "reporter": "UUVVWWXX",
  "thread_id": "TTUUVVWW"
}