{ "opencollection": "1.0.0", "info": { "name": "Burger Singh Taxonomy API", "version": "wp/v2" }, "items": [ { "info": { "name": "Taxonomy", "type": "folder" }, "items": [ { "info": { "name": "List category terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.burgersinghonline.com/wp-json/wp/v2/categories", "params": [ { "name": "page", "value": "", "type": "query", "description": "Current page of the collection. Defaults to 1." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items returned. Verified live: values outside 1-100 return HTTP 400 rest_invalid_param." }, { "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": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines the fields present in the response. Only view and embed are available anonymously." }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to limit the response to. Verified live." }, { "name": "slug", "value": "", "type": "query", "description": "Limit results to terms with one of the given slugs." }, { "name": "parent", "value": "", "type": "query", "description": "Limit results to terms with the given parent term ID." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any object." } ] }, "docs": "Returns a paginated collection of category terms with their object counts." }, { "info": { "name": "Get a category term", "type": "http" }, "http": { "method": "GET", "url": "https://www.burgersinghonline.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique numeric identifier for the object." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines the fields present in the response. Only view and embed are available anonymously." }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to limit the response to. Verified live." } ] }, "docs": "Returns a single category term by its numeric term ID." }, { "info": { "name": "List tag terms", "type": "http" }, "http": { "method": "GET", "url": "https://www.burgersinghonline.com/wp-json/wp/v2/tags", "params": [ { "name": "page", "value": "", "type": "query", "description": "Current page of the collection. Defaults to 1." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items returned. Verified live: values outside 1-100 return HTTP 400 rest_invalid_param." }, { "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": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines the fields present in the response. Only view and embed are available anonymously." }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to limit the response to. Verified live." } ] }, "docs": "Returns a paginated collection of post_tag terms. Verified live: this collection is currently empty (X-WP-Total: 0)." }, { "info": { "name": "Get a tag term", "type": "http" }, "http": { "method": "GET", "url": "https://www.burgersinghonline.com/wp-json/wp/v2/tags/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique numeric identifier for the object." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines the fields present in the response. Only view and embed are available anonymously." }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to limit the response to. Verified live." } ] }, "docs": "Returns a single post_tag term by its numeric term ID." } ] } ], "bundled": true }