index.rst 540 B

1234567891011121314151617
  1. ===========
  2. Wagtail API
  3. ===========
  4. The API module provides a public-facing, JSON-formatted API to allow retrieving
  5. content as raw field data. This is useful for cases like serving content to
  6. non-web clients (such as a mobile phone app) or pulling content out of Wagtail
  7. for use in another site.
  8. See `RFC 8: Wagtail API <https://github.com/wagtail/rfcs/blob/master/text/008-wagtail-api.md#12---stable-and-unstable-versions>`_
  9. for full details on our stabilisation policy.
  10. .. toctree::
  11. :maxdepth: 2
  12. v2/configuration
  13. v2/usage