What is resource to access and manage a list of materials?

Hi everybody!

I want to know the way to get a list of materials of this API.

Then I will integrate it in my local web.

Thanks

We have one API endpoint to retrieve a list of our material IDs

https://materialsproject.org/rest/v2/materials/mids

and we have another endpoint to retrieve a list of distinct chemical formulae (where we may have more than one polymorph in our database for a given formula)

https://materialsproject.org/rest/v2/materials/formulas

However, note that we have a rich API with powerful query capabilities to help you avoid silly loops in order to get properties across all or a subset of our materials.

1 Like