Skip to main content

Retrieve Addon Stats

GET 

/api/v1/stats/addons

RESPONSE JSON

The API call will return with a JSON response as below.

{
"usergroup_id": 42,
"period": 24,
"data": {
"42": {
"REMOVE_BACKGROUND": 282,
"STORYBOARD": 882
},
"43": {
"REMOVE_BACKGROUND": 997
}
}
}
keyValueDescription
usergroup_idintegerUser group id
periodintegerthe period for which stats is returned. Defaults to 24 (hours)
dataJSONJSON with user_id as key. The list keys "42" and "43" are User IDs.
data.{user_id}stringKey-Value pairs with Addon ID as the key and usage count as the value.

Request

Responses

Successful operation