Ticket Details
/coupon/ticket-detail/:id
The ticket details page includes more detailed price information, venue descriptions, purchase links, etc.
Ticket - ticket_list
The detailed data is defined in the ticket_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": {
"ticket_list": [
{
"id": "t-1",
"name": "Taipei Fine Arts Museum",
"type": "Entrance Ticket",
"text": "Limited to business hours for online ticket purchase.",
"price": 15,
"vip_text": "Exclusive for members",
"discount_text": "Citizen Discount",
"is_hot": true,
"img_url": "https://plus.unsplash.com/premium_photo-1686741733157-1d7863a7a04e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"detail_price": ["Regular Ticket (Same Day Ticket): NT$30 / person", "Group Ticket (Same Day Ticket): NT$21 / person (minimum 20 people)"],
"address": {
"text": "No. 181, Section 3, Zhongshan North Road, Yuanshan Village, Zhongshan District, Taipei City",
"map": "https://maps.app.goo.gl/sQKx4n3WctXuS5Bw8"
},
"activity_date": "2024/01/01~2024/12/31",
"ticket_illustrate": [
"Online ticket purchase is available only from 0:00 to 17:00 on open days.",
"Refund Instructions: If not used after purchase, please complete the refund by 17:30 on the same day.",
"Closed on Mondays"
],
"spot_introduce": "The Taipei Fine Arts Museum was established in 1983 in response to the burgeoning modern art movement, making it Taiwan's first public art museum.",
"instructions": ["Conditional refunds before using the ticket", "Valid only on the day of purchase"],
},
{
"id": "t-2",
"name": "Taipei Zoo",
"type": "Entrance Ticket",
"text": "Limited to business hours for online ticket purchase.",
"price": 60,
"vip_text": "Exclusive for members",
"discount_text": "",
"is_hot": true,
"img_url": "https://images.unsplash.com/photo-1534567153574-2b12153a87f0?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3DD",
"detail_price": [
"Regular Ticket (Valid on the day of purchase): NT$100 / person",
"Taipei Citizen Ticket (Valid on the day of purchase, please show ID before use): NT$60 / person"
],
"address": {
"text": "No. 30, Section 2, Xinguang Road, Wenshan District, Taipei City",
"map": "https://maps.app.goo.gl/ePr8n9JM5X4JFSvV8"
},
"activity_date": "2024/01/01~2024/12/31",
"ticket_illustrate": [
"Ticket sales: 9:00 AM to 4:00 PM.",
"Usage time: From 9:00 AM to 4:00 PM on the day of purchase.",
"No refunds after verification."
],
"spot_introduce": "Located at the terminus of the MRT Wenhu Line, Taipei Zoo is an institution combining nature conservation, research, education, and recreation. It received environmental education facility certification in April 2012.",
"instructions": ["Conditional refunds before using the ticket", "Valid only on the day of purchase"],
},
{
"id": "t-3",
"name": "Children's Amusement Park",
"type": "One Day Fun Ticket",
"text": "Limited to operating hours for exchange and use. The ticket includes park admission and unlimited rides on attractions numbered 1 to 13.",
"price": 200,
"vip_text": "",
"discount_text": "Citizen Discount",
"is_hot": false,
"img_url": "https://images.unsplash.com/photo-1575783970733-1aaedde1db74?q=80&w=2076&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"detail_price": ["One Day Fun Ticket: NT$200 / person"],
"address": {
"text": "No. 55, Section 5, Chengde Road, Shilin District, Taipei City",
"map": "https://maps.app.goo.gl/89CdbVCZH6rbfDaZ6"
},
"activity_date": "2024/01/01~2025/12/31",
"ticket_illustrate": [
"Limited to operating hours for exchange and use. The ticket includes park admission and unlimited rides on attractions numbered 1 to 13."
],
"spot_introduce": "The Taipei Children's Amusement Park (hereinafter referred to as the Children's Amusement Park) was formerly the Taipei Children's Recreation Center located in Yuanshan.",
"instructions": ["Conditional refunds before using the ticket", "Valid within the validity period/exchange period"],
}
]
}
}
Field | Purpose | Example |
---|---|---|
id | Ticket ID | t-1 |
name | Ticket Name | Children's Amusement Park |
type | Ticket Type | One Day Fun Ticket |
text | Ticket Description | Please refer to the homepage |
price | Ticket Price | Please refer to the homepage |
vip_text | VIP-related Discount Text, Optional | Exclusive for members |
discount_text | General Discount Text, Optional | Citizen Discount |
is_hot | Is it a Hot Ticket | Please refer to the homepage |
img_url | Ticket Image | Image URL |
detail_price | Detailed Ticket Price, structured as an array for segmented pricing, e.g., ["First Segment", "Second Segment"] | ["Regular Ticket (Same Day Ticket): NT$30 / person", "Group Ticket (Same Day Ticket): NT$21 / person (minimum 20 people)"] |
address | Venue Address | Refer to Ticket - address |
activity_date | Ticket Activity Period | 2024/01/01~2024/12/31 |
ticket_illustrate | Ticket Usage Instructions, structured as an array for segmented details, e.g., ["First Segment", "Second Segment"] | ["Limited to operating hours for exchange and use. The ticket includes park admission and unlimited rides on attractions numbered 1 to 13."] |
spot_introduce | Venue Introduction | The Taipei Fine Arts Museum was established in 1983 in response to the burgeoning modern art movement, making it Taiwan's first public art museum. |
instructions | Ticket Usage Notes, structured as an array for segmented details, e.g., ["First Segment", "Second Segment"] | ["Conditional refunds before using the ticket", "Valid only on the day of purchase"] |
Ticket - 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