2022-05-20 01:14:50 +02:00
|
|
|
# Wagtail API
|
2016-09-22 12:15:18 +02:00
|
|
|
|
|
|
|
The API module provides a public-facing, JSON-formatted API to allow retrieving
|
|
|
|
content as raw field data. This is useful for cases like serving content to
|
|
|
|
non-web clients (such as a mobile phone app) or pulling content out of Wagtail
|
|
|
|
for use in another site.
|
|
|
|
|
2022-05-20 01:14:50 +02:00
|
|
|
See [RFC 8: Wagtail API](https://github.com/wagtail/rfcs/blob/main/text/008-wagtail-api.md#12---stable-and-unstable-versions)
|
2016-09-22 12:15:18 +02:00
|
|
|
for full details on our stabilisation policy.
|
|
|
|
|
2022-05-20 01:14:50 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 2
|
|
|
|
---
|
|
|
|
v2/configuration
|
|
|
|
v2/usage
|
|
|
|
```
|