the host sets them). ### LibreY compared to other metasearch engines | Name | Works without JS | Privacy frontend redirect | Torrent results | API | No 3rd party libs used | | SearXNG | ❓ Only host can set it | ✅ | ❓ Not user friendly | ❓ Only host can set it | ❌ | ❌ | ❌ | <?php require_once "misc/header.php"; require_once "misc/tools.php"; if (!$opts->query) { echo "<p>" . TEXTS["api_unavailable"] . "</p>"; die(); } $results = fetch_search_results($opts, false); if (array_key_exists("error", $results)) { http_response_code(500); } header("Content-Type: application/json");