Deneme toplantısının yararlı olması için konuyu biraz daha araştırdım:
1. A client-side web API is a programmatic interface to extend functionality within a web browser or other HTTP client.
2. A server-side web API is a programmatic interface consisting of one or more publicly exposed endpoints to a defined request–response message system, typically expressed in JSON or XML, which is exposed via the web.
RESTful web APIs are typically loosely based on HTTP methods to access resources via URL-encoded parameters and the use of JSON or XML to transmit data.
3. MDN sayfasındaki uzun liste ile başlayıp GitHub örneğine, oradan Google API'ye geçmeyi planlıyorum: