{ "opencollection": "1.0.0", "info": { "name": "Materials Project Defect Tasks Materials Synthesis 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 Synthesis", "type": "folder" }, "items": [ { "info": { "name": "Get SynthesisSearchResultModel documents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/materials/synthesis/", "params": [ { "name": "keywords", "value": "", "type": "query", "description": "Comma delimited string keywords to search synthesis paragraph text with." }, { "name": "synthesis_type", "value": "", "type": "query", "description": "Type of synthesis to include." }, { "name": "target_formula", "value": "", "type": "query", "description": "Chemical formula of the target material." }, { "name": "precursor_formula", "value": "", "type": "query", "description": "Chemical formula of the precursor material." }, { "name": "operations", "value": "", "type": "query", "description": "List of operations that syntheses must have." }, { "name": "condition_heating_temperature_min", "value": "", "type": "query", "description": "Minimal heating temperature." }, { "name": "condition_heating_temperature_max", "value": "", "type": "query", "description": "Maximal heating temperature." }, { "name": "condition_heating_time_min", "value": "", "type": "query", "description": "Minimal heating time." }, { "name": "condition_heating_time_max", "value": "", "type": "query", "description": "Maximal heating time." }, { "name": "condition_heating_atmosphere", "value": "", "type": "query", "description": "Required heating atmosphere, such as \"air\", \"argon\"." }, { "name": "condition_mixing_device", "value": "", "type": "query", "description": "Required mixing device, such as \"zirconia\", \"Al2O3\"." }, { "name": "condition_mixing_media", "value": "", "type": "query", "description": "Required mixing media, such as \"alcohol\", \"water\"." }, { "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 10." } ] }, "docs": "Get SynthesisSearchResultModel documents" } ] } ], "bundled": true }