Why, in 2025, do we still need a 3rd party app to write a REST API with Django?
You do not always need Django REST Framework or Django Ninja; this guide shows how to build a simple JSON CRUD REST API in under 100 lines using Django’s built-in class-based views and ModelForms.