Skip to main content

Modfile Platform Object

Contains platform filtering data for this modfile. This object is only applicable if the parent 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
statusMod Platform Status Enum (integer)

The status of the modfile for the corresponding platform.

Enum ValueDescription
PENDING (0)Pending
APPROVED (1)Approved
DENIED (2)Denied
TARGETED (3)Targeted

Possible values: [0, 1, 2, 3]

Modfile Platform Object
{
"platform": "PLAYSTATION5",
"status": 0
}