Gifts
API ver.: 2.0
Returns current Telegram gifts snapshot
HTTP Request
GET https://api.giftstat.app/current/gifts
Query Parameters
|
Parameter |
Description |
|
limit |
UInt |
|
offset |
UInt |
|
collection |
String (optional) |
|
model |
String (optional) |
|
backdrop |
String (optional) |
|
symbol |
String (optional) |
Response Structure
HTTP code: 200 - OK
{
"data": [],
"meta": {
"limit": 100,
"offset": 0,
"count": 0,
"api_path": "/current/gifts"
}
}
Available Fields
|
Field |
Description |
|
_id |
String |
|
id |
String |
|
gift_id |
UInt |
|
gift_name |
String |
|
collection |
String |
|
attributes |
String |
|
dttm |
DateTime |
|
total_amount |
UInt |
|
model |
String |
|
backdrop |
String |
|
symbol |
String |
API ver.: 2.0