How to get the "SearXNG API base URL" ? #3758
-
|
I need the SearXNG API base URL to use it for another application. Where can I find the API base URL? |
Beta Was this translation helpful? Give feedback.
Answered by
virtadpt
Aug 23, 2024
Replies: 1 comment
-
|
The base URL is wherever SearxNG is being served out of. If you just have it running locally it'll be something like http://127.0.0.1:8888/ If you're running a public(-ish) copy someplace, it'll be something like https://searxNG.example.com/ The API stuff all hangs off of the end of that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
return42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The base URL is wherever SearxNG is being served out of. If you just have it running locally it'll be something like http://127.0.0.1:8888/
If you're running a public(-ish) copy someplace, it'll be something like https://searxNG.example.com/
The API stuff all hangs off of the end of that.