The Wagtail API V2 module exposes a public, read-only, JSON-formatted API which can be used by external clients (such as a mobile app) or the site's frontend. The API is built on Django REST Framework and comes on as a dependency of Wagtail.
The Wagtail API V2 module exposes a public, read-only, JSON-formatted API which can be used by external clients (such as a mobile app) or the site's frontend. The API is built on Django REST Framework and comes on as a dependency of Wagtail.
Please consider official document for more details.