Developer_API
Old: ChuanHsing 2023-01-24 11:22:03
New: ChuanHsing 2023-01-24 11:27:44
| Old | New | Differences | |
|---|---|---|---|
| 139 | 139 | ||
| 140 | 140 | The game data does not have any official API, and only possible data can be analyzed from the game files. | |
| 141 | 141 | ||
| 142 | - | Almost all data is stored in | |
| 142 | + | Almost all data is stored in .dat64 files within Content.ggpk. But they only have data, no headers. You can start with the .dat64 format, the [PoE dat schema](https://github.com/poe-tool-dev/dat-schema) project is the latest format. Or try to parse the .dat format from [PoE Dat Viewer](https://snosme.github.io/poe-dat-viewer/) yourself. [RePoE](https://github.com/brather1ng/RePoE/) collects many common and processed .dat files and exports them to .json format. | |
| 143 | 143 | ||
| 144 | 144 | Site | Description | |
| 145 | 145 | - | - | |
| 147 | 147 | [RePoE](https://github.com/brather1ng/RePoE/) | Repository of Path of Exile resources for tool developers. | |
| 148 | 148 | [Poe Dat Viewer](https://snosme.github.io/poe-dat-viewer/) | Web-base Poe Dat Viewer | |
| 149 | 149 | [PoE dat schema](https://github.com/poe-tool-dev/dat-schema) | Source of truth schema for dat files. | |
| 150 | + | [Path Of Building Fork schema](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/dev/src/Export/spec.lua) | Source of Path Of Building Fork schema | |
| 150 | 151 | [LibGGPK2](https://github.com/aianlinb/LibGGPK2) | Windows GUI tool to view Content.ggpk and export | |
| 151 | 152 | ||
| 152 | 153 | ## Development Tool | |