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
Stats object
Ahmed Castro edited this page Sep 8, 2018
·
2 revisions
API schema: Stats
Name | Type | Description |
---|---|---|
mod_id | Int |
Unique mod id. |
popularity_rank_position | Int |
Current rank of the mod. |
popularity_rank_total_mods | Int |
Number of ranking spots the current rank is measured against. |
downloads_total | Int |
Number of total mod downloads. |
subscribers_total | Int |
Number of total users who have subscribed to the mod. |
ratings_total | Int |
Number of times this item has been rated. |
ratings_positive | Int |
Number of positive ratings. |
ratings_negative | Int |
Number of negative ratings. |
ratings_percentage_positive | Int |
Number of positive ratings, divided by the total ratings to determine it’s percentage score. |
ratings_weighted_aggregate | Int |
Overall rating of this item. |
ratings_display_text | String |
Textual representation of the rating. |
date_expires | Int |
Unix timestamp until this mods's statistics are considered stale. |