v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Plugins

List available featured plugins

Get list of available featured plugins and if they are installed

get/v1/sites/{id}/featured_plugins

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888

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",
      "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"
      },
      "update": "none",
      "version": "5.3.3",
      "title": "Akismet Anti-spam: Spam Protection"
    }
  ]
}