Models Stat
API ver.: 2.0
Returns current statistics for Telegram gift models
HTTP Request
GET https://api.giftstat.app/current/collections/models/stat
Query Parameters
|
Parameter |
Description |
|
limit |
UInt |
|
offset |
UInt |
|
collection |
String (optional) |
|
slug |
String (optional) |
Структура ответа
HTTP код: 200 - OK
{
"data": [],
"meta": {
"limit": 10000,
"offset": 0,
"count": 0,
"api_path": "/current/collections/models/stat",
}
}
Available Fields
|
Field |
Description |
|
id |
UInt |
|
str_id |
String |
|
collection |
String |
|
collection_slug |
String |
|
model |
String |
|
model_slug |
String |
|
rarity |
UInt |
|
model_count |
UInt |
|
total_amount |
UInt |
|
model_share |
Float |
API ver.: 2.0
Was the article helpful?
Previous
Next