Skins

🌍 NationsGlory Skins API

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.


🔗 Available Endpoints

URLDescription
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.

🧩 Parameters

  • {{username}}: The exact NationsGlory username of the player. ⚠️ Case-sensitive (e.g., PlayerOneplayerone)
  • {{size}}: Defines the image resolution. Higher values = better quality but longer loading times.
    Recommended sizes: 16 or 32

📌 Examples

DescriptionExample
Original skin (flat)/mistersand
Head (2D)/face/mistersand/16
Head (3D)/face/mistersand/3d/16
Full body (2D)/body/mistersand/16
Full body (3D)/body/mistersand/3d/16