Skip to main content

User Access Object

Contains user access data.

resource_typestring

Type of resource.

Possible values: [games, mods, guides]

Example: games
resource_idinteger<int32>

Unique id of the resource.

Example: 3026
resource_nameinteger<int32>

The relative name of the resource.

Example: My Awesome Mod
resource_name_idstring

Path for the resource on mod.io.

Example: my-awesome-mod
resource_urlstring

URL to the resource that was reported. If the resource has been permanently deleted, and thus you cannot access it anymore - this field will be null.

Example:
User Access Object
{
"resource_type": "games",
"resource_id": 3026,
"resource_name": "My Awesome Mod",
"resource_name_id": "my-awesome-mod",
"resource_url": ""
}