How Can I use Restful API to get the structure JSON.

I am new to the project. Can anyone help me with getting a simple structure(NaCl) in JSON format. I am using Postman for Restful API calls. I don’t want to use python as I am creating a project in C++.

Hi @Sumit_Das,

The mp_api python client (Getting Started | Materials Project Documentation) is currently the only officially supported and up-to-date client for programmatically interacting with the Materials Project. You are free to develop your own client for your own use case, but you would be on your own in that effort and susceptible to upstream changes. You can check the spec here: Materials Project API - Swagger UI + OpenAPI json spec and attempt to work out a pipeline that fits, but I would not recommend that route.

MP’s data is also available through a public s3 bucket (AWS OpenData | Materials Project Documentation), but this more geared toward bulk downloads and post-processing once the data is on disk. Likely doesn’t fit your current use case, but just mentioning it for your reference.