PlayerDB

PlayerDB is a JSON powered player fetching and caching API service.

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

Steam Account Lookup

https://playerdb.co/api/player/steam/$ID

Xbox Account Lookup

https://playerdb.co/api/player/xbox/$ID

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.