lottecinema.co.kr
Unofficial browser-based cinema booking for Lotte Cinema.
Build a browser-facing provider for Lotte Cinema. It should cover showtime discovery, seat-map review, purchase preparation, coupon or membership application, explicit purchase confirmation, and post-booking ticket retrieval. The surface is login-gated and may involve session state, anti-bot controls, and branch-specific availability.
Query the cinema catalog for movies, theaters, and screening times for a chosen date and region. This is a discovery step that returns the screenings a user can drill into before selecting seats.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Movie title or keyword to narrow the listing.
파묘
City or district used to filter nearby theaters.
서울
Screening date to search.
2026-07-10
No account auth required for this operation.
Open one screening and retrieve the auditorium layout, seat classes, and price breakdown for the chosen showtime. The result should let a user judge where seats are available and what each seat or section costs before reserving anything.
Identifier for the chosen screening or showtime.
SCN-20260710-1530-01
Theater or branch identifier paired with the screening.
LC-0012
Optional number of tickets to preview pricing for.
2
Reserve the intended seat choices in a pre-checkout state and validate ticket quantity limits for the selected audience mix. This step should surface any seat conflicts, per-person constraints, or auditorium rules before the user commits to payment.
Screening identifier from the selected showtime.
SCN-20260710-1530-01
Array of seat identifiers the user wants to hold or select.
["A12","A13"]
Number of tickets to reserve for the selected seats.
2
Optional audience category such as adult, youth, or senior used by some chains for pricing or constraints.
adult
Check and apply cinema coupons, points, or membership discounts to the current booking draft. The operation should show the adjusted price and any constraints such as minimum spend, one-time-use limits, or chain-specific exclusions.
Identifier for the active booking draft or cart.
BOOK-88421
Coupon or promo code to apply if available.
MEMBER10
Optional membership or points account used for discounts.
LC-MEMBER-12345
Submit the final cinema booking after the user explicitly approves the exact seats, price, and payment terms. This is the irreversible checkout step and should not run without a clear confirmation gate.
Active draft containing the chosen seats and price preview.
BOOK-88421
Selected payment instrument or wallet reference.
CARD-1
Explicit approval from the user to finalize the purchase.
true
Fetch issued ticket records for upcoming or past bookings, including QR or barcode data and whether each ticket can still be canceled. This is the post-purchase management step for finding the actual ticket artifact and its current cancellation state.
Optional booking identifier to narrow the results to a single purchase.
BOOK-88421
Optional start and end dates for filtering ticket history.
{"from":"2026-07-01","to":"2026-07-31"}
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.