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","enum":["query_themes","theme_information","hot_tags","feature_list"]}, {"name":"request[search]","type":"string","required":false,"description":"Textual search, using a free-form string"}, {"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)"}, {"name":"request[theme]","type":"string","required":false,"description":"Slug of a specific theme to return"}, {"name":"request[slug]","type":"string","required":false,"description":"Slug of a specific theme to return"}, {"name":"request[author]","type":"string","required":false,"description":"WordPress.org username of the author. Filter to return only themes authored by them"}, {"name":"request[page]","type":"int","required":false,"description":"The page currently returned"}, {"name":"request[per_page]","type":"int","required":false,"description":"Amount of themes returned per page"}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available