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

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"