File tree Expand file tree Collapse file tree 2 files changed +19
-22
lines changed
Expand file tree Collapse file tree 2 files changed +19
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Errors / Status Code
2+
3+ Kaskus API uses the following HTTP Status codes:
4+
5+
6+ Code | Meaning
7+ ---------- | -------
8+ 200 | Request Ok
9+ 400 | Bad Request -- Your request is invalid.
10+ 401 | Unauthorized -- Your API key is wrong.
11+ 403 | Forbidden -- The endpoint requested is hidden for administrators only.
12+ 404 | Not Found -- The endpoint could not be found.
13+ 405 | Method Not Allowed -- You tried to access an endpoint with an invalid method.
14+ 406 | Not Acceptable -- You requested a format that isn't json.
15+ 410 | Gone -- The endpoint requested has been removed from our servers.
16+ 418 | I'm a teapot.
17+ 429 | Too Many Requests -- You're requesting too many endpoints! Slow down!
18+ 500 | Internal Server Error -- We had a problem with our server. Try again later.
19+ 503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
You can’t perform that action at this time.
0 commit comments