Skip to main content

Mod Stats Object

Contains stats data.

mod_idinteger<int32>

Unique mod id.

Example: 2
popularity_rank_positioninteger<int32>

Current rank of the mod.

Example: 13
popularity_rank_total_modsinteger<int32>

Number of ranking spots the current rank is measured against.

Example: 204
downloads_todayinteger<int32>

Last 24hours of downloads for the mod.

Example: 327
downloads_totalinteger<int32>

Total downloads for the mod.

Example: 27492
subscribers_totalinteger<int32>

Total users who have subscribed to the mod.

Example: 16394
ratings_totalinteger<int32>

Total times the mod has been rated.

Example: 1230
ratings_positiveinteger<int32>

Number of positive ratings.

Example: 1047
ratings_negativeinteger<int32>

Number of negative ratings.

Example: 183
ratings_percentage_positiveinteger<int32>

Number of positive ratings, divided by the total ratings to determine it’s percentage score.

Example: 91
ratings_weighted_aggregatenumber<float>

Overall rating of this item calculated using the Wilson score confidence interval. This column is good to sort on, as it will order items based on number of ratings and will place items with many positive ratings above those with a higher score but fewer ratings.

Example: 87.38
ratings_display_textstring

Textual representation of the rating in format.

Possible values: [Overwhelmingly Positive, Very Positive, Positive, Mostly Positive, Mixed, Negative, Mostly Negative, Very Negative, Overwhelmingly Negative, Unrated]

Example: Very Positive
date_expiresinteger<int32>

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

Example: 1492564103
Mod Stats Object
{
"mod_id": 2,
"popularity_rank_position": 13,
"popularity_rank_total_mods": 204,
"downloads_today": 327,
"downloads_total": 27492,
"subscribers_total": 16394,
"ratings_total": 1230,
"ratings_positive": 1047,
"ratings_negative": 183,
"ratings_percentage_positive": 91,
"ratings_weighted_aggregate": 87.38,
"ratings_display_text": "Very Positive",
"date_expires": 1492564103
}