Guide Object
Contains Guide data.
Unique id of the guide.
1209
Unique id of the parent game.
3
Name of the parent game.
My Awesome Game
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
user 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
Unix timestamp of the date the guide was made.
1509922961
Unix timestamp of the date the guide was updated.
1509922961
Unix timestamp of the date the guide was set live.
1509922961
Status of the guide, see status and visibility for details).
Enum Value | Description |
---|---|
NOT_ACCEPTED (0) | Not accepted. |
ACCEPTED (1) | Accepted and live. |
DELETED (3) | Deleted. |
Possible values: [0
, 1
, 3
]
1
URL to the guide.
https://mod.io/g/rogue-knight/r/getting-started
The name of the guide
Getting Started
Path for the guide on mod.io. For example: https://mod.io/g/rogue-knight/r/__getting-started__
getting-started
The summary of the guide
Alright, so let's get started with modding on mod.io
Detailed description of the guide (the contents) which allows HTML.
<h1>Getting Started</h2><p>Download this suspiciou....
The bitwise community options that are applied to this guide, allowing or disabling guide comments. Can be one of
Enum Value | Description |
---|---|
DISABLED (0) | Disabled |
ALLOWS_COMMENTS (2048) | Allows comments (default) |
Possible values: [0
, 2048
]
2048
tags object[]
Contains guide tag data.
Tag name.
Instructions
Unix timestamp of date tag was applied.
1499841487
The amount of times this tag has been applied to guides. This value will only be returned for the Get Guide Tags endpoint.
22
stats object[]
Contains stats data.
Unique guide id.
2
Last 24hours of visits for this guide
0
Total number of visits for this guide
0
Total number of comments for this guide
0
{
"id": 1209,
"game_id": 3,
"game_name": "My Awesome Game",
"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"
},
"user": {
"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"
},
"date_added": 1509922961,
"date_updated": 1509922961,
"date_live": 1509922961,
"status": "1",
"url": "https://mod.io/g/rogue-knight/r/getting-started",
"name": "Getting Started",
"name_id": "getting-started",
"summary": "Alright, so let's get started with modding on mod.io",
"description": "<h1>Getting Started</h2><p>Download this suspiciou....",
"community_options": "2048",
"tags": [
{
"name": "Instructions",
"date_added": 1499841487,
"count": 22
}
],
"stats": [
{
"guide_id": 2,
"visits_today": 0,
"visits_total": 0,
"comments_total": 0
}
]
}