Learn Rest API

Use Rest APIs to make it easier for applications to communicate with each other. These tutorials show you how to code an API using various frameworks and approaches.

All Rest API content:

  1. Introducing the WP REST API

    Introducing the WP REST API

    Tutorial Beginner

    WP-API is a feature plugin that is intended to be included in the WordPress core. It provides a RESTful API for interacting with the site remotely and...

  2. How to Program With Yii2: Google Authentication

    How to Program With Yii2: Google Authentication

    Tutorial Intermediate

    In this episode, we'll show you how to have your Yii2 app users register and sign in with their Google accounts.

  3. Mastering WP_Meta_Query & WP_Date_Query

    Mastering WP_Meta_Query & WP_Date_Query

    Tutorial Intermediate

    In this part of the series "Mastering WP_Query", you're going to learn about two sibling classes called WP_Meta_Query and WP_Date_Query.

  4. Mastering WP_User_Query

    Mastering WP_User_Query

    Tutorial Intermediate

    In this tutorial, you're going to learn about using the WP_User_Query class to query the user tables in WordPress.

  5. Combining WP_Query With the Main Query

    Combining WP_Query With the Main Query

    Tutorial Intermediate

    In this part of our series on mastering WP_Query, you'll learn how to combine custom arguments in WP_Query with the main query.

  6. WP_Query Arguments: Author, Search, Password & Permissions

    WP_Query Arguments: Author, Search, Password & Permissions

    Tutorial Intermediate

    In this final tutorial on WP_Query arguments, learn about arguments to find posts by author, to use search terms in your query, to find posts with or without...

  7. WP_Query Arguments: Custom Fields

    WP_Query Arguments: Custom Fields

    Tutorial Intermediate

    Learn how to query your posts by their custom field values (also known as post metadata) using the WP_Query class.

  8. How to Build a Subscription Box With Stamplay

    How to Build a Subscription Box With Stamplay

    Tutorial Intermediate

    Subscription boxes are an increasingly popular business these days. You can find them for everything from grooming products to healthy snacks, kids games and...

  9. Mastering WP_Query: Properties and Methods

    Mastering WP_Query: Properties and Methods

    Tutorial Intermediate

    In this tutorial, you're going to learn about the properties and methods of the WP_Query class.

  10. Mastering WP_Query: Related Functions

    Mastering WP_Query: Related Functions

    Tutorial Intermediate

    In this second part, we're going to learn about the functions that are related to WP_Query.

  11. Building With the Twitter API: Managing Lists

    Building With the Twitter API: Managing Lists

    Tutorial Intermediate

    Now that you've read about the power of Twitter Lists, we'll write code to build features with the List API.

  12. Building With the Twitter API: The Power of Lists

    Building With the Twitter API: The Power of Lists

    Tutorial Beginner

    Lists are Twitter's most powerful underused feature. Take a second look at how you can use them and learn how to code for the List API.