A comprehensive, open-source searchable database for all Garena Free Fire game items—find item IDs, names, rarities, types, images, and detailed descriptions. Built for the Free Fire community, modders, and collectors!
- 🔍 Search: Find items by keyword, item ID, or description, with advanced boolean syntax.
- 🎨 Filter: Refine results by rarity, item type, and collection category using dropdowns.
- 📦 Gallery: Beautiful, paginated gallery of in-game items with lazy-loading for performance.
- 🗑️ Trash Mode: Instantly browse raw item icons/assets (great for modders/collectors).
- 🌗 Theme Switcher: Toggle between light and dark mode.
- 🚀 Cache Manager: Manage and inspect your browser cache storage.
- 📤 Share: Instantly share item details via Telegram.
- 🖼️ Google Lens Integration: Search for item images directly in Google Lens.
- 🛠️ Live Repo Updates: View latest GitHub commits from within the app.
- 🧠 Autocomplete: Get fast, relevant search suggestions as you type.
- ♿ Accessible: Keyboard navigation, ARIA labels, and screen reader support.
- HTML/CSS/JS: Modern, responsive, no-build static web app.
- IBM Plex Mono: Clean, readable typography.
- chroma.js: Smart color contrast and extraction.
- GSAP: Fast, smooth UI animations.
- Free Fire Resources: Item images and metadata from ff-resources.
- Clone the repo:
git clone https://github.com/0xMe/ItemID2.git cd ItemID2
- Serve locally:
Use any static file server (e.g. serve, Python'shttp.server
, etc.)npx serve . # or python3 -m http.server
- Open in browser:
Visithttp://localhost:5000/
(or your chosen port).
/assets/itemData.json
– Main item database/assets/cdn.json
– CDN image mappings for missing images/pngs/300x300/list.json
– List of available item icons
All images are fetched from the ff-resources repo via CDN.
- Search: Type a keyword, item ID, or any part of the description. Supports advanced boolean search:
- Use
&&
for OR,&
for AND, andfield:value
for field-specific queries (e.g.itemType:WEAPON&Rare:ORANGE
).
- Use
- Filter: Use dropdowns to refine results by rarity, item type, or collection.
- Trash Mode: Browse all raw icons and assets.
- Share/Google Lens: Click any item for a popup with sharing/search options.
- Theme: Toggle light/dark mode from Settings.
- Cache & Repo: Use Settings to clear cache or view live repo commits.
- Advanced search (multi-keyword, boolean, fielded)
- Desktop and mobile responsive design
- Community contributions: add new items, translations
- Admin UI for updating data
- Export item lists (CSV, JSON)
- More integrations (Discord, WhatsApp sharing)
Pull requests, bug reports, and feature ideas are welcome!
- Fork the repo.
- Make your changes.
- Submit a PR with a clear description.
- Built by 0xMe
- Free Fire resources & assets © Garena
Note: This project is not affiliated with Garena or Free Fire. All assets are for educational and non-commercial use only.