2 api/server/blocked
Braydon edited this page 2024-04-16 16:49:30 -07:00

Mojang Blocked

GET /server/blocked/(hostname)

Check if a server is blocked by Mojang.

View the Swagger Docs for more.

Path Variables

Name Type Description
hostname string The server hostname to lookup

Cache

Results are cached for up to 10 minutes

Response

{
    "blocked": true
}