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