Enable the WP REST API to work with custom post types, custom fields, and custom endpoints.
As of April 2026, REST API Enabler is a WordPress api plugin with 200 active installations and a 5/5 rating from 3 reviews. It has been downloaded 10K+ times in total. Requires WordPress 3.5+ and PHP false+. Available on WordPress.org since 2015. Last updated 9 years ago — may have compatibility concerns. Top alternative: WP Consent API.
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:
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"
]…| WordPress | 3.5+ requiredTested up to 4.4.34 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.