You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got rid of the error by adding a Mozilla user-agent to the request. You also have to add some parameters to the request. I Don't kwow what they all do. https://api.qwant.com/api/search/images?count=10&offset=0&q=test&t=images&uiv=1
exemple for my python script :
What does the error code 9 mean?
get request URL : https://api.qwant.com/api/search/images?q=stackoverflow
response: {"status":"success","data":{"result":{"items":[]},"error_code":9}}
What does the error_code 9 mean ?
The text was updated successfully, but these errors were encountered: