Obtaining all the intercalation battery compositions of any working ion

Hello

From the MP battery explorer, is there a way to use the MP Rest API to obtain and store information of all intercalation battery compositions regardless of the working ion? I would like to store this information in a CSV/Excel file for modeling and the option for exporting the list is not available.

Edit: I have seen a few papers that specify that they have obtained nearly 4000 entries of intercalation batteries using pymatgen (which does use the REST API) but have never specified how.

Hi @Nishant_Abishaik,
This is an actively developing part of MP, so there is officially supported API yet.
A hack to perform the query on our internal database is given here:

A full-featured API should be released around the end of this year.
Best,