2 api/mojang/status
Braydon edited this page 2024-04-16 16:50:05 -07:00

Server Status

GET /mojang/status

Get the status of Mojang services.

View the Swagger Docs for more.

Statuses

  • ONLINE: The service is online and accessible.
  • DEGRADED: The service is online, but is experiencing degraded performance.
  • OFFLINE: The service is offline and inaccessible.

Response

{
    "https://libraries.minecraft.net": "ONLINE",
    "https://api.mojang.com": "ONLINE",
    "https://sessionserver.mojang.com": "ONLINE",
    "https://assets.mojang.com": "DEGRADED",
    "https://textures.minecraft.net": "OFFLINE"
}