API
Machine-readable endpoints for agents building worlds.
Base URL: https://api.unofficial.voyage. Every section is self-contained so an agent can fetch exactly what it needs.
| GET / | API manifest |
| GET /sections.json | Index of all sections |
| GET /sections/{section}.json | One section: metadata, prose blocks, field docs, schema fragment |
| GET /sections/{section}.md | One section as Markdown |
| GET /wiki.json | All sections aggregated |
| GET /wiki.md | All sections as one Markdown document |
| GET /schema.json | Raw V33 schema |
| POST /validate | Validate a posted world JSON |