{ "opencollection": "1.0.0", "info": { "name": "Lendis Content API (WordPress REST) case-study taxonomies API", "version": "wp/v2" }, "items": [ { "info": { "name": "taxonomies", "type": "folder" }, "items": [ { "info": { "name": "List Post categories", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/categories", "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "slug", "value": "", "type": "query", "description": "Limit the result set to objects with one or more specific slugs." }, { "name": "_fields", "value": "", "type": "query", "description": "Limit the response to a comma-separated list of fields." }, { "name": "_embed", "value": "", "type": "query", "description": "Embed linked resources (author, featured media, terms) into the response." } ] }, "docs": "Returns a paginated collection of terms in the `categories` taxonomy." }, { "info": { "name": "Get a single term from Post categories", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." } ] }, "docs": "Returns a single term in the `categories` taxonomy by its numeric ID." }, { "info": { "name": "List Post tags", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/tags", "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "slug", "value": "", "type": "query", "description": "Limit the result set to objects with one or more specific slugs." }, { "name": "_fields", "value": "", "type": "query", "description": "Limit the response to a comma-separated list of fields." }, { "name": "_embed", "value": "", "type": "query", "description": "Embed linked resources (author, featured media, terms) into the response." } ] }, "docs": "Returns a paginated collection of terms in the `tags` taxonomy." }, { "info": { "name": "Get a single term from Post tags", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." } ] }, "docs": "Returns a single term in the `tags` taxonomy by its numeric ID." }, { "info": { "name": "List Ratgeber categories", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/ratgeber-kategorien", "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "slug", "value": "", "type": "query", "description": "Limit the result set to objects with one or more specific slugs." }, { "name": "_fields", "value": "", "type": "query", "description": "Limit the response to a comma-separated list of fields." }, { "name": "_embed", "value": "", "type": "query", "description": "Embed linked resources (author, featured media, terms) into the response." } ] }, "docs": "Returns a paginated collection of terms in the `ratgeber-kategorien` taxonomy." }, { "info": { "name": "Get a single term from Ratgeber categories", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/ratgeber-kategorien/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." } ] }, "docs": "Returns a single term in the `ratgeber-kategorien` taxonomy by its numeric ID." }, { "info": { "name": "List Wiki letter taxonomy terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/letter", "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": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "slug", "value": "", "type": "query", "description": "Limit the result set to objects with one or more specific slugs." }, { "name": "_fields", "value": "", "type": "query", "description": "Limit the response to a comma-separated list of fields." }, { "name": "_embed", "value": "", "type": "query", "description": "Embed linked resources (author, featured media, terms) into the response." } ] }, "docs": "Returns a paginated collection of terms in the `letter` taxonomy." }, { "info": { "name": "Get a single term from Wiki letter taxonomy terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.lendis.io/wp-json/wp/v2/letter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the term." } ] }, "docs": "Returns a single term in the `letter` taxonomy by its numeric ID." } ] } ], "bundled": true }