Add mojang/status
parent
e8b96936bf
commit
157ce1f9a2
17
mojang%2Fstatus.md
Normal file
17
mojang%2Fstatus.md
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user