v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Plugins

Search for WordPress plugins that can be installed

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

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

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888

Query parameters

querystring

Search terms

Example:akis
pageinteger

Page of results to include (default = 1)

per_pageinteger

How many results to include in each page

browse'new' | 'popular' | 'top-rated' | '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": "Akismet Anti-spam: Spam Protection",
      "update": "2024-08-05 2:02pm GMT",
      "version": "5.3.3",
      "icons": {
        "1x": "https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463",
        "2x": "https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463"
      },
      "slug": "akismet",
      "rating": 94,
      "num_ratings": 1022,
      "downloaded": 328951547,
      "homepage": "https://akismet.com/",
      "short_description": "The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam solution for WordPress and WooCommerce.",
      "description": "<p>The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam solution for WordPress and WooCommerce.</p> <p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog&#8217;s &#8220;Comments&#8221; admin screen.</p> <p>Major features in Akismet include:</p> <ul> <li>Automatically checks all comments and filters out the ones that look like spam.</li> <li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li> <li>URLs are shown in the comment body to reveal hidden or misleading links.</li> <li>Moderators can see the number of approved comments for each user.</li> <li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li> </ul> <p>PS: You&#8217;ll be prompted to get an Akismet.com API key to use it, once activated. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p> ",
      "active_installs": 1000000
    }
  ]
}