Update Home
parent
7ca3a0749b
commit
738d19ce51
26
Home.md
26
Home.md
@ -1,19 +1,9 @@
|
||||
# API Endpoints
|
||||
## Player
|
||||
- [Query Player](api/player/query)
|
||||
- [Skin Part Texture](api/player/skinPart)
|
||||
|
||||
## Server
|
||||
- [Query Server](api/server/query)
|
||||
- [Mojang Blocked?](api/server/blocked)
|
||||
- [Server Favicon](api/server/favicon)
|
||||
|
||||
## Mojang
|
||||
- [Server Status](api/mojang/status)
|
||||
|
||||
# JS Library
|
||||
## Player
|
||||
- [Query Player](sdk/js/player/query)
|
||||
|
||||
## Server
|
||||
- [Query Server](sdk/js/server/query)
|
||||
| Endpoint | Description | Web | Java | JavaScript |
|
||||
|------------------------------|:-----------------------------------------------:|----------------------------------------------------------------------------:|-----:|----------------------------------------------------------------------------:|
|
||||
| `/player/(query)` | `Lookup a player by their UUID or username` | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/player/query) | ❌ | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/sdk/js/player/query) |
|
||||
| `/player/(part)/(query).png` | `Get a skin part from a player's skin texture.` | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/player/skinPart) | ❌ | ❌ |
|
||||
| `/server/(platform)/(query)` | `Ping a Java or Bedrock server.` | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/server/query) | ❌ | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/sdk/js/server/query) |
|
||||
| `/server/blocked/(hostname)` | `Check if a Java server is blocked by Mojang.` | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/server/blocked) | ❌ | ✔ |
|
||||
| `/server/icon/(hostname)` | `Get the favicon of a Java edition server.` | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/server/favicon) | ❌ | ❌ |
|
||||
| `/mojang/status` | `Get the status of Mojang services.` | [✔](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/mojang/status) | ❌ | ✔ |
|
Loading…
Reference in New Issue
Block a user