Skip to content

API Guide

This guide contains tools and resources for learning about Application Programming Interfaces (APIs) and how to use them.

API Basics

API Database

This is a very short list of interesting web APIs to learn about.

API Discovery

API Mashups

What's a mashup? It's an application that utilizes one or more APIs in combination to provide a solution to a problem or ask new questions.

Projects

Products

These are platforms that utilize APIs in their products. The use of one or more APIs is core to their business model.

API Development

This section contains references to tools and background knowledge needed for understanding how to work with and build APIs.

Development Tools

  • Postman - A great tool for testing all types of requests to/from APIs
  • hoppscotch - Similar to Postman but web based

Javascript

Data and Databases

Building Databases

JSON

Protocols & Standards

URL

Parts of a URL - protocol, host, port, resource path, query

HTTP / HTTPS

CRUD

REST

Back to top