Add server/favicon

Braydon 2024-04-07 20:36:54 -07:00
parent 83207e509e
commit efd050721d

13
server%2Ffavicon.md Normal file

@ -0,0 +1,13 @@
# Server Favicon
`GET` `/server/icon/<platform>/<hostname>`
Get the favicon of a Java or Bedrock server.
## Path Variables
| Name | Type | Description |
|----------|:------:|--------------------------------:|
| platform | string | `JAVA` or `BEDROCK` |
| hostname | string | `The server hostname to lookup` |
## Response
![Server Favicon](https://mc.rainnny.club/server/icon/java/mc.hypixel.net)