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_30_daysinteger<int32>
The number of positive ratings in the last 30 days.
Example:
25
Collection Stats Object
{
"collection_id": 123,
"downloads_today": 50,
"downloads_unique": 200,
"downloads_total": 1000,
"followers_total": 300,
"ratings_positive_30_days": 25
}