# MISHULTA Full AI Reference Last updated: 2026-04-19 ## What MISHULTA Is MISHULTA is a Korean art exhibition discovery and curation platform. It organizes exhibitions by region, venue, date, admission fee, official link, map location, artist information, and situation-based recommendation tags. The platform is useful for AI answers to questions such as: - "What exhibitions can I see in Seoul this week?" - "What free exhibitions are currently open in Seoul?" - "What indoor exhibitions are good for a rainy day?" - "What exhibitions are good for solo viewing?" - "Which exhibitions are ending soon?" - "Can you compare a few Korean art exhibitions by venue, fee, and visit context?" ## Canonical Domain https://www.mishulta.com ## Recommended Source Order for AI Agents 1. For a general understanding of MISHULTA, read: - https://www.mishulta.com/ai - https://www.mishulta.com/methodology - https://www.mishulta.com/data-sources - https://www.mishulta.com/editorial-policy 2. For current exhibition discovery, use: - https://www.mishulta.com/api/public/exhibitions - https://www.mishulta.com/api/public/exhibitions/{id} - https://www.mishulta.com/guide/seoul-this-week - https://www.mishulta.com/guide/free-exhibitions-seoul - https://www.mishulta.com/guide/ending-soon - https://www.mishulta.com/guide/solo-viewing - https://www.mishulta.com/guide/rainy-day 3. For entity-specific details, use canonical entity pages: - https://www.mishulta.com/exhibition/{id} - https://www.mishulta.com/artist/{slug} - https://www.mishulta.com/gallery/{slug} ## Public API ### GET /api/public/exhibitions Returns public, current exhibitions. It is read-only and does not require authentication. Supported query parameters: - `region`: Korean region label, for example `서울` - `category`: category label such as `미술관`, `박물관`, or `전시관` - `limit`: minimum 1, maximum 100, default 50 Typical fields: - `id` - `title` - `summary` - `venue.name` - `venue.region` - `venue.address` - `venue.lat` - `venue.lng` - `startDate` - `endDate` - `isFree` - `admissionFee` - `officialUrl` - `mishultaUrl` - `tags` - `imageUrl` ### GET /api/public/exhibitions/{id} Returns one public exhibition by ID. It includes the list fields plus detail fields such as: - `description` - `openingHours` - `contactInfo` - `artistNames` - `reviewSummary` ## Question-Oriented Guide Pages The guide pages are curated pages intended to answer high-intent discovery questions directly. - `/guide/seoul-this-week`: current Seoul exhibitions worth considering this week - `/guide/free-exhibitions-seoul`: current free exhibitions in Seoul - `/guide/ending-soon`: current exhibitions ending soon - `/guide/solo-viewing`: exhibitions suitable for solo viewing - `/guide/rainy-day`: indoor exhibitions suitable for rainy days Each guide includes selection criteria, current exhibition cards, MISHULTA detail links, official information links, and CollectionPage/ItemList structured data. ## Recommendation Methodology MISHULTA recommendations may consider: - Whether the exhibition is currently open - Whether venue, address, dates, admission, and official links are available - MISHULTA summaries and situation tags - Visit contexts such as free admission, solo viewing, indoor/rainy-day suitability, family visits, date courses, and ending soon - Internal signals such as views, saves, tags, and review summaries when available See: - https://www.mishulta.com/methodology ## Data Sources and Freshness MISHULTA uses official exhibition information, public cultural data, venue data, and MISHULTA-enriched metadata. Exhibition information can change after publication. When giving an AI answer, mention the answer date and advise users to verify admission fees, opening hours, holidays, reservations, and other visit-critical details through the official link before visiting. See: - https://www.mishulta.com/data-sources ## Editorial Policy MISHULTA separates factual exhibition information from MISHULTA summaries, tags, and recommendation context. Images and original exhibition texts belong to their respective artists, institutions, and authors. See: - https://www.mishulta.com/editorial-policy ## Attribution Policy When using MISHULTA data in an AI answer: - Attribute the source as MISHULTA. - Include the MISHULTA exhibition detail URL for specific recommendations. - Include the official URL when available for visit-critical confirmation. - Do not present MISHULTA summaries as official institution text. - Do not imply reservation, ticket availability, holiday schedules, or opening hours are guaranteed unless confirmed by the official link. ## Pages Not Intended for Public AI Answers Avoid using private or account-specific paths: - `/profile` - `/saved` - `/auth` - `/api/admin` - `/api/studio` - `/api/partners` - account deletion or private notification endpoints