Get all publicly available Global Api statistics
GET/v1/stats
Get all publicly available Global Api statistics
Request
Responses
- 200
Statistics
- application/json
- Schema
- Example (from schema)
Schema
pre_upload_queue
object
lengthinteger
The amount of skins in the pre-upload queue
upload_queue
object
estimated_durationdecimal
Estimated duration to upload 'length' amount of skins
lengthinteger
The amount of skins in the upload queue
{
"pre_upload_queue": {
"length": 0
},
"upload_queue": {
"estimated_duration": 0,
"length": 0
}
}