{"name":"CFA Calendar API","version":"2.2.0","description":"China Film Archive (中国电影资料馆) screening calendar API. Provides movie screening schedules for CFA cinemas in Beijing and Suzhou.","llms_txt":"/llms.txt","agent_instructions":{"overview":"This API provides cinema screening data for the China Film Archive. Use /api/events for listings, /api/events/search for finding specific movies, and /*.ics endpoints for calendar subscriptions.","common_tasks":[{"task":"Find screenings for a specific movie","endpoint":"GET /api/events/search?q={movie_name}","example":"/api/events/search?q=霸王别姬"},{"task":"Get all screenings for a specific date","endpoint":"GET /api/events?date={YYYY-MM-DD}","example":"/api/events?date=2026-02-01"},{"task":"Get screenings at a specific cinema","endpoint":"GET /api/events?cinema={keyword}","example":"/api/events?cinema=小西天"},{"task":"Subscribe to calendar for a location","endpoint":"GET /{city}/{cinema}/{hall}/calendar.ics","example":"/beijing/xiaoxitian/calendar.ics"}],"locations":{"beijing":["xiaoxitian (小西天)","baiziwan (百子湾)"],"suzhou":["jiangnan (江南分馆)"]},"tips":["Use /api/locations to get the full location hierarchy with codes","All event times are in China Standard Time (CST/UTC+8)","The API caches data for 12 hours; use /api/calendar/refresh to force update","For MCP integration, connect to /mcp endpoint"]},"endpoints":{"calendar":"/api/calendar","refresh":"/api/calendar/refresh","events":"/api/events","eventsSearch":"/api/events/search","eventById":"/api/events/:id","locations":"/api/locations","stats":"/api/stats","status":"/api/status","ics":"/{city?}/{cinema?}/{hall?}/calendar.ics","mcp":"/mcp","llms":"/llms.txt"}}