{
  "name": "Search API",
  "status": "online",
  "version": "1.0.0",
  "description": "Fast link search API microservice",
  "endpoints": {
    "search": {
      "path": "/api/search",
      "method": "GET",
      "headers": {
        "x-api-key": "Required API key"
      },
      "params": {
        "q": "Search query string (optional, default empty to browse recent)",
        "limit": "Max results to return (1-50, default 50)",
        "status": "Filter by link status: active | inactive | all (default all)"
      },
      "example": "/api/search?q=one+piece&limit=10&status=active"
    }
  }
}