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. eSigning Documents With Eversign

    eSigning Documents With Eversign

    Tutorial Beginner

    It goes without saying that 2020 changed the business landscape forever, especially in the technology industry. Businesses that thrived on, and required,...

  2. Validate and Verify Emails With the mailboxlayer API

    Validate and Verify Emails With the mailboxlayer API

    Tutorial Beginner

    Email is the primary form of communication with your customers, and you need tools to help alleviate email's inherit issues. By using mailboxlayer, your...

  3. Get Real-Time Exchange Rates With exchangeratesapi

    Get Real-Time Exchange Rates With exchangeratesapi

    Tutorial Beginner

    exchangeratesapi is a RESTful API service that allows customers to query current and historical currency data for most countries worldwide.

  4. How to Build a Simple REST API in PHP

    How to Build a Simple REST API in PHP

    Tutorial Beginner

    In this tutorial, I'll teach you how to build a simple REST API with PHP and MySQL. You’ll build a simple demo application, which allows you to fetch a list...

  5. Android From Scratch: Using REST APIs

    Android From Scratch: Using REST APIs

    Tutorial Beginner

    In this tutorial, I'm going to show you how to use the classes and methods available in the Android SDK to connect to remote web servers and interact with...

  6. Real-Time Global Aviation Data With the aviationstack API

    Real-Time Global Aviation Data With the aviationstack API

    Tutorial Beginner

    Aviation is at the heart of today’s business and lifestyle, and whether you’re building booking platforms, visualizing and monitoring global flights, or...

  7. Get Real-Time Weather Data With the weatherstack API

    Get Real-Time Weather Data With the weatherstack API

    Tutorial Beginner

    weatherstack is a RESTful API service that allows customers to query current, historical, and forecast weather for as many worldwide locations as possible....

  8. Scrape the Web at Scale With the scrapestack API

    Scrape the Web at Scale With the scrapestack API

    Tutorial Beginner

    Using the scrapestack API, you can quickly and efficiently scrape web pages from anywhere in the world and turn them into actionable data that you can put to...

  9. Real-Time News Data With the mediastack API

    Real-Time News Data With the mediastack API

    Tutorial Beginner

    Whether you run a non-profit organization, a small business resources website, a community news aggregator website, or you simply want to run an RSS feed on...

  10. Real-Time Stock Market Data With the marketstack API

    Real-Time Stock Market Data With the marketstack API

    Tutorial Intermediate

    Whether you're an individual, small business, financial advisor, or developer, the marketstack API gives you access to real-time, intraday, and historical...

  11. New Course: Build an App With GraphQL, Laravel, and Vue

    New Course: Build an App With GraphQL, Laravel, and Vue

    Tutorial Beginner

    If you want to learn all about the GraphQL web API in depth, try our new course, Build an App With GraphQL, Laravel, and Vue.

  12. Code Your First API With Node.js and Express: Connect a Database

    Code Your First API With Node.js and Express: Connect a Database

    Tutorial Beginner

    In this tutorial, we're going to set up a MySQL database to store all the data, connect to the database from our Node.js app, and allow the API to use the...