Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 726 Bytes

index.rst

File metadata and controls

29 lines (18 loc) · 726 Bytes

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 /advanced_topics/api/index

The wagtailapi module can be used to create a read-only, JSON-based API for public Wagtail content.

There are three endpoints to the API:

  • Pages: /api/v1/pages/
  • Images: /api/v1/images/
  • Documents: /api/v1/documents/

See installation and configuration if you're looking to add this module to your Wagtail site.

See usage for documentation on the API.

Index

installation configuration usage