Welcome to Invizimals Universe!
This is a project by the community and for the community, which revives the Invizimals saga on the web with a modern, interactive style.
output.mp4
This project is an interactive encyclopedia of cards from the generations:
- Hidden Challenges
- New Alliance (coming soon)
- PSP cards (coming soon)
Main features:
- For now, you'll find the Hidden Challenges cards of the Fire element.
- The cards will become changed over time.
- Steam trading cards inspired hover effects!
- Invizimals: Shadow Zone inspired theme!
root
├── index.html ← Invizimals visuals
├── invizimals.json ← The Invizimals data that index.html reads.
│
└── SERIES
├── INVIZIMALS
├── INVIZIMALS: SHADOW ZONE
├── INVIZIMALS: HIDDEN CHALLENGES
│ └── TYPES
│ ├── FIRE/
│ │ ├── ART/ ← Individual images for Invizimals and AR cards.
│ │ └── PDF/ ← Compiled cards in PDF format.
│ ├── ICE/
│ ├── JUNGLE/
│ ├── ...
└── ...
- Add all the Invizimals of other elements in Hidden Challenges.
- Build filters that will allow you to select an element in order to view cards that interest you.
- Build a search engine to filter by the name of each Invizimals.
- Add other Invizimals from other series.
- Cards by u/HeavyEquivalent479, see Drive
- Card data reference from u/Organic_Woodpecker64, see Spreadsheet
- Project started by r4nc0x, see Repository
- The rest of Ice Invizimal cutouts and some Fire types were edited by me (Jelly).
This project is free for personal and community use and modification, provided that the source and community are cited.
Do not sell without permission from the authors, that is, our friends at PANINI and the creators of the INVIZIMALS saga.
Orbitron font, Copyright 2018 The Orbitron Project Authors: Open Font License
This project is not affiliated with, endorsed by, and/or maintained by Sony Computer Entertainment America LLC, Novarama, nor PANINI.
All rights reserved of the original, unedited files and properties of Invizimals to its legal creators and owners.

{ // JSON data of entire catalog "catalog": { "total_cards": 91, "total_types": [ { "type": "fire", "total": 44 }, ... ] }, // Series has its own array of Invizimals "series": { "Hidden_Challenges": [ { "id": 1, "name": "Beatwidow", "type": "Fire / PUP / 001", "image": "SERIES/INVIZIMALS_HIDDEN_CHALLENGES/TYPES/FIRE/ART/01/frontal.png", "image2": "SERIES/INVIZIMALS_HIDDEN_CHALLENGES/TYPES/FIRE/ART/01/personaje.png", "arImage": "SERIES/INVIZIMALS_HIDDEN_CHALLENGES/TYPES/FIRE/ART/01/ar.png", "description": "A dancing spider? This Invizimal world is full of surprises! I present Beatwidow, the queen of the disco, who can break dance or as a robot... Whatever you want!! This creature is such a good dancer that she has a disco ball in her stomach. By the way, watch that ball... maybe you can use it in more... dangerous ways!", "stat": "285 / 150", "habitats": "FIRE" }, ... ] } }