Skip to main content
unofficial.voyage wiki
Builder

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.jsonIndex of all sections
GET /sections/{section}.jsonOne section: metadata, prose blocks, field docs, schema fragment
GET /sections/{section}.mdOne section as Markdown
GET /wiki.jsonAll sections aggregated
GET /wiki.mdAll sections as one Markdown document
GET /schema.jsonRaw V33 schema
POST /validateValidate a posted world JSON