From 390e7c089566e321b4c977a2328104df42b2f475 Mon Sep 17 00:00:00 2001 From: Braydon Date: Mon, 15 Apr 2024 08:15:13 -0700 Subject: [PATCH] Update Home --- Home.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index 0ba4113..9e7583f 100644 --- a/Home.md +++ b/Home.md @@ -1,9 +1,9 @@ # API Endpoints -| 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) | ❌ | ✔ | \ No newline at end of file +| 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) | ❌ | [✔](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/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) | ❌ | ✔ | \ No newline at end of file