This is a simple API for rendering Minecraft skins using aiohttp.
GET /avatars/{uuid}: Get the avatar image for a player.GET /head/{uuid}: Get the head image for a player.GET /player/{uuid}: Get the player image for a player.GET /player-back/{uuid}: Get the player back image for a player.
To run the API, execute the following command:
python main.pyThe API will be available at http://localhost:9110.
curl -X GET http://localhost:9110/avatars/{uuid}