Community-maintained dataset for the Pikidex app — a companion for Pikmin Bloom that helps track and organize your Pikmin decor collection.

📦 About

This repository hosts the public JSON file with up-to-date Pikmin decor data, curated and verified by the Pikidex community.

Pikidex.json format

Main Collection Structure

Example

{
  "icon": "restaurant",
  "name": "Restaurant",
  "translations": {
    "en": "Restaurant — Chef Hat",
    "es": "Restaurante — Gorro de Chef",
    "de": "Restaurant – Seltene Kochmütze",
    "ja": "レストラン — シェフハット"
    },
  "osmTags": ["amenity=restaurant"],
  "pikmins": [
    {
      "id": 1,
      "color": "red"
    },
    {
      "id": 2,
      "color": "yellow"
    },
    {
      "id": 3,
      "color": "blue"
    },
    {
      "id": 4,
      "color": "white"
    },
    {
      "id": 5,
      "color": "purple"
    },
    {
      "id": 6,
      "color": "grey"
    },
    {
      "id": 7,
      "color": "pink"
    },
    {
      "id": 8,
      "color": "lightBlue"
    }
  ]
}

Pikmin Group Object

Pikmin Entry

🧑‍💻 Contributing

Report issues or suggest improvements at GitHub.

You can help keep the dataset accurate and current:

  1. Fork this repository
  2. Update pikidex.json (add new items, fix names, etc.)
  3. Submit a Pull Request with a short description of your changes

Before submitting, please validate the JSON format.

⚖️ License

© 2025 Pikidex Community Licensed under the Creative Commons Attribution–NonCommercial 4.0 International (CC BY-NC 4.0).

Commercial redistribution, resale, or integration of this dataset into paid or ad-monetized applications is strictly prohibited.