Common knowledge
All API requests require authentication via an API key, using "Authorization" header.
Base URL for all requests: https://saturn.alterra.lol/
https://saturn.alterra.lol/
The API only supports JSON format for requests and responses
All requests must include the header Content-Type: application/json
Content-Type: application/json
400 Bad Request: invalid request format or missing required parameters
400 Bad Request
401 Unauthorized, 403 Forbidden: invalid or expired API key
401 Unauthorized, 403 Forbidden
404 Not Found: requested resource not found
404 Not Found
429 Too Many Requests: rate limit exceeded
429 Too Many Requests
500 Internal Server Error: server-side error
500 Internal Server Error
Last updated 5 months ago