All endpoints are GET requests returning JSON. No auth required, CORS enabled. Base URL: https://lflaitool.top
/api/toolsList all tools
?category=chat&pricing=free&featured=1&q=search/api/tools/{slug}Get a single tool
/api/newsList all news
?lang=zh&category=model&page=1&limit=20/api/news/latestGet latest news
?lang=zh&count=5/api/skillsList all skills
?platform=claude-code&category=dev&q=search/api/skills/{slug}Get a single skill
/api/searchUnified search
?q=chatgpt&lang=zh/api/statsSite statistics
/api/rssRSS Feed
List endpoints return { total, items: [...] }, single endpoints return the object directly.