Top "Wordpress-rest-api" questions

The WordPress REST API

How to expose all the ACF fields to Wordpress REST API in both pages and custom postypes

I want to expose all the ACF fields that belong to a page or custom post type to the WordPress …

php wordpress advanced-custom-fields wordpress-rest-api
Can't authenticate with basic authentication using WP REST API 2.0 plugin

I'm having an issue with basic authentication. Trying to send a GET request with Postman (chrome plugin) using the following …

php wordpress rest authentication wordpress-rest-api
wordpress rest api v2 how to list taxonomy terms?

i am new to v2, i use v1 for long time, currently upgrade to v2, i try to get all …

wordpress wordpress-rest-api
WordPress REST API - more than 10 posts

I searched this issue and tried several solution with no luck. My main route is here: https://cnperformance.wpengine.com/…

wordpress custom-post-type wordpress-rest-api wp-api
<script>document.cookie = "humans_21909=1"; document.location.reload(true)</script>

web API build with wordpress is showing error of <script>document.cookie = "humans_21909=1"; document.location.reload(true)</…

wordpress wordpress-rest-api
rest_api_init event not fired

I am trying to run custom plugin on wp 4.7.4 . Below is my simple plugin add_action( 'rest_api_init', 'register_…

wordpress wordpress-rest-api
404 on http://localhost/wp-json/wp/v2/posts in wordpress using REST API V2

I am getting a 404 on http://localhost/wp-json/wp/v2/posts route. I changed permalink type to plain. Still got …

angularjs wordpress rest routes wordpress-rest-api
WooCommerce REST API - Filter Orders By Date Modified

I'm using the WooCommerce REST API (http://woocommerce.github.io/woocommerce-rest-api-docs/#introduction) and can download Customers, Orders, etc successfully. I'm …

wordpress rest woocommerce woocommerce-rest-api wordpress-rest-api