Skip to content

Coupon Details

/coupon/coupon-detail/:id

The coupon details page includes descriptions of the discount and store information.

Coupon Details - 1

Coupon Details - 2

Coupon Details - 3

Coupons - coupon_list

The detailed data is defined in the coupon_list mentioned on the homepage.

This section will mainly introduce the fields used on the detailed page, while the list-related fields are more detailed on the homepage. A complete example is as follows:

json
{
  "data": {
    "coupon_list": [
      {
        "id": "c-1",
        "name": "Guo Dong's Private Kitchen",
        "text": "Powerful Collaboration - Guo Dong's Private Kitchen X State Banquet Chef",
        "vip_text": "",
        "discount_text": "Gift Dumplings",
        "deadline": "2024/06/30",
        "remaining": "",
        "is_hot": true,
        "img_url": "https://plus.unsplash.com/premium_photo-1673108852141-e8c3c22a4a22?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
        "activity_date": "2024/06/10~2024/08/10",
        "rule": "Each member is limited to 1 piece",
        "coupon_illustrate": "10% discount on accommodation, unlimited weekdays and weekends\nNotes:\nEach person can use it once a day",
        "store_info": {
          "img_url": "https://plus.unsplash.com/premium_photo-1661964205360-b0621b5a9366?q=80&w=2038&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
          "name": "Wotian Hotel",
          "introduce": [
            "Supported by 302 farmers' associations and 40 fishermen's associations across Taiwan,",
            "nurturing a hotel with the theme style of farmers' and fishermen's associations.\nWe are willing to shoulder the innovation of the farmers' and fishermen's association culture, outline the local fashion style of Taiwan, \nand create a spiritual field to share with tourists."
          ],
          "address": {
            "text": "No. 127, Section 7, Zhongshan North Road, Shilin District, Taipei City",
            "map": "https://maps.app.goo.gl/jN5AyYmkmDsmYX547"
          }
        }
      },
      {
        "id": "c-2",
        "name": "Aba Handmade Soap",
        "text": "Spend 1000 get 100.",
        "vip_text": "",
        "discount_text": "Spend a thousand get a hundred",
        "deadline": "2024/06/30",
        "remaining": "158",
        "is_hot": true,
        "img_url": "https://images.unsplash.com/photo-1454873019514-eae2f086587a?q=80&w=2073&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
        "activity_date": "2024/06/10~2024/08/10",
        "rule": "",
        "coupon_illustrate": "10% discount on accommodation, unlimited weekdays and weekends\nNotes:\nEach person can use it once a day",
        "store_info": {
          "img_url": "https://plus.unsplash.com/premium_photo-1661964205360-b0621b5a9366?q=80&w=2038&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
          "name": "Aba Handmade Soap",
          "introduce": [
            "Supported by 302 farmers' associations and 40 fishermen's associations across Taiwan,",
            "nurturing a hotel with the theme style of farmers' and fishermen's associations.\nWe are willing to shoulder the innovation of the farmers' and fishermen's association culture, outline the local fashion style of Taiwan, \nand create a spiritual field to share with tourists."
          ],
          "address": {
            "text": "No. 127, Section 7, Zhongshan North Road, Shilin District, Taipei City",
            "map": "https://maps.app.goo.gl/jN5AyYmkmDsmYX547"
          }
        }
      },
      {
        "id": "c-3",
        "name": "Wotian Hotel",
        "text": "Spend 1500 on dining and get a small portion of ginger stir-fried squid, spend 5000 and get a large portion\nNotes: Applicable to small dishes and individual orders, not applicable to set meals",
        "vip_text": "",
        "discount_text": "",
        "deadline": "2024/12/31",
        "remaining": "",
        "is_hot": true,
        "img_url": "https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
        "activity_date": "2024/06/10~2024/08/10",
        "rule": "Each member is limited to 1 piece",
        "coupon_illustrate": "10% discount on accommodation, unlimited weekdays and weekends\nNotes:\nEach person can use it once a day",
        "store_info": {
          "img_url": "https://plus.unsplash.com/premium_photo-1661964205360-b0621b5a9366?q=80&w=2038&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
          "name": "Wotian Hotel",
          "introduce": [
            "Supported by 302 farmers' associations and 40 fishermen's associations across Taiwan,",
            "nurturing a hotel with the theme style of farmers' and fishermen's associations.\nWe are willing to shoulder the innovation of the farmers' and fishermen's association culture, outline the local fashion style of Taiwan, \nand create a spiritual field to share with tourists."
          ],
          "address": {
            "text": "No. 127, Section 7, Zhongshan North Road, Shilin District, Taipei City",
            "map": "https://maps.app.goo.gl/jN5AyYmkmDsmYX547"
          }
        }
      }
    ]
  }
}
FieldPurposeExample
idCoupon IDc-1
nameCoupon NameGuo Dong's Private Kitchen
textCoupon DescriptionPlease refer to the homepage
vip_textVIP-related Discount Text, OptionalPlease refer to the homepage
discount_textGeneral Discount Text, OptionalPlease refer to the homepage
deadlineCoupon DeadlinePlease refer to the homepage
remainingRemaining Coupons, Optional158
is_hotIs it a Hot CouponPlease refer to the homepage
img_urlCoupon ImageImage URL
activity_dateCoupon Activity Period2024/06/10~2024/08/10
ruleCoupon Usage Rules, Optional, default is No LimitationsEach member is limited to 1 piece
coupon_illustrateCoupon Usage Instructions10% discount on accommodation, unlimited weekdays and weekends\nNotes:\nEach person can use it once a day
store_infoCoupon Store InformationRefer to Coupon - store_info

Coupon - store_info

FieldPurposeExample
img_urlStore ImageImage URL
nameStore NameWotian Hotel
introduceStore Introduction, structured as an array for segmented details, e.g., ["First Segment", "Second Segment"]["Supported by 302 farmers' associations and 40 fishermen's associations across Taiwan,", "nurturing a hotel with the theme style of farmers' and fishermen's associations.\nWe are willing to shoulder the innovation of the farmers' and fishermen's association culture, outline the local fashion style of Taiwan, \nand create a spiritual field to share with tourists."]
addressStore AddressRefer to Coupon - address

Coupon - address

FieldPurposeExample
textAddress TextNo. 181, Section 3, Zhongshan North Road, Yuanshan Village, Zhongshan District, Taipei City
mapAddress Google Map Linkhttps://maps.app.goo.gl/sQKx4n3WctXuS5Bw8

Google Map links can be found using the share function