Skip to content

Commit c3127b6

Browse files
authored
Merge pull request #2 from kaskus/development
Development
2 parents d46c55f + 3bd5603 commit c3127b6

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

source/includes/_errors.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

source/includes/_status.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)