Grow-a-Garden Stock Management System
The GAG Stock API provides real-time access to garden stock information including eggs, gear, seeds, honey, cosmetics, and traveling merchant data.
https://gagstock.gleeze.com
wss://gagstock.gleeze.com
/grow-a-garden
Retrieves current stock information for all categories.
{
"status": "success",
"updated_at": "2025-08-03T08:55:05.825Z",
"data": {
"egg": { ... },
"gear": { ... },
"seed": { ... },
"honey": { ... },
"cosmetics": { ... },
"travelingmerchant": { ... }
}
}
{
"items": [
{
"name": "Item Name",
"quantity": 1,
"emoji": "๐ฅ"
}
],
"countdown": "00h 04m 55s"
}
{
"items": [...],
"countdown": null,
"status": "leaved",
"appearIn": "03h 04m 55s",
"merchantName": "Sky Merchant"
}