> 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/2.x-de/entwicklerhandbuch/developer-guide/api.md).

# API

Chamilo 2.0 stellt eine REST-API bereit, die auf **API Platform 3.0** basiert. Die API ermöglicht den programmgesteuerten Zugriff auf Plattformressourcen und ist dieselbe API, die vom Vue-Frontend verwendet wird.

* [**Authentifizierung**](/2.x-de/entwicklerhandbuch/developer-guide/api/authentication.md) — JWT-Token-basierte Authentifizierung
* [**Endpunkte-Referenz**](/2.x-de/entwicklerhandbuch/developer-guide/api/endpoints-reference.md) — Übersicht über verfügbare API-Ressourcen
* [**Benutzerdefinierte Aktionen**](/2.x-de/entwicklerhandbuch/developer-guide/api/custom-actions.md) — Spezialisierte Endpunkte jenseits von Standard-CRUD
* [**Webhooks**](/2.x-de/entwicklerhandbuch/developer-guide/api/webhooks.md) — Ereignisgesteuerte Benachrichtigungen an externe Systeme
