> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/ja/gaido-3/developer-guide/api.md).

# API

Chamilo 3.0 は **API Platform 4** 上に構築された REST API を公開しています。この API はプラットフォームのリソースへのプログラム的なアクセスを提供し、Vue フロントエンドが使用する API と同じものです。

* [**認証**](/3.x/ja/gaido-3/developer-guide/api/authentication.md) — JWT トークンベースの認証
* [**エンドポイントリファレンス**](/3.x/ja/gaido-3/developer-guide/api/endpoints-reference.md) — 利用可能な API リソースの概要
* [**カスタムアクション**](/3.x/ja/gaido-3/developer-guide/api/custom-actions.md) — 標準 CRUD を超える専用エンドポイント
* [**Webhook**](/3.x/ja/gaido-3/developer-guide/api/webhooks.md) — 外部システムへのイベント駆動型通知
