Django-REST-Framework-Mongoengine ports the standard SQL-based Django-REST-Framework to MongoDB. This library allows you to create MongoDB-backed REST API, using Mongoengine ODM that mimics the familiar SQL-based Django ORM, but validation of deeply nested JSONs much easier. It allows you to specify optionally typed schema of your MongoDB documents and automatically generates validation and Browsable API for them.
Django-REST-Framework-Mongoengine ports the standard SQL-based Django-REST-Framework to MongoDB. This library allows you to create MongoDB-backed REST API, using Mongoengine ODM that mimics the familiar SQL-based Django ORM, but makes validation of deeply nested JSONs much easier. It allows you to specify (optionally) typed schema of your MongoDB documents and automatically generates validation and Browsable API for them.