From 738d19ce51f632511253f8676481467e3f2d58df Mon Sep 17 00:00:00 2001 From: Braydon Date: Sun, 14 Apr 2024 15:34:34 -0700 Subject: [PATCH] Update Home --- Home.md | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/Home.md b/Home.md index 4b6541f..853841b 100644 --- a/Home.md +++ b/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) \ 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) | ❌ | ❌ | +| `/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