v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Themes

Search for WordPress themes that can be installed

Get list of WordPress themes that can be installed to site.

get/v1/sites/{id}/themes/search

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888

Query parameters

querystring

Search terms

Example:2022
pageinteger

Page of results to include (default = 1)

per_pageinteger

How many results to include in each page (default = 10)

browse'featured' | 'new' | 'popular' | 'updated'

response ordering. Leave off for default order

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "metadata": {
    "page": 1,
    "page_size": 10,
    "total": 150
  },
  "result": [
    {
      "name": "twentytwentyfour",
      "status": "not_installed",
      "version": "2.5",
      "title": "Twenty Twenty-One",
      "screenshot_url": "//ts.w.org/wp-content/themes/twentytwentyone/screenshot.png?ver=2.4",
      "preview_url": "https://wp-themes.com/twentytwentyone/",
      "description": "Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog."
    }
  ]
}