Developers & API
A free, read-only API and embeddable images, so you can build on PixelStats data in your own tools, bots and forum posts.
Public API
JSON over HTTPS, no key required, CORS enabled for browser use. Responses are cached for a couple of minutes and are limited to 60 requests per minute per IP. The data is the same cached Hypixel data the site shows; please cache responses on your side rather than polling.
/api/v1/player/{name}A player's rank, network level, totals and headline per-game stats, by username.
curl https://www.pixelstats.net/api/v1/player/Technoblade{
"uuid": "...",
"name": "Technoblade",
"rank": { "label": "PIG", "plus": "+++" },
"networkLevel": 196,
"achievementPoints": 13355,
"karma": 47000000,
"totals": { "wins": 12345, "kills": 67890, "questsCompleted": 4321 },
"games": {
"bedwars": { "star": 180, "wins": 4200, "finalKills": 38000, "fkdr": 5.12 },
"skywars": { "level": 24.6, "wins": 3100, "kills": 41000 },
"duels": { "wins": 9800, "kills": 53000 }
},
"links": { "profile": "...", "card": "...", "recap": "...", "image": "..." }
}/api/v1/guild/{name}A guild's tag, level, experience, member count and preferred games, by guild name.
curl https://www.pixelstats.net/api/v1/guild/HypixelEmbeddable images
Every card is a plain PNG URL, so you can drop it into a Hypixel forum signature, a Discord embed, a README or an <img>tag. They update themselves as the player’s stats change.
/player/{name}/card/image?stats=sb_level,networth,bw_star&accent=aquaThe customizable stat card. Pick up to six stat keys and an accent.
/player/{name}/recap/image?accent=goldThe auto-built recap card with the account's best highlights.
Forum/BBCode example:
[img]https://www.pixelstats.net/player/Technoblade/card/image[/img]Stat keys: sb_level, networth, network, bw_star, bw_wins, bw_fkdr, sw_level, sw_wins, duels_wins, ap, karma. Accents: gold, aqua, green, pink, purple, red. Build one in the card studio →
Fair use
PixelStats is an independent project and is not affiliated with Hypixel Inc. or Mojang. The data originates from the public Hypixel API. Cache what you fetch, do not hammer the endpoints, and a credit link back to PixelStats is always appreciated.