WP REST API (WP API) Wordpress Plugin - Rating, Reviews, Demo & Download

WP REST API (WP API) Preview Wordpress Plugin - Rating, Reviews, Demo & Download
4.6 Average out of 18 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

WordPress is moving towards becoming a fully-fledged application framework, and
we need new APIs. This project was born to create an easy-to-use,
easy-to-understand and well-tested framework for creating these APIs, plus
creating APIs for core.

This plugin provides an easy to use REST API, available via HTTP. Grab your
site’s data in simple JSON format, including users, posts, taxonomies and more.
Retrieving or updating data is as simple as sending a HTTP request.

Want to get your site’s posts? Simply send a GET request to /wp-json/posts.
Update user with ID 4? Send a POST request to /wp-json/users/4. Get all
posts with the search term “awesome”? GET /wp-json/posts?filter[s]=awesome.
It’s that easy.

WP API exposes a simple yet easy interface to WP Query, the posts API, post meta
API, users API, revisions API and many more. Chances are, if you can do it with
WordPress, WP API will let you do it.

WP API also includes an easy-to-use Javascript API based on Backbone models,
allowing plugin and theme developers to get up and running without needing to
know anything about the details of getting connected.

Check out our documentation for information on what’s available in the
API and how to use it. We’ve also got documentation on extending the API with
extra data for plugin and theme developers!

All tickets for the project are being tracked on GitHub. You can also take a
look at the recent updates for the project.

Screenshots

No screenshots provided


Reviews & Comments