Frontend/documentation/server/blocked.md
Liam e6a28ed268
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m38s
mostly completed docs
2024-04-21 05:47:52 +01:00

1.0 KiB

title summary
Server - Blocked Status Get the Mojang blocked status of a Minecraft server.

Server - Blocked Status

The server blocked status endpoint allows you to get the Mojang blocked status of a Minecraft server.

Endpoint

GET /server/blocked/:query

Platforms

This endpoint is only available for Java servers.

Parameters

Parameter Description Required
query The IP address or hostname of the server you want to look up. Yes

Example

curl -X GET "https://api.mcutils.xyz/server/blocked/play.hypixel.net"

Response

{
  "blocked": false
}

Errors

Status Code Description
400 The server was not found.
429 The Mojang API rate limit has been exhausted.