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