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

---

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