Update api/player/query

Braydon 2024-04-16 16:48:30 -07:00
parent 90e464a78f
commit d5f3f23e4e

@ -1,9 +1,9 @@
# Query Player # Query Player
`GET` [/player/(query)](https://mc.rainnny.club/player/Rainnny) `GET` [/player/(query)](https://api.restfulmc.cc/player/Rainnny)
Retrieve information about a player by looking up their username or UUID. Retrieve information about a player by looking up their username or UUID.
View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Player%20Controller/getPlayer) for more. View the [Swagger Docs](https://api.restfulmc.cc/swagger-ui/index.html#/Player%20Controller/getPlayer) for more.
## Path Variables ## Path Variables
| Name | Type | Description | | Name | Type | Description |
@ -35,7 +35,7 @@ Results are cached for up to `1 hour`
"model": "SLIM", "model": "SLIM",
"legacy": false, "legacy": false,
"parts": { "parts": {
"HEAD": "https://mc.rainnny.club/player/head/fc1d5fe7f29b430d80bb3b093a638b0f.png" "HEAD": "https://api.restfulmc.cc/player/head/fc1d5fe7f29b430d80bb3b093a638b0f.png"
... ...
} }
}, },