REST API Enabler is a WordPress app, with a 5.0 average rating from 3 reviews, as of Aug 31, 2026.
REST API Enabler is a WordPress Plugin Directory app by Mickey Kay. With a rating of 5.0★ from 3 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
REST API Enabler is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 3 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Mickey Kay — established developer track record
Cons
- −Limited review base (3) — ratings can shift significantly with new feedback
Looking to switch from REST API Enabler?
See REST API Enabler's alternatives ranked by audit score, rating, and review velocity.
How REST API Enabler works
Show full descriptionShow less
Like this plugin? Please consider leaving a 5-star review.
By default, custom post types and custom fields are not accessible via the WordPress REST API. REST API Enabler allows you to:
Enable the WP REST API for custom post types and specify WP REST API custom endpoints.
Choose which custom fields to include in WP REST API responses for posts, pages, and custom post types.
All enabled custom field data is included in the REST API response, nested under the rest_api_enabler key, like so:
[ { "id": 179, "date": "2016-07-03T18:06:50", "title": { "rendered": "Test Job" }, . . . "rest_api_enabler": { "custom_meta_1": "Value 1", "custom_meta_2": "Value 2", "custom_meta_3": [ "Array value 1", "Array value 2" ] } } ]
Note: prior to verion 1.1.0, all meta keys were included as top-level keys in the API response. Additionally, all values were returned as arrays, regardless of whether the original value was actually an array. This functionality is now deprecated as it risks key-name collisions. Please reference the rest_api_enabler top-level key instead.
Usage
Activate the plugin, then go to Settings → REST API Enabler in the admin.
Click the Post Types tab to enable/disable post types and customize their endpoints.
Click the Post Meta tab to enable/disable post meta (custom fields).
NOTE: by default, the plugin does not display settings for protected post meta (post meta that begins with an underscore and is intended for internal use only). If you wish to include protected post meta in the plugin settings, you can use the rae_include_protected_meta filter to do so. The following code can be placed in your theme’s functions.php file, or in a custom plugin (on init priority 10 or earlier):
add_filter( 'rae_include_protected_meta', '__return_true' );
Competitors & alternatives
AppRanks tracks competitor sets per category. For REST API Enabler, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is REST API Enabler?
REST API Enabler is an app for WordPress. It currently holds a 5.0-star rating from 3 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Mickey Kay.