# VibeTimes (vibetimes.co.kr) > Algorithmic Clarity in a World of Noise VibeTimes is a multilingual AI-powered news platform delivering curated articles in Korean, English, and Japanese across politics, society, technology, and economy. ## Content Structure - **Sections**: politics, society, technology, economy, opinion, world - **Languages**: Korean (default), English (/en), Japanese (/ja) - **Articles**: Each article has a unique ID (e.g., `clxy123abc`) ## Accessing Content ### RSS Feeds - Main: https://vibetimes.co.kr/api/rss - By section: https://vibetimes.co.kr/api/rss?section=technology ### Markdown API (for AI agents) Get any article as clean Markdown with metadata: ``` GET /news/{articleId}/markdown GET /news/{articleId}/markdown?lang=en GET /news/{articleId}/markdown?lang=ja GET /{lang}/news/{articleId}/markdown ``` Response: `text/markdown; charset=utf-8` ### HTML Pages - Article: https://vibetimes.co.kr/news/{articleId} - English: https://vibetimes.co.kr/en/news/{articleId} - Japanese: https://vibetimes.co.kr/ja/news/{articleId} ## Sitemaps - https://vibetimes.co.kr/sitemap.xml - https://vibetimes.co.kr/sitemap-news.xml ## Detailed API Documentation See: https://vibetimes.co.kr/llms-full.txt