{ "opencollection": "1.0.0", "info": { "name": "Materials Project Defect Tasks Materials Oxidation States API", "version": "0.86.4rc5.dev1+g77c2c1315" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Materials Oxidation States", "type": "folder" }, "items": [ { "info": { "name": "Get OxidationStateDoc documents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/materials/oxidation_states/", "params": [ { "name": "material_ids", "value": "", "type": "query", "description": "Comma-separated list of material_id values to query on" }, { "name": "formula", "value": "", "type": "query", "description": "Query by formula including anonymized formula or by including wild cards. A comma delimited string list of anonymous formulas or regular formulas can also be provided." }, { "name": "chemsys", "value": "", "type": "query", "description": "A comma delimited string list of chemical systems. Wildcards for unknown elements only supported for single chemsys queries" }, { "name": "possible_species", "value": "", "type": "query", "description": "Comma delimited list of element symbols appended with oxidation states. (e.g. Cr2+,O2-)" }, { "name": "_page", "value": "", "type": "query", "description": "Page number to request (takes precedent over _limit and _skip)." }, { "name": "_per_page", "value": "", "type": "query", "description": "Number of entries to show per page (takes precedent over _limit and _skip). Limited to 1000." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of entries to skip in the search." }, { "name": "_limit", "value": "", "type": "query", "description": "Max number of entries to return in a single query. Limited to 1000." }, { "name": "_fields", "value": "", "type": "query", "description": "Fields to project from OxidationStateDoc as a list of comma separated strings. Fields include: `builder_meta` `nsites` `elements` `nelements` `composition` `composition_reduced` `formula_pretty` `formula_anonymous` `chemsys` `volume` `density` `density_atomic` `symmetry` `material_id` `deprecated` `deprecation_reasons` `last_updated` `origins` `warnings` `structure` `property_name` `possible_species` `possible_valences` `average_oxidation_states` `method`" }, { "name": "_all_fields", "value": "", "type": "query", "description": "Include all fields." }, { "name": "license", "value": "", "type": "query", "description": "Query by license. Can be commercial or non-commercial, or both" } ] }, "docs": "Get OxidationStateDoc documents" } ] } ], "bundled": true }