Top "Wp-api" questions

Provides an easy to use HTTP REST API to access your WordPress site’s data.

Wordpress REST API (wp-api) 404 Error

I have been using the Wordpress REST plugin WP-API for months now while developing locally with XAMPP. I recently migrated …

wordpress wp-api wordpress-rest-api
how to send HttpRequest and get Json response in android?

i want to build an android app for my wordpress website using wp-api plugin. how can i send HttpRequest(GET) …

android json httprequest wp-api
How can I get a list of posts for a category with WP-API?

Should be easy, but didnt find it in the WP-API docs.

wordpress wp-api
WP-API get posts and order them by a descending order

I am trying to grab posts and order them by date, in a descending order. I am talking about this …

wordpress wp-api wordpress-rest-api
Custom route endpoint for WP-REST API gives "code": "rest_no_route", error

I am following this tutorial to create custom end points to WP-API . I am always getting this error on hitting /…

wordpress wp-api
WP Rest API + AngularJS : How to grab Featured Image for display on page?

I am accessing Wordpress data through an HTTP REST API plugin (this wordpress plugin: http://v2.wp-api.org/). I know …

angularjs wordpress rest wp-api
WP rest API get post by title

I'm trying to check by a post title if post exist or not. For some reason when i try something …

wordpress wp-api wordpress-json-api
Make WordPress WP-API faster by not loading theme and plugins

I would like to make requests to the WordPress API much faster. My API is implemented in a plugin (using …

php wordpress wp-api wordpress-json-api
WP Rest API Get Featured Image

I am building a relatively simply blog page that uses the WP Rest Api and AngularJs to show the data …

angularjs wordpress rest wp-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