---
title: "Search WordPress plugins"
method: GET
path: "/api/hosting/v1/wordpress/plugins"
tags: ["WordPress: Plugins"]
---

# Search WordPress plugins

`GET /api/hosting/v1/wordpress/plugins`

Search the WordPress.org plugin directory for plugins available to install.

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

## Query parameters

- `search` string, required

## Response `200`

Success response

- WordPressV1PluginsPluginResource[] — Array of [`WordPress.V1.Plugins.PluginResource`](#model/wordpressv1pluginspluginresource)
  - `slug` string — Plugin slug used when installing the plugin
  - `title` string — Human readable plugin name
  - `icons` object, nullable — Plugin icon URLs keyed by resolution
    - `1x` string
    - `2x` string
  - `description` string — Short plugin description

## Other responses

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

## Changes

> 88 revisions in range; 34 could not be searched.

- **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/plugins/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)
