Mod Dependants Object
Contains dependants data.
mod_idinteger<int32>
Unique ID of the mod that serves as the dependency.
Example:
231
namestring
Name of the mod dependency.
Example:
Example Mod
name_idstring
Path for the mod on mod.io. For example: https://mod.io/g/rogue-knight/m/__rogue-knight-hd-pack__
Example:
rogue-knight-hd-pack
statusStatus Enum (integer)
Enum Value | Description |
---|---|
NOT_ACCEPTED (0) | Not Accepted |
ACCEPTED (1) | Accepted |
DELETED (3) | Deleted |
Possible values: [0
, 1
, 3
]
visibleVisibility Enum (integer)
Enum Value | Description |
---|---|
HIDDEN (0) | Hidden |
PUBLIC (1) | Public |
Possible values: [0
, 1
]
date_addedinteger<int32>
Unix timestamp of date the dependency was added.
Example:
1499841487
date_updatedinteger<int32>
Unix timestamp of date mod was updated.
Example:
1499841487
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
Mod Dependants Object
{
"mod_id": 231,
"name": "Example Mod",
"name_id": "rogue-knight-hd-pack",
"status": 0,
"visible": 0,
"date_added": 1499841487,
"date_updated": 1499841487,
"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"
}
}