Search and list events
Searches and filters events with pagination. Filter by keyword, category, subject, location, period, and status. Results are sorted by nearest start date first.
Authorizations
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
"ko"
Query Parameters
Event name/description keyword
100Category code. See /v1/codes/event-categories
Subject code. See /v1/codes/event-subjects
Open type: OFFLINE / ONLINE / ON_OFFLINE / TBD
Start date >= (YYYY-MM-DD)
Start date <= (YYYY-MM-DD)
Status filter based on event dates. UPCOMING (before start), ONGOING, CLOSED (after end).
Page number to retrieve (starts at 1, default 1)
x >= 1Page size (1-50, default 20)
1 <= x <= 50Response
OK
Paginated response. page starts at 1. If page > totalPages, items is an empty array.