/api/v1/catalog
Paginated available listings. Query: page, limit (max 100), server, min_price, max_price.
curl -sS "https://idzone.top/api/v1/catalog?limit=20" \ -H "Authorization: Bearer idz_live_xxxxxxxx" \ -H "Accept: application/json"
{
"success": true,
"data": [
{
"id": 348,
"title": "Level 72 — Mythic Bundle",
"price_bdt": 12500,
"currency": "BDT",
"status": "available",
"server": "BD",
"level": 72,
"bind_type": "Gmail",
"thumbnail": "https://idzone.top/uploads/items/…",
"url": "https://idzone.top/details.php?id=348"
}
],
"pagination": { "page": 1, "limit": 20, "total": 120, "has_more": true }
}