About risa
risa is a privacy-respecting metasearch engine. It aggregates results from many independent search providers and returns them to you without profiling, tracking, or storing your queries.
Privacy
- No accounts, no search history, no personal data.
- Queries are forwarded to the upstream providers that supply the results.
- Nothing is sold or shared with third parties.
Using the API
Send queries to the JSON endpoint:
GET /search?q=your+query&format=json
Authenticate with one of the instance API keys, either as the request header
X-API-Key: <key> or as the key query parameter.
curl -H "X-API-Key: <key>" "https://risa.xenyc.ge/search?q=hello&format=json"