REST API Manager For ACF
Custom REST API endpoint plugin to return ACF fields, post meta (selected keys), or a mixed object. Fully configurable from the admin settings page.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 79 days ago
Is REST API Manager For ACF abandoned?
Likely maintained (last update 79 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
REST API Manager For ACF allows you to create a flexible REST API endpoint for your WordPress site. You can return:
- Only ACF fields
- Only selected Post Meta
- Mixed data (ACF fields + Post Meta + Post Info)
It comes with a settings page where you can configure:
- API Base URL
- Data type to return
- Select which meta keys to include
This plugin ensures safe access to data by checking user capabilities for sensitive endpoints.
Installation
- Upload the
rest-api-manager-for-acffolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings REST API Manager For ACF to configure your endpoint.
- Use the endpoint in your application:
/wp-json/ramacf/v1/page/{id}
Frequently Asked Questions
Yes, you can select which post meta keys to include in the settings page. Leave empty to return all post meta.
No, the plugin will still work. If ACF is installed, ACF fields will be returned when selected.
Review feed
Screenshots
Changelog
1.0.1
- Renamed plugin to REST API Manager For ACF
- Updated plugin slug and text domain for WordPress.org compliance
- Added secure REST API permission callbacks
- Updated admin menu labels and internationalization
1.0.0
- Initial release