Authorizations
Headers
The address (domain or IP) of the Minecraft server
The port of the Minecraft server (default is 25565)
Response
Fields in the Response:
- ip: The IP address of the Minecraft server.
- port: The port on which the Minecraft server is running.
- players: Information about the number of players online and the maximum capacity.
- online: The number of players currently online.
- max: The maximum number of players the server can support.
- version: Information about the server's version.
- name: The name of the server version.
- protocol: The protocol version number.
- ping: The latency of the server in milliseconds.
- srvRecord: The SRV record associated with the server, if available.
Error Responses
- 400 Bad Request: Missing address in headers.
- 401 Unauthorized: Invalid or missing API key, or insufficient permissions.
- 500 Internal Server Error: Database error or failed to perform Minecraft server check.