List offers
curl "https://allofferbd.com/api/offers?category=food&sort=newest&per_page=2"
{
"success": true,
"data": [
{
"id": 132,
"title": "Apple iPhone 16 Pro Max ... Best Price in Bangladesh",
"slug": "apple-iphone-16-pro-max-...",
"image": "https://cdn.allofferbd.com/storage/media/120/offers/....webp",
"discount_label": "৳5 OFF",
"discount_type": "fixed",
"coupon_code": "7HCX44",
"offer_type": "both",
"end_at": "2027-04-16T11:59:00+00:00",
"business": { "id": 120, "name": "Sponsor Offer", "slug": "sponsor-offer" },
"category": { "id": 25, "name": "Smartphones", "slug": "mobile-smartphones" }
}
],
"meta": { "page": 1, "per_page": 2, "total": 118, "last_page": 59 }
}
Health check
curl "https://allofferbd.com/api/health"
# { "success": true, "data": { "status": "ok" } }