
warframe-public-export-plus
An open-source, enhanced JSON data dump of Warframe's game data that fills the gaps in Digital Extremes' official Public Export.
Przegląd
warframe-public-export-plus is a community-maintained data source (by calamity-inc) that builds on Warframe's official "Public Export" — the endpoint DE uses to feed internal game data to its Companion app and Arsenal Twitch extension. It reorganizes and extends that data into 50+ clean JSON files (Export*.json) with localization split out separately (dict.*.json across ~13 languages), covering warframes, weapons, mods, relics, arcanes, recipes, missions, vendors, and more. It is distributed via GitHub and as an npm package, and powers the open-source browse.wf data browser. It is a developer/data resource, not an in-game tool or app.
Najlepsze do: Developers and data enthusiasts building third-party Warframe tools, sites, wikis, or bots who need complete, clean, machine-readable game data.
Kluczowe funkcje
- 50+ JSON export files covering nearly all Warframe game data (items, mods, relics, recipes, missions, vendors)
- Data and localization fully split (Export*.json vs dict.*.json) to avoid duplication
- Localization for ~13 languages (EN, DE, FR, JA, KO, RU, ZH, etc.)
- Includes everything missing from DE's official Public Export, plus corrections/additions
- Distributed on GitHub and as an npm package (warframe-public-export-plus)
- Ships TypeScript definitions and WASM stat-calculation utilities
- Powers the open-source browse.wf data browser
- Icon/image path references resolvable via browse.wf or the game CDN
Zalety i wady
- Most complete publicly available Warframe dataset — fills gaps in DE's official export
- Clean structure with localization separated from data, easy to consume
- Available via both raw GitHub files and an npm package with TypeScript types
- Multi-language support out of the box
- Open source and actively maintained (800+ commits)
- Powers the open-source browse.wf browser, so data is easy to inspect
- Developer-only: requires programming knowledge, useless to non-technical players directly
- No official affiliation with Digital Extremes — a community effort dependent on maintainers
- Relatively small project footprint (dozens of stars/forks), so it is niche
- Data accuracy tracks the game and can lag or contain community-corrected quirks
- Almost no independent reviews or community discussion to vet it against
Opinia społeczności
There is almost no consumer-facing community chatter (Reddit/YouTube/Trustpilot) because this is a developer data source rather than an app end-players use directly. Within the Warframe tool-developer niche it is well regarded and treated as a de-facto go-to dataset — it underpins browse.wf and is referenced as more complete than DE's raw Public Export. No notable criticism surfaced beyond it being a technical resource that requires programming knowledge to use.
Z Reddita
Z Reddita · r/Warframe →Recenzje i oceny
- GitHub repository (calamity-inc/warframe-public-export-plus)
“"The most complete data source for all your Warframe needs and interests. Contains everything missing in Public Export and more." ~58 stars, 12 forks, 800+ commits at time of research.”
- npm (warframe-public-export-plus)
“Published as an npm package for programmatic consumption of the data with TypeScript definitions.”
- browse.wf data browser
“Open-source web browser for the exported data; lets developers search/inspect the JSON exports directly.”