Every artifact below is regenerated at build time and served from this origin. CORS is open โ fetch from a browser, a Node script, or curl. No auth required.
| Artifact | Format | Description |
|---|---|---|
combined-index.json | JSON | Every section across all 6 game pages โ id, title, page, game. The base index the search engine reads. |
data/glossary.json | JSON | 3,000+ alphabetical Tropicodex entries โ term, slug, game, page, sectionId. Powers /tropicodex.html. |
data/buildings.json | JSON | 864 buildings across all 6 games โ name, game, cost, workers, output. Powers /compare.html building tab. |
data/edicts.json | JSON | 294 edicts across all 6 games โ name, game, cost, effect. Powers /compare.html edicts tab. |
data/audit.json | JSON | Per-section confidence-badge audit (verified / high / medium / low / missing). |
status.json | JSON | Build-time site state snapshot โ counts, last build timestamp, glossary size, badge count. Powers /status.html. |
strategy-index.json | JSON | 59 cross-game strategy walkthroughs indexed by tier (tutorial / easy / medium / hard / very-hard). |
data/build-manifest.json | JSON | SHA-256 hash + byte size for every tracked file (HTML / JS / CSS / JSON). Use it for integrity checks or cache invalidation. |
feed.rss | RSS 2.0 | Phase ship log โ every Phase X ships a new entry. |
feed.atom | Atom 1.0 | Same as above, Atom format. |
sitemap.xml | XML | Sitemap with all crawlable URLs + per-section anchors. |
opensearch.xml | OpenSearch XML | OpenSearch description โ drop TropicoHead into your browser's search bar. |
Usage notes
- CORS open โ fetch from any origin in the browser.
- No auth โ these are static files served by the same host as the HTML.
- Refresh cadence โ every deploy rebuilds them. The build manifest gives you the SHA-256 if you want to detect changes.
- Privacy โ these are public site data, not user data. Nothing about your visits is recorded server-side. See /faq for the full privacy stance.
- License โ same as the rest of TropicoHead: free to read, free to fork, attribute when possible.
Building something with this data? Mention TropicoHead and let us know โ see /credits.