v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
WebApp
Web Apps

List available application runtimes and limits.

This function returns the account's application capacity: the account-wide application pool, and — per App Type enabled on the server — the runtime's supported version tags and their package managers and the account's current per-type usage.

Call this function first to determine what kinds of applications the account can deploy.

get/WebApp/get_available

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_available",
  "module": "WebApp",
  "result": {
    "data": {
      "account": {
        "apps": {
          "available": 1,
          "limit": 4,
          "used": 3
        }
      }
    },
    "status": 1
  }
}