Skip to content

Get Mature Content Warning Dialog

Revadike edited this page Jan 17, 2025 · 4 revisions

GET /sharedfiles/ajaxgetmaturecontentwarningdialog

Important Note

This endpoint appears to be deactivated

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com

Path: /sharedfiles/ajaxgetmaturecontentwarningdialog

Query Parameters:

Name Type Required Description
appid number TODO The Steam AppID
publishedfileid string TODO TODO
l string TODO Language

Response

200 OK

Name Type Description
success number TODO
html string TODO

Example

GET https://steamcommunity.com/sharedfiles/ajaxgetmaturecontentwarningdialog/?appid=440&publishedfileid=1
{
    "success": 1,
    "html": "<div style=\"max-width: 500px\">\r\n\t<h3>This image has been blurred, as it may not be appropriate for all audiences.</h3>\r\n\r\n\t<br>\r\n\tWHY THIS IMAGE?\t<ul>\r\n\t\t<li>Team Fortress 2 is marked as mature and may generally contain content not appropriate for all audiences.</li>\t\t<li><a href=\"https://cloud.google.com/vision/\" target=\"_blank\">Google Cloud Vision</a> and <a href=\"https://aws.amazon.com/rekognition/\" target=\"_blank\">Amazon Rekognition</a> have both told us that they detect content in this particular image that may not be appropriate for all ages.</li>\r\n\t</ul>\r\n\r\n\r\n\tYour preferences for hiding or showing these warnings can be changed on your <a href=\"https://store.steampowered.com//account/preferences/#CommunityContentPreferences\">account preferences</a> page.\t<br><br><br><br>\r\n</div>\r\n"
}
Clone this wiki locally