PlayersGet Player Skin

Get Player Skin

curl -X GET "https://api.5centscdn.com/v2/players/5centscdn/skins/example_string" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "id": 12345,
  "serviceid": 10001,
  "hashid": "sample-skin-hash",
  "name": "My Custom Player",
  "base": 1,
  "meta": {
    "logo": {
      "position": "bottom-right",
      "width": "70",
      "height": 50,
      "offsetH": 6,
      "offsetV": 46
    }
  },
  "created_at": "2026-01-01 00:00:00",
  "updated_at": "2026-01-15 12:00:00"
}
GET
/players/5centscdn/skins/{skinid}
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

Responses

idinteger

Unique identifier of the player skin.

serviceidinteger

Service account ID that owns this skin.

hashidstring

Unique hash identifier for the skin, used in embed codes.

namestring

Display name of the player skin.

baseinteger

Base skin template. Valid values: 1, 2, 3, 4, or 5

metaobject

Skin configuration settings.

created_atstring

Creation timestamp in UTC. Format: YYYY-MM-DD HH:mm:ss

updated_atstring

Last updated timestamp in UTC. Format: YYYY-MM-DD HH:mm:ss