API Docs
API Docs
Below are v1 endpoints. Each section includes parameter notes and a copy-ready example.
Base URL
https://api.minelarx.comJoin
GETPOSTHEADOPTIONS
Use this API to quickly add a Bedrock server.
Path
/v1/joinParameters
- Server display name. If any join field is provided, send name, ip, and port together.
name(Optional) - Server domain or IPv4 address.
ip(Optional) - Port range: 1-65535, default 19132.
port(Optional)
Example
/v1/join?name=MineLarx&ip=mc.minelarx.com&port=19132Server Info
GETPOSTHEADOPTIONS
Check Java/Bedrock server status in real time, including players, MOTD, version, and address details.
Path
/v1/server_infoParameters
- Server type: bedrock or java.
type(Required) - Target host, IPv4, or IPv6.
ip(Required) - Port. Defaults: bedrock=19132, java=25565.
port(Optional) - Java only. Explicit protocol version.
protocol(Optional) - Try SRV lookup (true/false/1/0).
srv(Optional)
Example
/v1/server_info?type=bedrock&ip=mc.minelarx.com&port=19132XenForo Posts
GETHEADOPTIONS
Fetch XenForo posts with time-window and pagination filters, useful for announcements and forum updates.
Path
/v1/xf_threadsParameters
- XenForo API endpoint URL (HTTPS required).
url(Required) - Recent-day window, 1-365, default 30.
day(Optional) - Page size, 1-50, default 5.
per_page(Optional) - Page number, minimum 1, default 1.
page(Optional)
Example
/v1/xf_threads?url=https%3A%2F%2Fforum.example.com%2Fapi%2Fthreads&day=30&per_page=5&page=1