API Documentation

This page documents the APIs available for integration with my services. The APIs are protected by a proxy system that provides authentication, rate limiting, and security features.

The API is designed with a proxy architecture that provides several benefits:

  • Security: The proxy layer handles authentication and blocks malicious requests
  • Rate Limiting: Prevents abuse by limiting request frequency
  • Simplified Access: Provides a unified interface to multiple backend services

All API endpoints are prefixed with /api/proxy/ to indicate they are handled by the proxy service.

Protected endpoints require authentication using API keys. Improper authentication attempts may result in temporary or permanent IP bans.

Security Features

  • IP Blocking: The system maintains a blocklist of IPs that have made unauthorized attempts
  • Automatic Banning: IPs making multiple failed authentication attempts are automatically banned
  • Intrusion Detection: Attempts to access sensitive files or endpoints result in immediate IP bans

To request API access, please contact me through the Contact Page.

EndpointMethodDescriptionAuth Required
/api/proxy/productsGETRetrieves all available productsNo
/api/proxy/bots/trading/logsGETRetrieves trading bot logsNo

These endpoints facilitate payment processing through PayPal integration:

EndpointMethodDescription
/api/proxy/paypal/create-orderPOSTCreates a new PayPal payment order
/api/proxy/paypal/capture-orderPOSTCaptures (finalizes) a PayPal payment

These endpoints are primarily used by the shopping cart system on this website.

These endpoints allow authorized users to manage Minecraft server settings and backups. All Minecraft endpoints require authentication.

Server Configuration

EndpointMethodDescription
/api/proxy/games/minecraft/whitelistGETGets the server whitelist
/api/proxy/games/minecraft/whitelistPOSTUpdates the server whitelist
/api/proxy/games/minecraft/operatorsGETGets server operators
/api/proxy/games/minecraft/operatorsPOSTUpdates server operators

World Save Management

EndpointMethodDescription
/api/proxy/games/minecraft/savesGETGets all world saves
/api/proxy/games/minecraft/save/:fileIdGETDownloads a specific world save
/api/proxy/games/minecraft/savePOSTUploads a new world save
/api/proxy/games/minecraft/save/:fileIdDELETEDeletes a specific save
/api/proxy/games/minecraft/save/older-than/:amountDELETEDeletes saves older than a specified age
/api/proxy/games/minecraft/save/keep/:countDELETEKeeps only the specified number of recent saves

These endpoints allow for automated backup and restoration of Minecraft worlds.

To prevent abuse, the API enforces rate limits on requests. Exceeding these limits may result in temporary blocking.

Default rate limit: 45 requests per minute per IP address.

If you need higher rate limits for a legitimate application, please contact me through the Contact Page.

© 2025 Alexander Fields. All rights reserved. If you want to see the code request access @ GitHub