Skip to main content

API Overview

RedstoneGuard provides a RESTful API primarily designed for:
  1. Script Loading: Delivering secure, obfuscated code to the user’s executor.
  2. Dashboard Management: Handling script creation and configuration (internal/session-based).

Base URL

All requests are served from the main domain:
https://redstoneguard.xyz/api
There is no api.redstoneguard.xyz subdomain. Ensure your integrations use the correct path.

Authentication

  • Loader endpoints rely on a secure handshake initiated by the loadstring.
  • Management endpoints (v1/scripts, etc.) typically require an authenticated session (cookies) established via the dashboard login. External API keys for management are currently in beta/internal.

Rate Limiting

The system checks headers and IP addresses. Excessive calls to the loader endpoints may trigger temporary IP bans.