Engine stats - unsplash

Engine name Scores Result count Response time Reliability
unsplash 0

Errors and exceptions

Exceptionjson.decoder.JSONDecodeErrorPercentage65
ParameterExpecting value
Filenamesearx/engines/unsplash.py:48
Functionresponse
Codejson_data = loads(resp.text)
Exceptionsearx.exceptions.SearxEngineAccessDeniedExceptionPercentage35
ParameterHTTP error 403 (suspended_time=180)
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]