aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/guide/api/index.html
blob: e9ca5304d4c21fcccc869ad82e010541483be36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Guide to Web APIs
slug: Web/Guide/API
tags:
  - API
  - Guide
  - Landing
  - Web
translation_of: Web/Guide/API
---
<p>The web includes a wide array of APIs that can be used from JavaScript to build increasingly more powerful and capable applications, running either on the web, locally, or through technology such as <a href="https://nodejs.org/">Node.js</a>, on a server. On this page you'll find a complete list of all of the APIs provided by the full web technology stack.</p>

<h2 id="Web_API의_모든_것">Web API의 모든 것</h2>

<p>{{ListGroups}}</p>

<h2 id="See_also">See also</h2>

<ul>
 <li><a href="/en-US/docs/Web/API">Web API interface reference</a> (an index of all of the interfaces comprising all of these APIs)</li>
 <li><a href="/en-US/docs/Web/API/Document_Object_Model">Document Object Model</a> (DOM)</li>
 <li><a href="/en-US/docs/Web/Events">Web API event reference</a></li>
 <li><a href="/en-US/docs/Learn">Learning web development</a></li>
</ul>