Skip to content

High-performance, cached Minecraft Skin API. Fetch 2D renders (Head/Bust/Full), raw textures, or embed a live 3D viewer into your projects.

Notifications You must be signed in to change notification settings

rdvn0/mcskin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

🧊 Creavory Minecraft Skin API

Status PHP

A high-performance, cached, and normalized Minecraft Skin API for developers. Easily fetch 2D renders, raw skins, or embed 3D viewers into your projects.

Base URL: https://api.creavory.com/minecraft/skin/

âš¡ Usage & Endpoints

You can use the API by sending GET requests to api.php.

1. 2D Renders

Fetch normalized images for avatars or user profiles.

Type Endpoint Preview
Head /api.php?type=head&user={USERNAME} 128x128 Face
Bust /api.php?type=bust&user={USERNAME} 160x200 Upper Body
Full Body /api.php?type=full&user={USERNAME} 160x320 Front View

Example:

<img src="[https://api.creavory.com/minecraft/skin/api.php?type=head&user=MrRaiven](https://api.creavory.com/minecraft/skin/api.php?type=head&user=MrRaiven)" alt="Avatar">

2. Raw Textures

Get original files for Launchers or Game Engines.

Type Endpoint Description
Skin /api.php?type=skin&user={USERNAME} Original 64x64 Skin file
Cape /api.php?type=cape&user={USERNAME} Cape texture (if available)

3. Embed 3D Viewer

Embed a live 3D character viewer into your website or launcher using an iframe.

Endpoint:

/view.php?user={USERNAME}

Example (Iframe):

<iframe src="[https://api.creavory.com/minecraft/skin/view.php?user=MrRaiven](https://api.creavory.com/minecraft/skin/view.php?user=MrRaiven)" width="300" height="400" frameborder="0"></iframe>

✨ Key Features

  • Auto-Fix: Automatically converts old skins (64x32) to modern format.
  • Smart Layering: Fixes corrupted hat layers on specific skins.
  • Fallback: Returns a valid Steve skin if the username is invalid or API is down.
  • Caching: Optimized for high traffic with server-side caching.

© Creavory Projects.

About

High-performance, cached Minecraft Skin API. Fetch 2D renders (Head/Bust/Full), raw textures, or embed a live 3D viewer into your projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published