Player Routes
Player lookup routes include data so that the following schema is followed:
{
"username": "playername",
"id": "123-abc",
"avatar": "https://avatar-server.com/player.png",
"meta": { ... }
}
Minecraft Account Lookup
https://playerdb.co/api/player/minecraft/$ID
$ID
- Minecraft username / ID to lookup
Steam Account Lookup
https://playerdb.co/api/player/steam/$ID
$ID
- Steam ID to lookup. Can be in any Steam ID format
Xbox Account Lookup
https://playerdb.co/api/player/xbox/$ID
$ID
- Xbox ID / username to lookup
Other Information
The API has no rate limits in place, but we ask that you please include an identifying user-agent
header in any requests that you make to the API, so we can contact you if necessary about your usage.