Skip to main content

Game Stats Object

Contains stats data.

game_idinteger<int32>

Unique game id.

Example: 2
mods_count_totalinteger<int32>

Available mod count for the game.

Example: 13
mods_downloads_todayinteger<int32>

Last 24hours of mod downloads for the game.

Example: 204
mods_downloads_totalinteger<int32>

Total mods downloaded for the game.

Example: 27492
mods_downloads_daily_averageinteger<int32>

Average mods downloaded on a daily basis.

Example: 1230
mods_subscribers_totalinteger<int32>

Total users who have subscribed to the mods for the game.

Example: 16394
date_expiresinteger<int32>

Unix timestamp until this game's statistics are considered stale.

Example: 1492564103
Game Stats Object
{
"game_id": 2,
"mods_count_total": 13,
"mods_downloads_today": 204,
"mods_downloads_total": 27492,
"mods_downloads_daily_average": 1230,
"mods_subscribers_total": 16394,
"date_expires": 1492564103
}