Frontend vs Backend
We typically use Web APIs in the context of web development, which encompasses both frontend and backend development.
Frontend is described by web applications and mobile apps.
Backend is describer by the back-end system serving data.
We will examine the communication between the frontend, represented by a website, and the backend, represented by a RESTful API service.