WordPress REST API and Backbone JS
WordPress REST API and Backbone JS
WordPress REST API and Backbone JS
Believe you need to be setting the status to draft, not publish https://developer.wordpress.org/rest-api/reference/posts/
WordPress Users API throwing 403 Forbidden error
How to access WP header from Appearance > Header using WP Rest api (React)
REST API not returning all tags – is there a way to return all tags even ones that are not part of published posts?
The documentation for the posts endpoint does not indicate that meta_key or meta_value are accepted parameters. You will likely have most success by defining your own endpoint to accept those parameters. This question may be helpful: REST API and filtering by meta value
I managed to fix it, there was a wp_query included in the search-route.php file. Adding ‘posts_per_page’ => 30, to the query there I guess sent the data through, allowing for the per_page condition to work. Thanks for looking anyhow!
Authorization and execution of the link
Categories & Tags created with the REST API returning 404 when viewed
Can external API content be added to Rest API in WordPress