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.
  1. How to Build a REST API With Laravel

    How to Build a REST API With Laravel

    Course Beginner

    There are a lot of moving pieces to coding a RESTful API, but Laravel makes it a lot easier. In this free course, you'll learn everything you need to know to...

  2. WP REST API: Retrieving Data

    WP REST API: Retrieving Data

    Tutorial Beginner

    In the current installment of the series, we will learn techniques to explore the API and retrieve data for different resources using the WP REST API.

  3. REST vs. gRPC: Battle of the APIs

    REST vs. gRPC: Battle of the APIs

    Tutorial Intermediate

    The REST API has been a pillar of web programming for a long time. But recently gRPC has started encroaching on its territory. It turns out there are some...

  4. How to Build a REST API With Laravel

    How to Build a REST API With Laravel

    Tutorial Beginner

    There are a lot of moving pieces to coding a RESTful API, but Laravel makes it a lot easier. In this free course, you'll learn everything you need to know to...

  5. Analyze Recipes and Nutrition With APILayer Food APIs

    Analyze Recipes and Nutrition With APILayer Food APIs

    Tutorial Beginner

    The food-based APIs from APILayer can empower your applications to provide users with the accurate nutritional information they need.

  6. Code Your First API With Node.js and Express: Understanding REST APIs

    Code Your First API With Node.js and Express: Understanding REST APIs

    Tutorial Beginner

    If you've have heard of these terms like REST and API, but don't have a complete understanding of how they work or how to build your own API, this series is...

  7. Introduction to the Instagram API

    Introduction to the Instagram API

    Tutorial Intermediate

    More than 26% of all online adults use Instagram to post intriguing real-time imagery from around the world, making it an ideal platform for web developers...

  8. Mastering WP_Query: 10 Useful Examples

    Mastering WP_Query: 10 Useful Examples

    Tutorial Beginner

    Now that we've learned almost everything about the WP_Query class, it's time to try out some examples.

  9. Analyzing Code With Code Detection API

    Analyzing Code With Code Detection API

    Tutorial Beginner

    Developers need tools to help detect, label, format, and enrich their code, and Code Detection API was created for that explicit purpose.

  10. Advanced File Upload and Content Management With Filestack

    Advanced File Upload and Content Management With Filestack

    Tutorial Beginner

    We live in the information age. From communication to shopping to finances to work, we handle most of our interactions digitally through websites and apps....

  11. Building RESTful APIs With Flask: ORM Independent

    Building RESTful APIs With Flask: ORM Independent

    Tutorial Intermediate

    In this part of this tutorial series, learn how to create a RESTful API using Flask. This is especially useful for applications that depend on some...

  12. Building RESTful APIs With Flask: The DIY Approach

    Building RESTful APIs With Flask: The DIY Approach

    Tutorial Beginner

    Build powerful RESTful APIs with Flask. In this tutorial, you'll learn a class-based approach to do it all by yourself, for people who prefer to have more...