👾Common knowledge

Common knowledge

Available methods

🔶Methods

API 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 parameters

  • 401 Unauthorized, 403 Forbidden: invalid or expired API key

  • 404 Not Found: requested resource not found

  • 429 Too Many Requests: rate limit exceeded

  • 500 Internal Server Error: server-side error

📔Examples

Last updated