Fullbody and headshot PNG renders, plus GLB and BlockyModel 3D model downloads for any player
Everything on this page is powered by the public API at api.hytl.skin. Plug a username into any endpoint and use it directly in your own projects. See the full API documentation for details.
GET /fullbody/{username}Fullbody PNG render of the player's avatar. Supports size (64 to 2048) and rotation (-180 to 180) query parameters.
GET /headshot/{username}Headshot PNG render of the player's avatar. Supports the same size and rotation parameters.
GET /glb/{username}The avatar as a GLB 3D model, ready for Blender, Three.js, and other standard 3D tools.
GET /blockymodel/{username}The avatar in Hytale's native BlockyModel format, bundled as a zip.
hytl.skin is a free Hytale avatar rendering API. It renders any player's avatar as a fullbody or headshot PNG at sizes from 64 to 2048 pixels, and also serves their 3D model in GLB and BlockyModel formats.
Request api.hytl.skin/fullbody/{username} for a fullbody render or api.hytl.skin/headshot/{username} for a headshot. Both accept size and rotation query parameters, for example ?size=512&rotation=45.
Yes. api.hytl.skin/glb/{username} returns a GLB file that works in Blender, Three.js, and most 3D tools, and api.hytl.skin/blockymodel/{username} returns the avatar in Hytale's native BlockyModel format.
Yes, the API is free to use. Full documentation is available at api.hytl.skin/docs.
No. hytl.skin is a community project and is not affiliated with Hypixel Studios or Hytale.