manifest / integrations / eme-rest-api
Events Made Easy REST API
REST API endpoints for Events Made Easy WordPress plugin - CRUD operations for events, locations, categories, and recurring events
by Gabriel Serafini · github.com/gserafini/eme-rest-api · website
★ 2stars
10release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/gserafini/eme-rest-api/releases/download/v1.9.0/eme-rest-api.zipDeclares an update source (gserafini/eme-rest-api), so updates arrive through the plugin's own updater.
From the readme
Events Made Easy REST API
REST API endpoints for Events Made Easy plugin - CRUD operations for events, locations, categories, and recurring events.
Description
A WordPress plugin that adds REST API endpoints to the Events Made Easy plugin.
Events Made Easy (EME) uses custom database tables instead of WordPress custom
post types, so it doesn't expose events via the WordPress REST API by default.
This plugin bridges that gap by providing a clean REST API interface to EME's
functionality.
Features
✅ Full CRUD operations for events (Create, Read, Update, Delete)
📍 Location management
🏷️ Category management
🔄 Recurring events support
🔐 WordPress application password authentication
📝 Standard REST API conventions
🌐 WordPress Multisite compatible
Requirements
WordPress 5.0 or higher
PHP 7.2 or higher
Events Made Easy plugin 2.0+ installed and activated
Installation
Method 1: From GitHub Release
1. Download the latest eme-rest-api.zip from Releases
2. In WordPress admin, go to Plugins → Add New → Upload Plugin
3. Choose the ZIP file and click "Install Now"
4. Activate the plugin
5. Ensure Events Made Easy is also installed and activated
Method 2: Manual Installation
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.9.1 | Feb 6, 2026 | — | — |
| v1.9.0 | Nov 13, 2025 | eme-rest-api.zip | 1 |
| v1.8.2 | Nov 12, 2025 | eme-rest-api.zip | 0 |
| v1.8.0 | Nov 12, 2025 | eme-rest-api.zip | 1 |
| v1.7.1 | Oct 31, 2025 | — | — |
| v1.6.5 | Oct 30, 2025 | eme-rest-api.zip | 1 |
| v1.6.4 | Oct 30, 2025 | eme-rest-api.zip | 1 |
| v1.6.3 | Oct 30, 2025 | eme-rest-api.zip | 1 |
| v1.6.2 | Oct 30, 2025 | eme-rest-api.zip | 5 |