Update Home

Braydon 2024-04-15 08:15:13 -07:00
parent fc9ceef851
commit 390e7c0895

@ -1,8 +1,8 @@
# API Endpoints # API Endpoints
| Endpoint | Description | Web | Java | JavaScript | | 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/(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) | ❌ | | | `/player/(part)/(query).png` | `Get a skin part from a player's skin texture.` | [](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/player/skinPart) | ❌ | [](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/sdk%2Fjs%2Fplayer%2FskinPart) |
| `/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/(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/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) | ❌ | ✔ | | `/server/icon/(hostname)` | `Get the favicon of a Java edition server.` | [](https://git.rainnny.club/Rainnny/RESTfulMC/wiki/api/server/favicon) | ❌ | ✔ |