--- license: mit tags: - piclets - game --- # Piclets — shared monster dataset Public database for the Piclets discovery game. Each real-world object maps to one canonical monster, owned by its first discoverer. Layout: - `monsters/.json` — one monster per normalized object name - `images/.webp` — the monster's art - `users/.json` — a player's discoveries + summed rarity score - `index/monsters.json` `index/feed.json` `index/leaderboard.json` `index/stats.json` — aggregate views the app reads directly Written only by the Piclets Discovery Server. See that Space for details.