
WFCD warframe-items
An open-source library that packages every Warframe item and its data directly from the game's API, published as the @wfcd/items npm package.
Resumen
WFCD warframe-items is a data library maintained by the Warframe Community Developers (WFCD) that pulls the complete item catalogue straight from Warframe's own API rather than scraping the wiki. It ships pre-compiled JSON (plus images via the warframestat.us CDN) covering warframes, weapons, mods, relics, arcanes, resources and more, with drop rates, unique in-game paths, patch logs, riven data, tradability flags and 13-language localization. It is distributed on npm as @wfcd/items and is a foundational data source behind many community tools and bots. It is a developer-facing library, not an end-user app.
Ideal para: Developers building Warframe community tools, bots, or sites who need a complete, regularly-updated, structured item dataset without scraping the wiki.
Características clave
- Item data sourced directly from Warframe's official API (no wiki scraping)
- 23+ categories: Warframes, Primary/Secondary/Melee, Mods, Relics, Arcanes, Resources, Pets, etc.
- Pre-compiled JSON data plus per-item drop rates and patch logs
- Unique in-game item paths (e.g. /Lotus/Weapons/...) and tradability status
- Riven weapon data included
- Images served via cdn.warframestat.us CDN (too large for npm)
- CommonJS and ESM support with configurable category loading
- Internationalization across 13 languages
- TypeScript type definitions and a findItem() lookup utility
- MIT licensed, auto-updated with each game release (5,000+ releases published)
Ventajas y desventajas
- Data comes straight from Warframe's official API, so it is accurate and comprehensive (includes items not even on the wiki)
- Actively and automatically maintained; updates with each game release (latest v1.1275.18, July 2026)
- Open source under the permissive MIT license
- Rich metadata: drop rates, patch logs, riven data, tradability, unique in-game paths
- Ships TypeScript types, ESM/CJS support, and 13-language localization
- Free image hosting via the warframestat.us CDN
- Very low open-issue count (6) relative to a large project
- Developer-only; no value to players who aren't building software
- Requires Node.js (>10) and comfort with npm/coding
- Large dataset can be heavy if you import all categories rather than scoping
- Depends on Warframe's undocumented API and an external CDN, so upstream changes can affect data
- Minimal end-user documentation/community tutorials outside the GitHub README
Opinión de la comunidad
There is little public consumer-style discussion because this is a developer library, not a player-facing app. Its reputation rests on real adoption: it is an official WFCD project that underpins the broader warframestat.us API and numerous community tools (e.g. Genesis, Warframe Hub). GitHub metrics (397 stars, 72 forks, only 6 open issues) and steady npm usage (~2.4k weekly / ~13.8k monthly downloads) indicate a trusted, actively maintained data source within the Warframe developer community.
Desde Reddit
Desde Reddit · r/Warframe →Reseñas y valoraciones
- GitHub (WFCD/warframe-items)
“Get all Warframe items directly from Warframe's API. No more messy wikia scraping. Official WFCD project, MIT licensed, updated with each game release.”
- npm (@wfcd/items)
“Distributed on npm; supports CommonJS and ESM, includes findItem() lookup utility and TypeScript definitions.”