---
title: "List WordPress themes"
method: GET
path: "/api/hosting/v1/wordpress/themes"
tags: ["WordPress: Themes"]
---

# List WordPress themes

`GET /api/hosting/v1/wordpress/themes`

List WordPress themes available to install.

Use the returned `slug` values with
POST /api/hosting/v1/accounts/{username}/wordpress/{software}/themes/install.

## Query parameters

- `order_id` integer, nullable
- `search` string, nullable

## Response `200`

Success response

- WordPressV1ThemesThemeResource[] — Array of [`WordPress.V1.Themes.ThemeResource`](#model/wordpressv1themesthemeresource)
  - `slug` string — Theme slug used when installing the theme
  - `title` string — Human readable theme name
  - `url` string — Link to the theme page on WordPress.org
  - `featured_image_url` string, nullable — URL of the theme preview thumbnail
  - `full_image_url` string, nullable — URL of the full-size theme preview image
  - `description` string, nullable — Short theme description
  - `logo_url` string, nullable — URL of the theme logo
  - `is_plan_upgrade_needed` boolean — Whether a hosting plan upgrade is required to use the theme

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
