{"id":973,"date":"2016-03-28T20:06:00","date_gmt":"2016-03-28T20:06:00","guid":{"rendered":"https:\/\/fir3netwp.gmsrrpobkbd.com\/2016\/03\/28\/how-to-build-a-restful-api-using-the-django-rest-framework\/"},"modified":"2021-07-31T15:12:19","modified_gmt":"2021-07-31T15:12:19","slug":"how-to-build-a-restful-api-using-the-django-rest-framework","status":"publish","type":"post","link":"https:\/\/www.fir3net.com\/Web-Development\/Django\/how-to-build-a-restful-api-using-the-django-rest-framework.html","title":{"rendered":"How to Build a RESTful API using the Django REST Framework"},"content":{"rendered":"

The Django REST Framework (DRF) allows you create REST based APIs quickly and simply, providing a range of features such authentication, error handling, serialization and full CRUD\u00a0 (Create Replace Update Delete) based operations to your database.<\/p>\n

Within this article will look at how to create a very basic API. The API will take in a JSON input, validate and return a response back to the client.<\/p>\n

\n

Table of Contents<\/p>\n