Filtering results

Hi, I am new to the database and I am trying to filter the materials using python code. I have a general knowledge of how to use it but I am trying to find a method or command to obtain all the properties of a set of materials. I know how to search for specific properties but I haven’t read anything about obtaining all of the properties for a specific material or set of materials.

Thanks!

Hi @Kenjiro_Garcia,

Are you trying to see all of the different types of properties you can query for? If so, the materials directory in the mapidoc repository (https://github.com/materialsproject/mapidoc) has everything listed with descriptions. Its structure mirrors that of the documents in our database.

Jason

1 Like

Thank you so much! This helps a lot, and sorry for the late response.