2017-03-07 10:49:19 +00:00
Wagtail API v1
==============
.. warning ::
This documentation covers the deprecated version 1 of the API, which is provided for backwards compatibility only. For the current version, see :doc: `/advanced_topics/api/index`
2015-03-02 10:19:58 +00:00
2015-04-17 22:05:08 +00:00
The `` wagtailapi `` module can be used to create a read-only, JSON-based API for public Wagtail content.
2015-03-02 10:19:58 +00:00
There are three endpoints to the API:
* **Pages:** `` /api/v1/pages/ ``
* **Images:** `` /api/v1/images/ ``
* **Documents:** `` /api/v1/documents/ ``
See :doc: `installation` and :doc: `configuration` if you're looking to add this module to your Wagtail site.
See :doc: `usage` for documentation on the API.
Index
-----
.. toctree ::
:maxdepth: 2
installation
configuration
usage