đŸ’ģAPI

Application Programming Interface de VIS Skins

URL Base

https://skins.visoftware.dev

Endpoints

Get 2D Rendering of Skin

GET /2d/skins/:name/:type?scale=:scale

Get the rendered 2D avatar of a user.

Headers

Nombre
Valor

Content-Type

image/png

URL & Query

Name
Type
Description

name

string

Username or User UUID

type

string

fullbody - For full body head - For the head only

scale

number

Number from 1 to 50

Respuesta

Image with the avatar

Example of use

  • Get the player skin head render:

    GET /2d/skin/Benson/head
  • Get the full body render of the player skin with scale 2:

    GET /2d/skin/Benson/fullbody?scale=2

Last updated