searxng-api
SKILL.md
SearXNG API
What the API can do
- Run meta-search queries and return aggregated results in JSON.
- Filter by engines, categories, language, and time range.
- Paginate results.
- Return suggestions, answers, and infoboxes (when available).
How to use it
- Build the endpoint from
SEARXNG_BASE_URL; if it is unset, usehttp://localhost:8080. - Call
/search(or/) withq=...&format=json. - Parse the JSON response (
results,answers,suggestions, etc.).
Minimal request
- GET:
{BASE_URL}/search?q={QUERY}&format=json - POST:
{BASE_URL}/searchwith form dataq=...&format=json
References
references/searxng-search-api.md- parameters and response fields
Weekly Installs
9
Repository
iails01/skillsFirst Seen
Jan 31, 2026
Security Audits
Installed on
gemini-cli8
github-copilot8
codex8
amp8
kimi-cli8
opencode8