Engine stats - openstreetmap

Engine name Scores Result count Response time Reliability
openstreetmap 2.1
4
0.2
50

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineAccessDeniedExceptionPercentage25
ParameterHTTP error 403 (suspended_time=180)
Filenamesearx/engines/wikidata.py:156
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers(), **kwargs)
Exceptionhttpx.TimeoutExceptionPercentage15
Filenamesearx/engines/wikidata.py:156
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers(), **kwargs)
Exceptionhttpx.TimeoutExceptionPercentage10
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]