This repository provides public, versioned crafting data for the game Foundry (by Channel 3 Entertainment).
The data is automatically extracted from the official Foundry Modkit / Asset packs, processed into clean JSON files, and published via GitHub Pages so that tools, websites, and calculators can consume it using simple HTTP GET requests.
Each version contains the following files:
recipes_clean.jsonmachines.jsontags.jsonspeeds_by_tag.jsonspeeds_by_tag_report.txtbuild_meta.jsonmanifest.jsonAll data is served statically via GitHub Pages.
https://felixstaude.github.io/foundry-recipe-data/
GET /index.json
GET /latest.json
GET /vX.Y.Z/manifest.json
GET /vX.Y.Z/recipes_clean.json
GET /vX.Y.Z/machines.json
GET /vX.Y.Z/tags.json
GET /vX.Y.Z/speeds_by_tag.json
Example:
https://felixstaude.github.io/foundry-recipe-data/v0.6.0.22650/recipes_clean.json
GET /latest.json
GET /<version>/manifest.json
This avoids hardcoding file names or versions and keeps clients future-proof.
v0.6.0.22650)All data is safe to mirror, cache, and redistribute.
The data is extracted using a custom Python pipeline that:
.asset filesThe build process itself is not automated via GitHub Actions and is intentionally run manually to match official Foundry releases.
This project is not affiliated with or endorsed by Channel 3 Entertainment.
Foundry and all related assets are property of their respective owners.
This repository only contains derived, non-binary data intended for community tools and analysis.
Created and maintained by Felix Staude
Built for use with the Foundry Calculator and other community projects.
Contributions, suggestions, and feedback are welcome!