Put Your Content to REST With WP-API

The JSON REST API (WP API) is coming to WordPress Core in WordPress 4.1. Come to learn more what the JSON REST API is, why this upcoming feature is a game changer for WordPress as an application platform, and leave with some examples of how you can be using or extending it today.

We will walk through examples of how to make HTTP requests to view resources through the API, and authenticating to perform more sensitive actions such as creating, editing, and deleting resources.

You can learn about all the resources available within the WordPress JSON REST API from our documentation, including:

  • posts
  • pages
  • post_meta
  • taxonomies
  • comments
  • users