Hytale Avatar Rendering API

Fullbody and headshot PNG renders, plus GLB and BlockyModel 3D model downloads for any player

0°
Avatar preview for Mazeriio at 0°

API Endpoints

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.

Frequently Asked Questions

What is hytl.skin?

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.

How do I get a PNG render of a Hytale avatar?

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.

Can I download a Hytale avatar as a 3D model?

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.

Is the hytl.skin API free to use?

Yes, the API is free to use. Full documentation is available at api.hytl.skin/docs.

Is hytl.skin affiliated with Hypixel Studios?

No. hytl.skin is a community project and is not affiliated with Hypixel Studios or Hytale.