Update server/favicon

Braydon 2024-04-08 20:34:02 -07:00
parent 85d9e2fb98
commit c216c677e1

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