What is the suggestion API URL for Firefox? Regular ddg suggestions would work too but IDK the URL of those either (neither https://api.duckduckgo.com/?q=%25s&format=json nor &format=xml work for me somehow)
(yes, it’s “%s” actually but Lemmy percent-encodea the percent)
What is the suggestion API URL for Firefox? Regular ddg suggestions would work too but IDK the URL of those either (neither https://api.duckduckgo.com/?q=%25s&format=json nor &format=xml work for me somehow)
(yes, it’s “%s” actually but Lemmy percent-encodea the percent)
For me https://noai.duckduckgo.com/ac/?q=%25s&type=list seems to work. I had to search through the Firefox mobile repo and mess around with the format (json didn’t seem to work) to find this.
Thank you, this is correct!