MongoDB APIs

MongoDB provides different APIs to manage your instances of MongoDB or manipulate data in your collections. In this workspace, you will find a public collection demonstrating how to use the Data API, a REST-like API to access your MongoDB collections, and a collection to configure your MongoDB Atlas instances through API access.

Getting Started

This workspace contains examples of how to work with the MongoDB Data API and the Atlas Administration API.

You can find out more about these APIs by looking at the documentation.

Fork the collections to have access to the latest version at any time.

Detailed Examples

For an example of how to use the MongoDB Data API, check out: https://www.mongodb.com/developer/quickstart/atlasdataapi_introduction/

For an example of how to use the Administration API, check out: https://www.mongodb.com/developer/products/atlas/admin-api-Qodex/