TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1# tokyo-chuo — Tokyo Chuo Auction (Tokyo / Hong Kong / Taipei) results via tcabid.com23Unauthenticated JSON API of the BiddingArt platform behind tcabid.com:4`/app_api/v1/auctions/finished_auctions_and_store_categories` (past sales) and5`/app_api/v1/auction_items?auction_category_auction_id_eq=<id>&per_page=100&page=N` (lots with `final_price`,6`status`, `transaction_time`, estimates, images, `auction_category.currency` = JPY / HKD / TWD).78- `sale` for `status=hammered` lots (`final_price` = hammer → `buyerPremiumIncluded=false`), `auction_lot` (ended)9 otherwise. Currency is native per session; lots without a supported currency are dropped, never converted.10- Categories from the session title (zh/ja vocabulary → department hint) + title keywords (Rolex/Patek/whisky…).11- Identifiers: `tokyo_chuo_item_id = <auctionId>/<lot number>`; `metadata.item_id` is the platform item id.12- Fixtures: `pnpm tsx connectors/api/_g8-auctions-eu-apac-lib/capture.ts tokyo-chuo --save`.13