Coupon Details
/coupon/coupon-detail/:id
The coupon details page includes descriptions of the discount and store information.
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"
}
}
}
]
}
}
Field | Purpose | Example |
---|---|---|
id | Coupon ID | c-1 |
name | Coupon Name | Guo Dong's Private Kitchen |
text | Coupon Description | Please refer to the homepage |
vip_text | VIP-related Discount Text, Optional | Please refer to the homepage |
discount_text | General Discount Text, Optional | Please refer to the homepage |
deadline | Coupon Deadline | Please refer to the homepage |
remaining | Remaining Coupons, Optional | 158 |
is_hot | Is it a Hot Coupon | Please refer to the homepage |
img_url | Coupon Image | Image URL |
activity_date | Coupon Activity Period | 2024/06/10~2024/08/10 |
rule | Coupon Usage Rules, Optional, default is No Limitations | Each member is limited to 1 piece |
coupon_illustrate | Coupon Usage Instructions | 10% discount on accommodation, unlimited weekdays and weekends\nNotes:\nEach person can use it once a day |
store_info | Coupon Store Information | Refer to Coupon - store_info |
Coupon - store_info
Field | Purpose | Example |
---|---|---|
img_url | Store Image | Image URL |
name | Store Name | Wotian Hotel |
introduce | Store 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."] |
address | Store Address | Refer to Coupon - address |
Coupon - address
Field | Purpose | Example |
---|---|---|
text | Address Text | No. 181, Section 3, Zhongshan North Road, Yuanshan Village, Zhongshan District, Taipei City |
map | Address Google Map Link | https://maps.app.goo.gl/sQKx4n3WctXuS5Bw8 |
Google Map links can be found using the share function