👾Common knowledge
Common knowledge
Available methods
🔶MethodsAPI Basics
All API requests require authentication via an API key, using "Authorization" header.
Base URL for all requests:
https://saturn.alterra.lol/The API only supports JSON format for requests and responses
All requests must include the header
Content-Type: application/json
Common Error Examples
400 Bad Request: invalid request format or missing required parameters401 Unauthorized, 403 Forbidden: invalid or expired API key404 Not Found: requested resource not found429 Too Many Requests: rate limit exceeded500 Internal Server Error: server-side error
Last updated