Skip to main content

Collection Stats Object

collection_idinteger<int32>

The collection id.

Example: 123
downloads_todayinteger<int32>

The number of downloads today.

Example: 50
downloads_uniqueinteger<int32>

The number of unique downloads.

Example: 200
downloads_totalinteger<int32>

The total number of downloads.

Example: 1000
followers_totalinteger<int32>

The total number of followers.

Example: 300
ratings_positive_30daysinteger<int32>

The number of positive ratings in the last 30 days.

Example: 25
incompleteinteger

Shows if collection is incomplete (has unavailable mod(s)).

Example: 1
incomplete_todayinteger

Shows if collection became incomplete (has unavailable mod(s)) in last 24hours.

Example: 1
Collection Stats Object
{
"collection_id": 123,
"downloads_today": 50,
"downloads_unique": 200,
"downloads_total": 1000,
"followers_total": 300,
"ratings_positive_30days": 25,
"incomplete": 1,
"incomplete_today": 1
}