Returns a list of themes with their associated information, as well as meta information about the request. It provides multiple filters to search: text string, feature tags, author, and provides some capability for sorting (popular, featured, updated, new).
- Provider
- @wordpress/env (Local Development Environment)
- Input summary
- {"name":"action","type":"string","required":true,"description":"Possible actions: query_themes","enum":["query_themes","theme_information","hot_tags","feature_list"]}, {"name":"request[search]","type":"string","required":false,"description":"Textual search, using a free-form string. Default: null"}, {"name":"request[tag]","type":"string","required":false,"description":"Filter to return themes with a specified tag or set of tags (pass an array of string). Default: null"}, {"name":"request[theme]","type":"string","required":false,"description":"Slug of a specific theme to return. Default: null"}, {"name":"request[author]","type":"string","required":false,"description":"WordPress.org username of the author. Filter to return only themes authored by them. Default: null"}, {"name":"request[page]","type":"integer","required":false,"description":"The page currently returned. Default: 1"}, {"name":"request[per_page]","type":"integer","required":false,"description":"Amount of themes returned per page. Default: null (24)"}, {"name":"request[browse]","type":"string","required":false,"description":"Predefined query ordering. Possible values are: popular, featured, updated, new. Default: null","enum":["popular","featured","updated","new"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available