REST API Manager For ACF

Plugin Banner

REST API Manager For ACF

by bayzid416

Download
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.

  1. Upload the rest-api-manager-for-acf folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings REST API Manager For ACF to configure your endpoint.
  4. Use the endpoint in your application: /wp-json/ramacf/v1/page/{id}
Can I return only selected meta keys?

Yes, you can select which post meta keys to include in the settings page. Leave empty to return all post meta.

Do I need ACF installed?

No, the plugin will still work. If ACF is installed, ACF fields will be returned when selected.

Excellent Plugin for Custom REST API Endpoint

By rahman73819 on June 17, 2026

Really useful plugin! It made it much easier to create custom REST API endpoints without writing extra code. I like that I can choose exactly what data to return, whether it's ACF fields, post meta, or a mix of both. The settings are simple and easy to understand, and everything worked as expected. Great plugin for anyone working with ACF and custom API integrations. Highly recommended!

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
Back to top