Hello! Thanks you for nice tool! https://github.com/bash-lsp/bash-language-server/blob/afd0d82c5a0a3cbedef8098b8944d9b01c47657e/server/src/analyser.ts#L636 If replace ``` const url = `${endpoint}/api/explain?${searchParams}` ``` to ``` const url = `${endpoint}/explain?${searchParams}` ``` then will be working requests like this: `https://explainshell.com/api/explain?cmd=grep+-v+%22current%22` to https://explainshell.com or custom buit https://github.com/idank/explainshell The reason of that: there is no /api path supported on known explainshell services. Currently all requests to /api return 404 error