Symbols

API ver.: 1.9

Returns Telegram gift symbols

HTTP Request

GET https://apiv2.giftstat.app/current/collections/symbols

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

Response Structure

HTTP code: 200 - OK

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

Available Fields

Field

Description

id

UInt
Unique identifier

str_id

String
String identifier

collection

String
Collection name

symbol

String
Symbol name

symbol_slug

String
Symbol slug

lower_symbol_slug

String
Symbol slug in lowercase

rarity

UInt
Symbol rarity

API ver.: 1.9

Previous