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
Number of elements in data. Maximum: 10000, default: 10000

offset

UInt
Data offset for pagination

collection

String (optional)
Filter by exact collection name match

slug

String (optional)
Filter by exact collection slug match

Структура ответа

HTTP код: 200 - OK

{
    "data": [],
    "meta": {
        "limit": 10000, 
        "offset": 0,
        "count": 0,
        "api_path": "/current/collections/models/stat",
    }
}

Available Fields

Field

Description

id

UInt
Unique identifier

str_id

String
String identifier

collection

String
Collection name

collection_slug

String
Collection slug

model

String
Model name

model_slug

String
Model slug

rarity

UInt
Model rarity

model_count

UInt
Number of model instances

total_amount

UInt
Total amount in collection

model_share

Float
Model share in collection

API ver.: 2.0

Previous