This API allows you to display NationsGlory player skins in various formats (head or full body, in 2D or 3D). It's publicly accessible through simple URLs.
URL Description https://skins.nationsglory.fr/{{username}}
Displays the original full skin (flat texture). https://skins.nationsglory.fr/face/{{username}}/{{size}}
Displays the player's head in 2D , front view. https://skins.nationsglory.fr/face/{{username}}/3d/{{size}}
Displays the player's head in 3D . https://skins.nationsglory.fr/body/{{username}}/{{size}}
Displays the full body in 2D . https://skins.nationsglory.fr/body/{{username}}/3d/{{size}}
Displays the full body in 3D .
{{username}}
: The exact NationsGlory username of the player. β οΈ Case-sensitive (e.g., PlayerOne
β playerone
)
{{size}}
: Defines the image resolution. Higher values = better quality but longer loading times.
Recommended sizes : 16
or 32