CMS API
We use Wagtail for our CMS, which comes with a nice REST API tightly integrated with Django REST Framework. Our endpoint for CMS content is /cms-api - the default Wagtail configuration is /api/v2, so if you come across other Wagtail guides (such as this YouTube tutorial), just substitute /cms-api in place of /api/v2.