An original block-building sandbox inspired by voxel games. Practice world seeds, coordinate resources, inventory conflicts and optimistic concurrency.
Base URL: https://funapi.dev/api/voxel/v1 · 6 endpoints · OpenAPI 3.1 spec and Postman collection available. New here? Read the getting started guide.
procedural block worlds
GET /voxel/v1/worlds — List worldsGET /voxel/v1/worlds/{id} — Get a worldPOST /voxel/v1/worlds — Generate a world from a seed (requires Bearer auth)GET /voxel/v1/worlds/{id}/blocks/{x}/{y}/{z} — Inspect a block at coordinatessurvival stats and inventory
GET /voxel/v1/players — List playersPOST /voxel/v1/players/{id}/inventory — Add an inventory item (409 on duplicate) (requires Bearer auth)