Base URL: http://dhcutilities.gameservers.fun:26995
All endpoints return JSON responses. No authentication is required for public endpoints.
Rate Limits: 60 requests per minute per IP. Exceeding this will result in a 429 response.

Guild Endpoints

GET /guild/<guild_id>

Returns the guild dashboard page with all guild information, tickets, stats, and wallet data.

ParameterTypeDescription
guild_idStringThe Discord guild (server) ID

Example

/guild/1187584283028750376
GET /guild/<guild_id>/transcript/<filename>

Returns the HTML transcript of a closed ticket. Requires the ticket file to exist.

ParameterTypeDescription
guild_idStringThe Discord guild ID
filenameStringThe transcript filename (channel ID)

Leaderboard Endpoints

GET /api/guild/<guild_id>/droppers

Returns the dropper leaderboard for a specific guild as JSON data.

ParameterTypeDescription
guild_idStringThe Discord guild ID

Response Format

{ "success": true, "droppers": [ { "id": "123456789", "name": "User 6789", "robux": 1500, "usd": 25, "total": 4000 } ] }

Page Endpoints

GET /stats

Global statistics page showing total guilds, DHC processed, and active tickets.

GET /leaderboard

Global guild leaderboard ranked by total DHC processed.

GET /commands

Full list of all bot commands categorized by type.

Need Help?

If you're having trouble with the API or need additional endpoints, join our Discord server and open a support ticket. Our team is happy to assist.