Skip to main content

Mod Platforms Object

Contains platform data for the corresponding mod. This object is only applicable if the game has cross-platform moderation enabled..

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
modfile_liveinteger<int32>

The unique id of the modfile that is currently live on the platform specified in the platform field.

Example: 1
Mod Platforms Object
{
"platform": "PLAYSTATION5",
"modfile_live": 1
}