Simple endpoints used by MineTools. All responses are JSON. CORS is enabled where relevant.
/api/utilList all available utilities or search by query.
GET /api/util?query=server /api/profile/[username]Fetch Minecraft player data, skin textures and render URLs.
GET /api/profile/Notch /api/server-infoFetch server status information (proxied from mcapi.us).
GET /api/server-info?ip=play.example.com /api/server-jarsList supported platforms for server jars.
GET /api/server-jars /api/server-jars/[platform]List versions available for a given platform.
GET /api/server-jars/paper /api/server-jars/[platform]/[version]Get details for a specific platform and version and a download URL.
GET /api/server-jars/paper/1.20.6 /api/server-jars/[platform]/[version]/downloadRedirects to a hosted download for that server jar (tracks downloads).
GET /api/server-jars/paper/1.20.6/download /api/tracker/[stat]Increment an internal telemetry counter (whitelisted stats only).
GET /api/tracker/server-jars-served Join the Discord