# NeueHouse > NeueHouse is a private work and cultural home for creatives — a members-only workspace, screening > and events club. It is a hospitality brand, not a software company, and it operates no developer > program. It does, however, serve a live, anonymous, machine-readable content API from its own host, > which is the surface described below. Generated by API Evangelist on 2026-08-26. NeueHouse does not publish an llms.txt of its own (https://www.neuehouse.com/llms.txt returned 404), so this file is generated from the API Evangelist catalog entry and from live probes of the provider's own endpoints. ## Status you should know before using this NeueHouse ceased operations at all locations in September 2025 and filed Chapter 7. Convene Hospitality Group acquired the NeueHouse brand, intellectual property and the Madison Square flagship out of bankruptcy, and relaunched the brand under CHG ownership in January 2026. The Los Angeles houses were not acquired and are not reopening, although their records are still served by the content API. The current site identifies itself as "A CHG Venue". ## The API NeueHouse runs on WordPress and its WordPress REST API is exposed and answering anonymously. The route index is a live machine-readable contract declaring 313 routes across 16 namespaces. - API root: https://www.neuehouse.com/wp-json - Route index (the contract NeueHouse actually serves): https://www.neuehouse.com/wp-json/ - Upstream specification: https://developer.wordpress.org/rest-api/ Reads of published content are anonymous and need no key. Writes require a WordPress Application Password issued only from wp-admin, so there is no third-party write access. ### Collections that carry real data (counts verified 2026-08-26) - /wp/v2/event — 467 items. NeueHouse cultural programming. - /wp/v2/press — 66 items. Press coverage archive. - /wp/v2/location — 3 items. Bradbury, Hollywood, Madison Square. - /wp/v2/pages — 15 items. Membership, workspace, private events, policies. - /wp/v2/media — 9,144 items. Image and asset library. - /wp/v2/categories — 24 items. Shared taxonomy across posts, events and locations. - /wp/v2/search — mixed-type full-text search. ### Collections that are registered but EMPTY - /wp/v2/posts — 0 items. NeueHouse publishes no blog. - /wp/v2/neuejournal — 0 items. The NeueJournal archive did not survive the ownership change. - /wp/v2/tags — 0 items. ## Conventions - Pagination: ?page= and ?per_page= (max 100); responses carry X-WP-Total and X-WP-TotalPages plus an RFC 5988 Link header. - Sparse fields: ?_fields=id,slug,title - Embedding: ?_embed inlines author, featured media and terms. - Errors: the WordPress envelope {"code","message","data":{"status"}}, served as application/json. NOT RFC 9457 problem+json. - No rate-limit headers and no published limits. robots.txt asks for Crawl-delay: 10. ## What NeueHouse does NOT publish Do not infer these — they were probed and are absent: - No OpenAPI definition of its own. - No membership pricing. Rates are disclosed only after an application. - No developer portal, API documentation, changelog, status page, SLA or deprecation policy. - No MCP server, no A2A agent card, no GraphQL endpoint. - No /.well-known/ documents at all (eight paths probed, all 404). - No SDKs or client libraries in any package registry. - No security.txt, vulnerability disclosure program or trust center. - Event records carry no body copy, and their `acf` object was observed empty — start times, venues and ticket links are not available from this API. ## Human entry points - Website: https://www.neuehouse.com/ - Membership: https://www.neuehouse.com/membership/ - Workspace: https://www.neuehouse.com/workspace/ - Private events: https://www.neuehouse.com/private-events/ - Events calendar (third-party): https://luma.com/neuehouse - Contact: https://www.neuehouse.com/contact-us/ - Terms: https://www.neuehouse.com/terms-conditions/ - Privacy: https://www.neuehouse.com/privacy-policy/ ## About this file This is a third-party profile by API Evangelist (https://apievangelist.com). It is not published by NeueHouse and does not represent them. Corrections: https://github.com/api-evangelist/neuehouse