Platform

REST API

All endpoints are GET requests returning JSON. No auth required, CORS enabled. Base URL: https://lflaitool.top

GET/api/tools

List all tools

?category=chat&pricing=free&featured=1&q=search
GET/api/tools/{slug}

Get a single tool

GET/api/news

List all news

?lang=zh&category=model&page=1&limit=20
GET/api/news/latest

Get latest news

?lang=zh&count=5
GET/api/skills

List all skills

?platform=claude-code&category=dev&q=search
GET/api/skills/{slug}

Get a single skill

GET/api/search

Unified search

?q=chatgpt&lang=zh
GET/api/stats

Site statistics

GET/api/rss

RSS Feed

Response Format

List endpoints return { total, items: [...] }, single endpoints return the object directly.