This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Mod object
Ahmed Castro edited this page Sep 8, 2018
·
3 revisions
API schema: Mod Object
Name | Type | Description |
---|---|---|
id | Int |
Unique mod identifier |
game_id | Int |
Unique game identifier |
status | Int |
Status of the mod. See Status |
visible | Int |
See Mod visibility |
maturity_option | Int |
See Maturity option |
date_added | Int |
Unix timestamp of date registered |
date_updated | Int |
Unix timestamp of date last updated |
date_live | Int |
Unix timestamp of date when set live |
homepage_url | String |
Mod homepage URL |
name | String |
Name of the mod |
nameid | String |
Unique SEO-friendly mod uri |
summary | String |
Brief summary of the mod |
description | String |
Description of the mod |
description_plaintext | String |
Description of the mod converted into plaintext |
metadata_blob | String |
Metadata for the mod |
profile_url | String |
Official website url for the mod |
logo | Logo |
Logo object containing logo data |
submitted_by | User |
User object containing user data |
modfile | Modfile |
Modfile object containing file data |
media | Media |
Media object containing media data |
stats | Stats |
Stats object containing stats data. |
tags | Array<Tag> |
Tag object array containing tags data |
metadata_kvps | Array<MetadataKVP> |
MetadataKVP object array containing metadata key value pairs |