Site icon

🚀 API Documentation

📊 6 endpoints 🕒 Updated: 14/04/2026, 4:13:29 pm 📄 View JSON

Click any endpoint card to see what it does, what authentication it needs, and an example request.

🌐 Public Endpoints

1 endpoint

No authentication required. Available to everyone.

GET /logo.png
Public routes/webRoutes.js
Click for details

🧭 Dashboard Endpoints

1 endpoint

Session-based routes used after signing in with Discord. These power API key management, billing, and invoices.

POST /dashboard/billing/bitcoin/create-request
Login Required routes/webRoutes.js
Click for details

🎮 Minecraft Endpoints

1 endpoint

Query Minecraft server information. Requires API key authentication.

GET /api/minecraft/server/:serverip
API Key endpoints/minecraft/index.js
Click for details

🔐 Protected Endpoints

3 endpoints

General API endpoints. Requires a valid API key in the x-api-key header.

GET /api/jokes/chucknorris
API Key endpoints/jokes/chuckNorris.js
Click for details
GET /api/jokes/joke
API Key endpoints/jokes/joke.js
Click for details
GET /api/jokes/yomama
API Key endpoints/jokes/yoMama.js
Click for details