cURL
curl --request GET \ --url https://controller.platform.simplecloud.app/v0/players/profiles \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>'
{ "count": 5, "profiles": [ { "created_at": "2023-01-01T12:00:00Z", "id": "123e4567-e89b-12d3-a456-426614174000", "name": "Steve", "player_id": "069a79f4-44e9-4726-a5be-fca90e38aaf5", "texture": "base64-encoded-texture" } ], "total": 10 }
Get a player’s profile history (name/skin changes)
Network ID
Network Secret
Player UUID (Minecraft UUID)
Limit results (default 50)
Offset for pagination
OK
Response for listing player profile history
5
Show child attributes
10
Was this page helpful?