Guest User

Untitled

a guest
Jun 18th, 2018
6,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # status.mojang.com Unoffical Documentaion
  2.  
  3. ## `/check`
  4.  
  5. Returns JSON array of services and their status as `[{"service":"status"},...`
  6.  
  7. ### Services
  8. * `minecraft.net` - Minecraft.net
  9. * `session.minecraft.net` - Legacy session service
  10. * `account.mojang.com` - Mojang accounts website
  11. * `authserver.mojang.com `- Authentication service
  12. * `sessionserver.mojang.com` - Multiplayer session service
  13. * `textures.minecraft.net` - Minecraft skins
  14. * `api.mojang.com` - Mojang public API
  15.  
  16. ### Status
  17. * `green` - This service is healthy.
  18. * `yellow` - This service might be a bit shaky.
  19. * `red` - This service is down!
  20.  
  21. ## `/news`
  22.  
  23. Returns JSON array of 'breaking news' items, each item contains an object containing `game`, `headline` and `message` properties.
  24.  
  25. ## `/frame`
  26.  
  27. Returns an webpage for use in an iframe as a callback with Ajax. Requires a `content` GET param to which what callback, either `check` or `news`. Not really useful as an API.
Add Comment
Please, Sign In to add comment