{ "opencollection": "1.0.0", "info": { "name": "Materials Project Defect Tasks Materials Alloys 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 Alloys", "type": "folder" }, "items": [ { "info": { "name": "Get AlloyPairDoc documents", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/materials/alloys/", "params": [ { "name": "material_ids", "value": "", "type": "query", "description": "Comma-separated list of material_ids to query on" }, { "name": "formulae", "value": "", "type": "query", "description": "Comma-separated list of end-point formulas to query." }, { "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 AlloyPairDoc as a list of comma separated strings. Fields include: `builder_meta` `alloy_pair` `pair_id`" }, { "name": "_all_fields", "value": "", "type": "query", "description": "Include all fields." } ] }, "docs": "Get AlloyPairDoc documents" } ] } ], "bundled": true }