{
    "name": "Blockminer Player Profile API",
    "version": 1,
    "access": "Public, read-only",
    "documentation": "https://blockminer.net/facts#player-profile-api",
    "endpoint": {
        "method": "GET",
        "path_description": "Append a public Minecraft username after /api/player/.",
        "example": "https://blockminer.net/api/player/SleazLee"
    },
    "discovery": {
        "player_sitemap": "https://blockminer.net/sitemap-stats.xml",
        "player_stats": "https://blockminer.net/stats"
    },
    "response": {
        "includes": [
            "public identity and profile summary",
            "formatted and raw public statistics",
            "leaderboard ranks, mcMMO skills, shops, public homes, and Trophy Room data"
        ],
        "excludes": [
            "raw UUIDs",
            "credentials and internal database fields"
        ]
    },
    "status_codes": {
        "200": "Public player profile returned.",
        "404": "No public profile exists for the supplied username.",
        "503": "Player statistics are temporarily unavailable."
    }
}