Developers
Build on Eventonomy
Eventonomy is a REST-first, block-native, custom-table event platform. Everything the plugin does is reachable through a documented API and extensible through the same hooks and contracts that Pro itself uses.
REST API Reference
Interactive, try-it-out reference for every endpoint under eventonomy/v1, generated from the live routes. Auth, parameters, request bodies, and responses.
Open the API explorerDeveloper Guide
Architecture, the REST contract, hooks & filters, blocks & templates, WP-CLI, the Free↔Pro seam, and task-oriented recipes.
Read the guideEvery UI surface — blocks, admin, CLI — uses the same eventonomy/v1 contract. Zero admin-ajax.
Events, RSVPs, tickets, orders and occurrences live in indexed custom tables built for scale.
Add a provider, controller, block, or admin page by dropping in one file — no shared registrar to edit.
Application Passwords (HTTP Basic) for external apps and server-to-server; cookie + X-WP-Nonce for same-origin.
The API catalogue is generated from the plugin's live route registrations, so it never drifts from the shipped code. The raw OpenAPI 3.1 spec is at /developers/api/openapi.json.