About 85,900 results
Open links in new tab
  1. Web APIs - W3Schools

    It provides a structured representation of a webpage, allowing JavaScript to access and manipulate elements, attributes, and content dynamically, creating interactive user interfaces.

  2. Introduction to web APIs - Learn web development | MDN - MDN Web Docs

    Nov 30, 2025 · Client-side JavaScript, in particular, has many APIs available to it — these are not part of the JavaScript language itself, rather they are built on top of the core JavaScript language, providing …

  3. Working with APIs in JavaScript - GeeksforGeeks

    Jul 15, 2025 · An API is simply a medium to fetch or send data between interfaces. Let's say you want to make an application that provides the user with some real-time data fetched from the server or …

  4. How to Call an API in JavaScript – with Examples

    Nov 3, 2023 · In this tutorial, I'll walk you through the process of making API calls in JavaScript, step by step. By the end of this article, you'll have a solid understanding of how to interact with APIs in your …

  5. Web API - JavaScript Tutorial

    Basic Canvas – Learn about the HTML5 <canvas> element and how to use the Canvas API to draw shapes. Draw a filled rectangle – Show you how to draw a filled rectangle using the fillRect() method.

  6. Web APIs Explorer - Modern JavaScript Web APIs Reference and …

    Explore, learn and experiment with modern JavaScript Web APIs. Interactive code examples, demos and documentation for Browser APIs, Device APIs, Storage, Media, and more.

  7. How to integrate APIs in Javascript | A Complete Guide

    Oct 31, 2025 · This article is a comprehensive guide to integrating APIs in JavaScript. It compares a restaurant's communication flow and how APIs facilitate software component interaction.

  8. Web APIs | MDN - MDN Web Docs

    Jul 29, 2025 · Below is a list of all the APIs and interfaces (object types) that you may be able to use while developing your Web app or site. Web APIs are typically used with JavaScript, although this …

  9. JavaScript Web API - Online Tutorials Library

    Learn about JavaScript Web APIs, their functionality, and how to use them effectively in your web development projects.

  10. Beginner’s Guide to JavaScript APIs - Medium

    Jun 28, 2024 · Learn how to create and consume APIs with JavaScript, covering RESTful principles, Node.js, Express, Fetch API, and handling JSON data effectively.