{
  "name": "webpull", 
  "status": "ok", 
  "endpoints": [
    {
      "method": "GET", 
      "path": "/search?q=<query>&category=<category>", 
      "description": "Search the web. Optional category: news, images, videos, music, it, science (default: general)."
    }, 
    {
      "method": "GET", 
      "path": "/health", 
      "description": "Health check."
    }, 
    {
      "method": "GET", 
      "path": "/", 
      "description": "This API index."
    }
  ]
}