{"routes":[{"name":"Swagger UI","path":"/swagger/index.html","methods":["GET"],"description":"API 互動文件與測試介面。"},{"name":"文章列表","path":"/api/v1/articles","methods":["GET"],"description":"獲取所有已編排的文章列表。"},{"name":"單篇文章","path":"/api/v1/articles/1","methods":["GET"],"description":"根據 ID 獲取特定文章詳情 (範例 ID: 1)。"},{"name":"影片列表","path":"/api/v1/videos","methods":["GET"],"description":"獲取平台上的影片資訊。"},{"name":"端點清單 (JSON)","path":"/api/v1/routes","methods":["GET"],"description":"獲取此平台所有可用端點的機器可讀清單。"},{"name":"健康檢查","path":"/","methods":["GET"],"description":"確認服務運行狀態 (目前頁面)。"}],"service":"Elearn-Go API","version":"v0.1.0"}