-
|
When making a GET request to the /search endpoint, it responds with "Too Many Requests". I would like to know how to get a JSON response of the search results in my instance. |
Beta Was this translation helpful? Give feedback.
Answered by
return42
Jul 14, 2024
Replies: 1 comment 2 replies
-
Comes from bot detection / I assume you switched your client from web-browser to curl.
Disable bot detection (not recommended on a public instance). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
return42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comes from bot detection / I assume you switched your client from web-browser to curl.
Disable bot detection (not recommended on a public instance).