SShortSingh.
Back to feed

SearXNG JSON API Disabled by Default, Causing Silent Failures in Third-Party Tools

0
·1 views

Developers integrating SearXNG's JSON search API often encounter silent failures when their tools are run against public instances other than the one used during development. The root cause is that SearXNG disables JSON output by default, requiring instance operators to explicitly enable it in the settings.yml configuration file. Because many public instances do not enable JSON format, API calls may return HTML responses or nothing at all, which poorly handled error logic can misread as empty search results. Developers are advised to verify Content-Type headers before parsing responses and to consult the searx.space directory, which tracks which public instances support JSON output. For any sustained or programmatic use, self-hosting a personal SearXNG instance via Docker is recommended to avoid depending on volunteer-run public infrastructure.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

YC-Backed Proliferate Seeks Founding Product Engineer

Proliferate, a startup in Y Combinator's Summer 2025 batch, is currently hiring for a Founding Product Engineer role. The job listing was posted on Y Combinator's official company jobs board. The position appears to be an early-stage hire, suggesting the company is in its initial building phase. No further details about the company's product or industry focus were provided in the listing.

0
ProgrammingDEV Community ·

How Fact Tables, Star Schema, and Relationships Power Better Power BI Models

Effective Power BI reporting relies not just on visuals but on a well-structured data model built from fact tables, dimension tables, and defined relationships. Fact tables store measurable business transactions and link to dimension tables that provide descriptive context such as product names, customer details, and dates. Schemas define how these tables are arranged, with the star schema being the most recommended design in Power BI due to its simplicity and performance benefits. Proper data modeling in Power BI's Model View ensures that visuals interact correctly, DAX calculations remain accurate, and dashboards stay manageable as data grows. Choosing the right schema and cardinality settings is therefore a foundational step before building any report or dashboard.

0
ProgrammingHacker News ·

New directory lists 22,000+ products from worker-owned cooperatives

A searchable online directory called WorkerOwned.info has been launched, cataloguing more than 22,000 products sourced from worker-owned cooperatives. The platform allows users to browse and search for goods made by businesses collectively owned and operated by their employees. The project was shared on Hacker News, where it garnered early community attention. The directory appears aimed at helping consumers make informed purchasing choices by supporting the cooperative business model.

0
ProgrammingHacker News ·

Compact 1kW Wind Turbine Designed to Skip Civil Engineering Work

A small-scale wind turbine capable of generating one kilowatt of power has been developed with a design that eliminates the need for traditional civil engineering foundations. The system appears aimed at simplifying installation, potentially making wind energy more accessible for residential or off-grid use. Details about the turbine are available via the project's website at windtowatt.com. The concept attracted attention on Hacker News, garnering early discussion among readers interested in small wind energy solutions.

SearXNG JSON API Disabled by Default, Causing Silent Failures in Third-Party Tools · ShortSingh