Skip to content

Taskeren/MineSkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MineSkin

The PHP program to get Minecraft players' skin.

How to use(Server)

  1. Star this repository.
  2. Download the index.php
  3. Place it to a PHP server.

How to use(Player)

https://api.taskeren.cn/MineSkin/?id={id}&format={format}

id

The players' ID.

format

(empty)

Return the url directly.

http://textures.minecraft.net/texture/292009a4925b58f02c77dadc3ecef07ea4c7472f64e0fdc32ce5522489362680

json

Return the json that contains url and profile.

{"url":"http:\/\/textures.minecraft.net\/texture\/292009a4925b58f02c77dadc3ecef07ea4c7472f64e0fdc32ce5522489362680","profile":{"name":"Notch","id":"069a79f444e94726a5befca90e38aaf5"}}

image

Return the image file.

About

To get the Minecraft players' skin image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages