Submit Report
POST/report
The purpose of this endpoint is enable users to report a resource (game, mod or user) on mod.io. Successful request will return Message Object.
IMPORTANT: It is a requirement of the Game Terms with mod.io, and the platforms mod.io is used on (including but not limited to Steam, PlayStation, Nintendo and Xbox), to ensure all displayed content is reportable by users. You can enable a resource to be reported (by implementing a dialog similar to the example below) or linking to the report page on mod.io.
NOTE: If implementing your own report dialog, the Terms of Use and Privacy Policy must be correctly linked, or displayed inline using the agreements endpoints to get the latest versions.
If you wish to display the agreements in a web browser overlay, we recommend adding /widget and ?no_links=true to the end of the agreement URLs, to remove the menus and external links, for example:
NOTE: If you prefer to display the report page in a web browser overlay, and you know the resource you want to report, the best URL to use is: https://mod.io/report/`resource`/`id`/widget
For example to report a mod with an ID of 1 the URL would be: https://mod.io/report/mods
/1
/widget. If you don't know the ID of the resource you wish to report, you can use the generic report URL: https://mod.io/report/widget
NOTE: If you are a game owner or manager, you can view all reports submitted for your game(s), and you are responsible for actioning reports. You can also configure in your game's control panel the number of reports required before content is automatically taken down for review.
Read our Terms of Use for information about what is/isn't acceptable.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15029 | The authenticated user does not have permission to submit reports on mod.io due to their access being revoked. |
403 | 15030 | The specified resource is not able to be reported at this time, this is potentially due to the resource in question being removed. |
404 | 14000 | The resource to be reported could not be found. |
Responses
- 201
- 403
- 404
Report Created
The authenticated user does not have permission to submit reports on mod.io due to their access being revoked.
The resource to be reported could not be found.