diff --git a/mojang%2Fstatus.md b/mojang%2Fstatus.md new file mode 100644 index 0000000..9737c40 --- /dev/null +++ b/mojang%2Fstatus.md @@ -0,0 +1,17 @@ +# Server Status +`GET` `/mojang/status` + +Get the status of a Mojang service. + +View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Mojang%20Controller/getStatus) for more. + +## Response +```json +{ + "https://libraries.minecraft.net": "ONLINE", + "https://api.mojang.com": "ONLINE", + "https://sessionserver.mojang.com": "ONLINE", + "https://assets.mojang.com": "ONLINE", + "https://textures.minecraft.net": "ONLINE" +} +``` \ No newline at end of file