Mod Collection Object
The collection id.
1
The game id.
101
The status of the collection.
1
Visibility status of the collection.
true
submitted_by object
Contains user data.
Unique id of the user.
1
Path for the user on mod.io. For example: https://mod.io/u/__name-id-here__
xant
Display name of the user.
XanT
The users' display name for the targeted portal. Value will be null
if no valid X-Modio-Portal
portal header value is provided. For more information see Targeting a Portal.
null
Unix timestamp of date the user was last online.
1509922961
Unix timestamp of date the user joined.
1509922961
avatar object
Contains avatar data.
Avatar filename including extension.
avatar.png
URL to the full-sized avatar.
https://assets.modcdn.io/images/placeholder/avatar.png
URL to the small avatar thumbnail.
https://assets.modcdn.io/images/placeholder/avatar_50x50.png
URL to the medium avatar thumbnail.
https://assets.modcdn.io/images/placeholder/avatar_100x100.png
Deprecated: No longer used and will be removed in subsequent API version.
Deprecated: No longer used and will be removed in subsequent API version. To localize the API response we recommend you set the Accept-Language
header.
URL to the users profile.
https://mod.io/u/xant
The category of the collection.
Action
The date the collection was added.
1633036800
The date the collection was last updated.
1633123200
The date the collection went live.
1633209600
The date the collection was disabled.
163330000
The maximum limit of mods allowed in this collection.
10
Mature content found in a collection.
NOTE: The value of this field will default to 0 unless the parent game allows you to flag mature content (see maturity_options
field in Game Object). Add the options you want together, to enable multiple options (see BITWISE fields)
Enum Value | Description |
---|---|
NONE (0) | None |
ALCOHOL (1) | Alcohol |
DRUGS (2) | Drugs |
VIOLENT (4) | Violence |
EXPLICIT (8) | Explicit |
Possible values: [0
, 1
, 2
, 4
, 8
]
0
The total filesize of all mods in the collection.
2048
The total uncompressed filesize of all mods in the collection.
2048
The platforms the mods are compatible within this collection.
Possible values: [ALL
, WINDOWS
, MAC
, LINUX
, ANDROID
, IOS
, XBOXONE
, XBOXSERIESX
, PLAYSTATION4
, PLAYSTATION5
, SWITCH
, OCULUS
, SOURCE
]
["windows","ps4"]
The tags associated with the collection.
Possible values: [ANIMATION
, AUDIO
, BUGFIXES
, CHEATING
, ENVIRONMENT
, GAMEPLAY
, QUALITY_OF_LIFE
, UI
, VISUAL
]
["Multiplayer","Adventure"]
stats object
The collection id.
123
The number of downloads today.
50
The number of unique downloads.
200
The total number of downloads.
1000
The total number of followers.
300
The number of positive ratings in the last 30 days.
25
logo object
Contains logo data.
Logo filename including extension.
card.png
URL to the full-sized logo.
https://assets.modcdn.io/images/placeholder/card.png
URL to the small logo thumbnail.
https://assets.modcdn.io/images/placeholder/card.png
URL to the medium logo thumbnail.
https://assets.modcdn.io/images/placeholder/card.png
URL to the large logo thumbnail.
https://assets.modcdn.io/images/placeholder/card.png
The name of the collection.
My Collection
The name id of the collection.
my-collection
The summary of the collection.
This is a summary of the collection.
The description of the collection.
This is a detailed description of the collection.
{
"id": 1,
"game_id": 101,
"status": 1,
"visible": true,
"submitted_by": {
"id": 1,
"name_id": "xant",
"username": "XanT",
"display_name_portal": null,
"date_online": 1509922961,
"date_joined": 1509922961,
"avatar": {
"filename": "avatar.png",
"original": "https://assets.modcdn.io/images/placeholder/avatar.png",
"thumb_50x50": "https://assets.modcdn.io/images/placeholder/avatar_50x50.png",
"thumb_100x100": "https://assets.modcdn.io/images/placeholder/avatar_100x100.png"
},
"timezone": "",
"language": "",
"profile_url": "https://mod.io/u/xant"
},
"category": "Action",
"date_added": 1633036800,
"date_updated": 1633123200,
"date_live": 1633209600,
"date_disabled": 163330000,
"limit_number_mods": 10,
"maturity_option": 0,
"filesize": 2048,
"filesize_uncompressed": 2048,
"platforms": [
"windows",
"ps4"
],
"tags": [
"Multiplayer",
"Adventure"
],
"stats": {
"collection_id": 123,
"downloads_today": 50,
"downloads_unique": 200,
"downloads_total": 1000,
"followers_total": 300,
"ratings_positive_30_days": 25
},
"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"
},
"name": "My Collection",
"name_id": "my-collection",
"summary": "This is a summary of the collection.",
"description": "This is a detailed description of the collection."
}