Django REST framework is a powerful and flexible toolkit for building RESTful Web APIs. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
Django REST framework is a Web API framework for Django and is suitable for building complex, highly customizable APIs and web services.
Features include:
- Built-in support for various authentication, permissions, versioning, throttling and other API policies.
- Creates APIs that can be interacted with directly in the browser (also known as Browsable APIs).
- Large ecosystem of third party packages.
Documentation | GitHub | Mailing list
Related tags: