AllOfferBDBeta
লাইভLiveলাইভ
অফারOffersঅফারkeyboard_arrow_down
local_offerসব অফারAll Offersসব অফারlanguageঅনলাইন অফারOnline Offersঅনলাইন অফার
ক্যাটাগরিCategoriesক্যাটাগরিkeyboard_arrow_down
সব ক্যাটাগরি দেখুনarrow_forward
লোকেশনLocationsলোকেশন

লগইন

মাত্র কয়েক সেকেন্ডে ফ্রি অ্যাকাউন্ট

loginলগইনperson_addরেজিস্টার
Submit OfferSubmit OfferSubmit Offerarrow_forward
AllOfferBD

দেশের সকল সেরা অফার একই প্লাটফর্মে।

ক্রেতাদের জন্য

  • সব অফার
  • ক্যাটাগরি
  • নিকটবর্তী অফার
  • জনপ্রিয় স্টোর
  • অনলাইন অফার
  • কার্ড অফার

বিজনেস

  • ব্যবসার জন্য
  • প্রাইসিং
  • অফার নীতিমালা
  • বিজনেস লগইন

কোম্পানি

  • আমাদের সম্পর্কে
  • ব্লগ
  • যোগাযোগ
  • FAQ
  • সাহায্য
  • এলাকা মডারেটর হোন
  • API ডকুমেন্টেশন

নীতিমালা

  • গোপনীয়তা
  • শর্তাবলী
  • রিফান্ড

© 2026 AllOfferBD

Crafted by odexpi

homeহোমHomeহোমsearchখুঁজুনSearchখুঁজুনfavoriteসেভডSavedসেভডconfirmation_numberক্লেইমClaimsক্লেইমpersonঅ্যাকাউন্টAccountঅ্যাকাউন্ট

আপনার ব্যবসার অফার পোস্ট করুন

হাজারো ক্রেতার কাছে পৌঁছান — বিনামূল্যে শুরু করুন

ব্যবসা শুরু করুনarrow_forward
AllOfferBD

দেশের সকল সেরা অফার একই প্লাটফর্মে — যাচাইকৃত বিজনেস, নিরাপদ ক্লেইম ও নির্ভরযোগ্য সাপোর্ট।

mail[email protected]support_agentসাপোর্ট টিকেট খুলুন

ক্রেতাদের জন্য

  • সব অফার
  • ক্যাটাগরি
  • নিকটবর্তী অফার
  • জনপ্রিয় স্টোর
  • অনলাইন অফার
  • কার্ড অফার

বিজনেস

  • ব্যবসার জন্য
  • প্রাইসিং
  • অফার নীতিমালা
  • বিজনেস লগইন

কোম্পানি

  • আমাদের সম্পর্কে
  • ব্লগ
  • যোগাযোগ
  • FAQ
  • সাহায্য
  • এলাকা মডারেটর হোন
  • API ডকুমেন্টেশন

নীতিমালা

  • গোপনীয়তা
  • শর্তাবলী
  • রিফান্ড

© 2026 AllOfferBD. সর্বস্বত্ব সংরক্ষিত।

Crafted by odexpi

Developers

AllOfferBD Public API

Read-only, unauthenticated endpoints for offers, categories, locations, businesses, and financial (bank/card) deals across Bangladesh. Every response is JSON.

OverviewAuth & rate limitsErrorsOffers & searchCategories & locationsBusinesses, banks & cardsBlog & contentActionsExamples

Overview

Base URL: https://allofferbd.com/api

Every response is a JSON object with a success boolean and a data field. List endpoints that paginate also include a meta object.

{
  "success": true,
  "data": { /* ... */ },
  "meta": { "page": 1, "per_page": 24, "total": 118, "last_page": 5 }
}

Authentication & rate limits

Everything on this page is public — no API key or login is required. (Actions like saving an offer, liking, or leaving a review need a logged-in session and aren't covered here.)

ParamTypeDescription
General endpoints120 req/minPer IP (or per user if logged in).
/search40 req/minPer IP (or per user if logged in).

A throttled request returns HTTP 429.

Errors

Errors use success: false with a human-readable message, plus a 422 status and field-level errors for invalid input.

{
  "success": false,
  "message": "The category field is invalid.",
  "errors": { "category": ["The selected category is invalid."] }
}

Offers & search

MethodPathDescription
GET/offersList/filter active offers.
GET/offers/{slug}Single offer by slug.
GET/offers/nearbyOffers near a lat/lng.
GET/offers/pickupIn-store pickup offers.
GET/featured-offersCurrently featured offers.
GET/online-offersOnline-only offers.
GET/ending-soon-offersOffers expiring soonest.
GET/searchFull-text offer search (same filters as /offers, plus q).
GET/offers/{slug}/reviewsApproved reviews for an offer.
GET/offers/{slug}/couponCoupon availability for an offer.

Query parameters (/offers and /search)

ParamTypeDescription
qstringSearch text (required to get results on /search).
categorystring (slug)Filter by category.
locationstring (slug)Filter by location.
businessstring (slug)Filter by business.
offer_typelocal | online | bothWhere the offer is redeemable.
discount_typepercentage | fixed | bogo | customDiscount kind.
modeonline | pickup | local | nearbyShortcut filter used by the site's tabs.
sortnewest | ending_soon | featured | most_claimed | highest_discount | nearbySort order.
featuredbooleanOnly featured offers.
ending_soonbooleanOnly offers ending soon.
lat, lng, radiusnumberRadius filter in km (used with sort=nearby).
page, per_pageintegerPagination — per_page max 100.

Categories & locations

MethodPathDescription
GET/categoriesAll active categories (with active offer counts).
GET/categories/{slug}Single category.
GET/locationsActive locations (districts/areas).
GET/locations/treeLocations as a division → district → area tree.
GET/locations/searchSearch locations by name.
GET/locations/nearestNearest location to a lat/lng.
GET/locations/statsOffer counts per location.
GET/locations/{slug}Single location.
GET/locations/{slug}/discoveryOffers/businesses discovery data for a location.

Businesses, banks & cards

MethodPathDescription
GET/businessesList/search businesses.
GET/businesses/{slug}Single business profile.
GET/businesses/{slug}/reviewsApproved reviews for a business.
GET/banksBanks & wallets offering card/EMI deals.
GET/banks/{slug}Single bank's landing data.
GET/card-typesCredit/debit card types.
GET/financial-offersList/filter bank & card offers.
GET/financial-offers/{slug}Single financial offer.
GET/financial-offers/filtersAvailable filter options (banks, card types, etc.).
GET/financial-offers/emiEMI-specific offers.

Blog & content

MethodPathDescription
GET/blog-postsList published blog posts.
GET/blog-posts/{slug}Single blog post.
GET/content-pages/{slug}Static CMS page content (about, terms, etc.).
GET/homeHomepage payload — banners, featured/nearby/online/ending-soon offers, categories.
GET/liveRecent site-wide activity feed (claims, reviews, new offers).
GET/healthLiveness check — { status: "ok" }.

Actions

These write endpoints don't require login, but are rate-limited more tightly.

MethodPathDescription
POST/offers/{slug}/claimClaim an offer's coupon (guests get a temporary guest token).
POST/offers/{slug}/reportReport a problem with an offer.
POST/contactSubmit the contact form.

Examples

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" } }