{ "opencollection": "1.0.0", "info": { "name": "DalCor Pharmaceuticals Content API (WordPress REST API) Search API", "version": "wp/v2" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search across content types", "type": "http" }, "http": { "method": "GET", "url": "https://dalcorpharma.com/wp-json/wp/v2/search", "params": [ { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in the result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "exclude", "value": "", "type": "query", "description": "Ensure the result set excludes specific IDs." }, { "name": "include", "value": "", "type": "query", "description": "Limit the result set to specific IDs." }, { "name": "wpml_language", "value": "", "type": "query", "description": "WPML language code. The site publishes an English and a French edition; `en` returns 24 posts / 17 pages and `fr` returns 6 posts / 15 pages (observed 2026-08-04)." }, { "name": "context", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query", "description": "Limit results to items of an object type." }, { "name": "subtype", "value": "", "type": "query", "description": "Limit results to items of one or more object subtypes." } ] }, "docs": "Cross-content search returning lightweight {id, title, url, type, subtype} records. Available subtypes on this site are post, page, e-floating-buttons, elementor_library, category and post_tag." } ] } ], "bundled": true }