Skip to main content

Game Modfile Cook Object

Contains modfile cook data with mod information for game-wide browsing.

cook_uuidstring

The UUID of a cook.

Example: 123e4567-e89b-12d3-a456-426614174000
mod object

The mod this cook belongs to.

idinteger<int32>

The id of the mod.

namestring

The name of the mod.

logo object

Contains logo data.

filenamestring

Logo filename including extension.

Example: card.png
originalstring

URL to the full-sized logo.

Example: https://assets.modcdn.io/images/placeholder/card.png
thumb_320x180string

URL to the small logo thumbnail.

Example: https://assets.modcdn.io/images/placeholder/card.png
thumb_640x360string

URL to the medium logo thumbnail.

Example: https://assets.modcdn.io/images/placeholder/card.png
thumb_1280x720string

URL to the large logo thumbnail.

Example: https://assets.modcdn.io/images/placeholder/card.png
modfileinteger<int32>

The id of the source modfile.

platformstring[]

The platforms being cooked for.

Example: ["ps5"]
statusinteger<int32>

The status of the cook.

Example: 1
date_addedinteger<int32>

Unix timestamp the cook was started.

Example: 1499841487
date_updatedinteger<int32>

Unix timestamp the cook was last updated.

Example: 1499841487
metadataobject

The metadata of the cook.

logs object[]

The logs of the cook.

  • Array [
  • levelstring

    The severity level of the log entry.

    messagestring

    The log message.

    is_privateboolean

    Whether the log entry is private.

  • ]
  • filenamestring

    Filename including extension.

    Example: rogue-knight-v1.zip
    filesizeinteger<int32>

    Size of the file in bytes.

    Example: 15181
    versionstring

    Release version this file represents.

    Example: 1.3
    Game Modfile Cook Object
    {
    "cook_uuid": "123e4567-e89b-12d3-a456-426614174000",
    "mod": {
    "id": 0,
    "name": "string",
    "logo": {
    "filename": "card.png",
    "original": "https://assets.modcdn.io/images/placeholder/card.png",
    "thumb_320x180": "https://assets.modcdn.io/images/placeholder/card.png",
    "thumb_640x360": "https://assets.modcdn.io/images/placeholder/card.png",
    "thumb_1280x720": "https://assets.modcdn.io/images/placeholder/card.png"
    }
    },
    "modfile": 0,
    "platform": [
    "ps5"
    ],
    "status": 1,
    "date_added": 1499841487,
    "date_updated": 1499841487,
    "metadata": {},
    "logs": [
    {
    "level": "string",
    "message": "string",
    "is_private": true
    }
    ],
    "filename": "rogue-knight-v1.zip",
    "filesize": 15181,
    "version": "1.3"
    }