{"openapi":"3.1.0","info":{"title":"niu-lai.net open data","version":"1.0.0","summary":"Free, unauthenticated data on the 2026 Chinese animated film Niu Lai (牛来).","description":"Live box office read from Maoyan Pro three times a day, plus a source-checked fact sheet. No key, no rate limit, no paywall. CC BY 4.0 — please cite niu-lai.net and link the page. Human documentation: https://niu-lai.net/agents/ . An MCP server covering the same data is at https://niu-lai.net/api/mcp .","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"contact":{"url":"https://niu-lai.net/agents/"}},"servers":[{"url":"https://niu-lai.net"}],"paths":{"/api/boxoffice":{"get":{"operationId":"getNiuLaiBoxOffice","summary":"Live Niu Lai box office","description":"Cumulative gross in RMB, a derived figure for today with a stated confidence, screenings, seat occupancy, the USD rate used, and a day-by-day history. Refreshed three times a day. Check the stale flag and quote fetchedAt with any number you use.","responses":{"200":{"description":"Current snapshot","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"stale":{"type":"boolean","description":"true means the upstream fetch failed and this is the last good value"},"fetchedAt":{"type":"string","format":"date-time"},"releaseDay":{"type":"integer"},"cumulative":{"type":"object","properties":{"cny":{"type":"integer"},"desc":{"type":"string"}}},"today":{"type":"object","properties":{"cny":{"type":"integer"},"method":{"type":"string","enum":["diff","estimate","unavailable"]},"confidence":{"type":"string"}}},"shows":{"type":"object","properties":{"count":{"type":"integer"},"rate":{"type":"string"}}},"fx":{"type":"object","properties":{"cnyPerUsd":{"type":"number"}}},"history":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"cumulativeCny":{"type":"integer"},"dailyCny":{"type":"integer"}}}}}}}}}}}},"/data/facts.json":{"get":{"operationId":"getNiuLaiFactSheet","summary":"Source-checked claims about Niu Lai","description":"Ten circulating claims with a verdict, an explanation of what the primary sourcing actually says, and source URLs. Also carries the film record, a dated timeline and a knownUnknowns list. Read this before repeating the '$200 budget' figure.","responses":{"200":{"description":"Fact sheet","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/llms-full.txt":{"get":{"operationId":"getNiuLaiFullText","summary":"Every English page as one plain-text file","responses":{"200":{"description":"Plain text","content":{"text/plain":{"schema":{"type":"string"}}}}}}}}}