aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/index.html')
-rw-r--r--files/ja/web/api/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/web/api/index.html b/files/ja/web/api/index.html
new file mode 100644
index 0000000000..452a9afe03
--- /dev/null
+++ b/files/ja/web/api/index.html
@@ -0,0 +1,32 @@
+---
+title: Web API
+slug: Web/API
+tags:
+ - API
+ - DOM
+ - JavaScript
+ - Reference
+ - ウェブ
+translation_of: Web/API
+---
+<p><span class="seoSummary">ウェブのコードを書く時は、数多くの Web API が利用できます。以下に、ウェブアプリやサイトを開発する際に利用することができる可能性があるすべてのインターフェイス (オブジェクト型) のリストを挙げます。</span></p>
+
+<p>Web API は通常 JavaScript とともに使用されますが、常にそうとは限りません。</p>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<p>利用可能なすべての API の一覧です。</p>
+
+<div>{{ListGroups}}</div>
+
+<h2 id="Interfaces" name="Interfaces">インターフェイス</h2>
+
+<p>利用可能なすべてのインターフェイス (すなわちオブジェクトの型) の一覧です。</p>
+
+<div>{{APIListAlpha}}</div>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Web/Events">Web API イベントリファレンス</a></li>
+</ul>