Skip to main content

Game Platforms Object

Contains platform filtering data for this game. This object is only applicable if the game has cross-platform moderation enabled. Otherwise this value will always be null.

platformPlatform String Enum (string)

A target platform.

Enum ValueDescription
ALLAll Platforms
WINDOWSWindows
MACMac
LINUXLinux
ANDROIDAndroid
IOSIphone IOS
XBOXONEXbox One
XBOXSERIESXXbox Series X
PLAYSTATION4Playstation 4
PLAYSTATION5Playstation 5
SWITCHSwitch
OCULUSOculus
SOURCESource

Possible values: [ALL, WINDOWS, MAC, LINUX, ANDROID, IOS, XBOXONE, XBOXSERIESX, PLAYSTATION4, PLAYSTATION5, SWITCH, OCULUS, SOURCE]

Example: PLAYSTATION5
labelstring

A presentable label of the platform.

Example: PlayStation 5
moderatedboolean

Is this platform moderated by game admins? If false, then user submissions for the platform will be available immediately providing the game has mod curation disabled.

Example: true
lockedboolean

Are users able to upload files to this platform? By default, users are able to upload to all supported platforms, platforms set to true may only be used by game admins only.

Example: true
Game Platforms Object
{
"platform": "PLAYSTATION5",
"label": "PlayStation 5",
"moderated": true,
"locked": true
}