GET /web-search
GET

/v1/web-search

Web search via SearXNG

AuthAPI key required (401 without)

Request

GEThttps://api.xrpl.to/v1/web-search?q=xrpl
Query parameterValueDescription
qstring (required)
categoriesgeneral|images|videos|news|...
enginesgoogle|brave|duckduckgo|...
languageen|de|fr|...
pagenoint
curl 'https://api.xrpl.to/v1/web-search?q=xrpl' \
  -H 'X-Api-Key: YOUR_KEY'
Needs API key required (401 without) — copy the code and run it with your key.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.
Shapeas documented
{
  query,
  number_of_results,
  results[],
  answers[],
  infoboxes[],
  suggestions[],
  cached
}

What it does

Web search via SearXNG

OpenAPI