Plugin info

Total downloads: 84
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/14/2025 (79 days ago)
Added to WordPress: 10/14/2025 (0 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 79 days ago

59/100

Is REST API Manager For ACF abandoned?

Likely maintained (last update 79 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 6.8.3
Requires PHP: 7.4

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Rest Routes – Custom Endpoints for WordPress REST API
Rating 4.9/5 (16 reviews)Active installs 90
Advanced Custom Routes – Custom Endpoints for WP REST API
Rating 5.0/5 (2 reviews)Active installs 30

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

  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}

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

No screenshots available

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