{ "opencollection": "1.0.0", "info": { "name": "LanzaTech WordPress REST block-directory types API", "version": "wp/v2" }, "items": [ { "info": { "name": "types", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2/types", "type": "http" }, "http": { "method": "GET", "url": "https://lanzatech.com/wp-json/wp/v2/types", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "GET /wp/v2/types" }, { "info": { "name": "GET /wp/v2/types/{type}", "type": "http" }, "http": { "method": "GET", "url": "https://lanzatech.com/wp-json/wp/v2/types/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "Route-matched value (WordPress route pattern: [\\w-]+)." }, { "name": "type", "value": "", "type": "query", "description": "An alphanumeric identifier for the post type." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "GET /wp/v2/types/{type}" } ] } ], "bundled": true }