POST /api/yonhap/categories/articles
Price: 20 credits
List the newest items published in a Yonhap News Agency section: content id, headline, lead paragraph, thumbnail, dispatch time and hashtags. Every one of the eight editions (Korean, English, Chinese, Japanese, Arabic, Spanish, French, Vietnamese) is an independent newsroom with its own section tree, so the section catalog depends on the chosen edition.
Browse a Yonhap section feed, newest first. Pick language first, then a section that exists in that edition (Korean sections look like politics/all or local/jeju/index, English like national/politics or k-biz/mna, other editions like politics/index or national/index) - a section from another edition is rejected. Returns ids usable with yonhap/articles. Sections reach roughly a few weeks back; use yonhap/articles/search for keyword or date-bounded lookups.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)category string required — Section of the chosen edition to list. Sections differ per edition (one of: "news", "politics/all", "politics/president", "politics/national-assembly", "politics/diplomacy", "politics/defense", "economy/all", "economy/economic-policy", "economy/finance", "economy/real-estate", "economy/job-foundation", "economy/consumer", "market-plus/all", "market-plus/domestic-stock", "market-plus/global-stock", "market-plus/bond", "market-plus/fund-etf", "market-plus/global-market", "market-plus/financial-investment", "market-plus/report", "market-plus/disclosure", "industry/all", "industry/industrial-enterprise", "industry/electronics", "industry/heavy-chemistry", "industry/automobile", "industry/construction", "industry/energy-resource", "industry/technology-science", "industry/game", "industry/distribution-service-industry", "industry/venture-business", "industry/bioindustry-health", "industry/agriculture", "industry/ocean-fishery", "society/all", "society/accident", "society/court-prosecution", "society/education", "society/welfare-labor", "society/environment", "society/women-child", "society/overseas-koreans", "society/multiple-cultures", "local/all", "local/gyeonggi/index", "local/incheon/index", "local/busan/index", "local/ulsan/index", "local/gyeongnam/index", "local/daegu-gyeongbuk/index", "local/jeonnam-gwangju/index", "local/jeonbuk/index", "local/daejeon-chungnam-sejong/index", "local/chungbuk/index", "local/gangwon/index", "local/jeju/index", "international/all", "international/correspondents/index", "international/north-america", "international/china", "international/japan", "international/asia-australia", "international/europe", "international/centralsouth-america", "international/middleeast-africa", "international/international-org", "international/press-release", "culture/all", "culture/books", "culture/cartoon", "culture/religion", "culture/performance-exhibition", "culture/scholarship", "culture/media", "culture/travel-leisure", "culture/life-information", "health/all", "health/health-note", "health/weekly-wellness", "entertainment/all", "entertainment/tv", "entertainment/movies", "entertainment/pop-song", "entertainment/global-entertainment", "sports/all", "sports/baseball", "sports/football", "sports/basketball-volleyball", "sports/golf", "people/all", "people/personnel", "people/obituary-notice", "people/movement", "people/ceo", "people/interview", "report/issue-in", "report/factcheck", "report/ai-prism", "report/pet/index", "report/headline", "national/index", "national/politics", "national/diplomacy", "national/defense", "national/national", "nk/index", "nk/nk", "sports/sports", "economy-finance/index", "economy-finance/economy", "economy-finance/finance", "economy-finance/health", "k-biz/news", "k-biz/ontherecord", "k-biz/mna", "k-biz/corporate", "k-biz/earnings", "k-biz/startups", "k-biz/focus", "k-biz/stocks", "culture/index", "culture/entertainment", "culture/movies", "culture/k-pop", "culture/arts-culture", "sports/index", "image/index", "image/k-wave", "image/general", "image/nk", "image/photos", "image/gallery", "image/entertainment", "video/index", "paper/index", "history/index", "summary/index", "editorials/index", "interviews/index", "features/index", "k-stories/index", "press-release/index", "politics/index", "economy/index", "society/index", "culture-sports/index", "china-relationship/index", "indicator/index", "japan-relationship/index", "society-culture/index", "it-science/index", "entertainment-sports/index", "major/index", "international/index", "hallyu/index", "diplomacy/index", "technology/index", "science-technology/index", "sports-culture/index", "life/index", "economy-technology/index", "k-tour/index", "vietnam-news/index"; examples: "politics/all")language string — Yonhap edition the section belongs to (default: "ko"; one of: "ko", "en", "zh", "ja", "ar", "es", "fr", "vi"; examples: "ko")count integer required — Number of articles to return (min: 1; max: 500)@type string (default: "YonhapCategoryArticle")id string requiredlanguage string requiredarticle_title string requireddescription string nullableweb_url string requiredimage string nullablepublished_at integer nullablekeywords array (default: [])422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Section page carries no article cards (retired or renamed section) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.