About 89,900,000 results
Open links in new tab
  1. Introduction to web APIs - Learn web development | MDN

    Nov 30, 2025 · First up, we'll start by looking at APIs from a high level — what are they, how do they work, how to use them in your code, and how are they structured? We'll also take a look at what the …

  2. 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.

  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

    This section introduces you to the Web APIs specified in the HTML5 specification. These Web APIs allow you to use the modern functions provided by the web browsers in your web applications. …

  6. A Beginner’s Guide to Web APIs with JavaScript

    Jul 13, 2024 · Each type has its own conventions and use cases, but for this tutorial, we'll focus on using the Fetch API with RESTful APIs, which is widely used in modern web development for its simplicity …

  7. 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.

  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

    The browser API is developed on top of the core JavaScript, which you can use to manipulate the web page's functionality. There are multiple browser APIs available which can be used to interact with the …

  10. JavaScript Web API - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.