From 157ce1f9a245c10bb4657f1e26727a2c2a979454 Mon Sep 17 00:00:00 2001 From: Braydon Date: Sat, 13 Apr 2024 09:21:26 -0700 Subject: [PATCH] Add mojang/status --- mojang%2Fstatus.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mojang%2Fstatus.md 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