---
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

## Changes

- **2026-07-03** `6f937dc77a38` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/hosting/v1/wordpress/themes/get.md)

---

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