Response from API Server to Game Server
When an HTTP request is sent to each API, the response is returned in JSON format. The character code is always UTF-8.
Status codes that are contained in API responses are listed below.
Code |
Message |
Description |
---|---|---|
200 |
OK |
Success |
201 |
Created |
The request was successful. A new resource was created. |
202 |
Accepted |
The request was accepted. Whether or not a new resource was created is unknown. |
400 |
Bad Request |
Invalid request |
401 |
Unauthorized |
Authorization failed |
404 |
Not Found |
File not found |
405 |
Method Not Allowed |
Method not allowed |
500 |
Internal Server Error |
Internal server error |
Revision History
- 03/15/2013
- Document migrated