Login/Register
Installatron Server
API Documentation

Applications Browser

GET /browser

List available applications and their meta data.

Parameters


API

/browser
API endpoint.
GET
Method.

Optional parameters

language
string
Language that application information should be returned in.
(eg.
en
for English,
zh_tw
for Chinese Traditional)
See: Available Installatron Translations.

default is the defined website's default language or English
user
string
Change scope to this Installatron Server admin, reseller, or user.

default is the current user

Optional pagination parameters

offset
integer
The offset, from the beginning of the full list of results, to begin showing from.

See total_count in the response to find the total number of results: total_count / limit = page count

default is
0
limit
integer
The maximum number of entries to return.

default is
50

Response


Response

result
boolean
true
= Success.
false
= Failure.
errcode
string
status code 400
invalid_argument_version
An invalid value was provided for the version parameter.
status code 403
invalid_api_key
The server's Installatron Server Key is invalid.
invalid_argument_user
User specified is not authorized to access this data.
status code 404
application_not_found
The application was not found in the Browser API.
user_not_found
The specified user could not be found in the Installatron Server database.
message
string
Message describing the result of the request. Do not rely on this to determine the success or failure of the request.
data[]


id
string
Internal ID for this installer.
(eg.
wordpress
,
drupal
,
magento
)

See Apps Table for a complete list of installer IDs.
authordescription
string
Author-written description of the app (typically much longer than the description).
branch
string
Branch of the installer that this version is in.
(eg.
current
,
previous
,
legacy
)

Note that these are Installatron's internal branches for this application's installer, they will not necessarily align with the application's own branches.
category
enum
Display category of the app.
(eg.
Blog
,
Content Management Systems
)
changelog
string
Author-written log of changes from previous release.
description
string
Installatron-written description of the application.
fields
array
Array of the application's field definitions. Varies from application to application.

eg.
"fields": {
  "version": {
    "gettable": true,
    "settable": false,
    "label": "Version",
    "text": "Select the version of Grav to install.",
    "sort_order": 0
  },
  "login": {
    "label": "Administrator Username",
    "text": "enter a username for the administrator user",
    "type": "text",
    "default": "admin",
    "gettable": false,
    "settable": false,
    "sort_order": 1
  }
},
.

See Application Packaging SDK: A Fields Guide for information about fields definitions.
images
array of strings
Array of logo and screenshot filenames that exist for this version of this application.

eg.
"images": [
  "icon_grav.png",
  "icon175_grav.png",
  "icon1752x_grav.png",
  "icon64_grav.png",
  "icon642x_grav.png",
  "logo_grav.png",
  "logo2x_grav.png",
  "sc1_grav.png",
  "sc2_grav.png",
  "ss1_grav.png",
  "ss2_grav.png",
  "ss3_grav.png"
],
install
boolean
Whether installing of this version is enabled.
true
= Installing this version is disabled.
false
= Installing this version is disabled.
languages
array
Array of languages this version of this application can be installed in.
(eg.
["en","es","fi"]
)
license
enum
The license type of this version of the application.
(eg.
open source
,
commercial
)
links


changelog
string
The application's release changelog.
(eg.
https://appwebsite.com/
)
link_docs
string
Link to the application's documentation.
(eg.
https://appwebsite.com/documentation
)
link_faq
string
Link to the application's FAQ.
(eg.
https://appwebsite.com/faq
)
link_showcase
string
Link to the application's showcase.
(eg.
https://appwebsite.com/showcase
)
link_site
string
Link to the application's website.
(eg.
https://appwebsite.com
)
link_support
string
Link to the application's support page.
(eg.
https://appwebsite.com/forum
)
link_installersupport
string
Link to the Installatron installer's support page.
(eg.
https://installatron.com/tickets
for official installers)
(eg.
http://yourwebsite.com/support
for your custom installer)
name
string
Display name of the application.
(eg.
My blog
)
parent
string
If this is a template masquerading as an application then the parent is the application ID of the application from which the template was created.
(eg.
wordpress
,
joomla
,
magento
).

See Apps Table for a complete list of installer IDs.
requirements


php_apc
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_apcu
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_argon2i
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_argon2id
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_bcmath
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_calendar
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_ctype
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_curl
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_exif
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_fileinfo
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_freetype
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_gd
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_gettext
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_gmp
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_iconv
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_imap
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_intl
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_ioncube
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_libmysql
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_mcrypt
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_mysqlnd
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_openssl
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_phar
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_simplexml
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_soap
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_sockets
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_sodium
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_sourceguardian
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_tidy
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_tokenizer
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_xml
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_xmlreader
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_xmlwriter
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_xsl
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_zend
string
PHP extension.
(eg.
*
for any version, or it may specify a version range)
php_functions
string
Comma-separated list of PHP functions known to be required by this version of the application.
(eg.
exec,fpassthru,proc_open,proc_close
)
php_allow_url_fopen
boolean
PHP configuration value.
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.
php_date_timezone
boolean
PHP configuration value.
true
= This version of the application requires PHP to have a valid zone.timezone value set.
php_file_uploads
boolean
PHP configuration value.
true
= This version of the application requires PHP to have a valid file_uploads value set.
php_magic_quotes
boolean
PHP configuration value.
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.
php_max_execution_time
integer
PHP configuration value.
(eg.
60
for 60 seconds,
0
for no time limit)
php_max_input_time
integer
PHP configuration value.
(eg.
180
for 3 minutes,
-1
to use the value of max_execution_time instead,
0
for no time limit)
php_memory_limit
string
Minimum PHP memory limit.
(eg.,
40M
)
php_openssl_key_generation
boolean
PHP configuration value.
true
= OpenSSL Key Generation is enabled and working.
false
= OpenSSL Key Generation is not enabled and working.
php_register_globals
boolean
PHP configuration value.
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.
php_safe_mode
boolean
PHP configuration value.
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.

Note that php_safe_mode has been removed from PHP since PHP 5.4.
php_session
boolean
PHP configuration value.
true
= This version of the application requires working PHP sessions.
php_session_use_trans_sid
boolean
PHP configuration value (session.use_trans_sid).
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.
php_shell_exec
boolean
PHP configuration value.
true
= This version of the application requires PHP shell exec.
php_short_open_tag
boolean
PHP configuration value.
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.
php_upload_max_filesize
string
PHP configuration value.
(eg.
16M
)
diskspace
string
Minimum required disk space available in user's account.
(eg.,
40M
)
mariadb
string
MariaDB version range (in Semver format).
(eg.,
10.3.2 - *
)

Note that if both MySQL and MariaDB requirements are given the application requires only one or the other. The server cannot have both.
mysql
string
MySQL version range (in Semver format).
(eg.,
5 - *
)

Note that if both MySQL and MariaDB requirements are given the application requires only one or the other. The server cannot have both.
mysql_max_recursion_depth
integer
Database configuration value (cte_max_recursion_depth).
(eg.
1000
)
mysql_file_format
string
Type of required database disk format. Valid formats:
  • antelope
  • barracuda
mysql_table_prefix
string
Default database table prefix.
(eg.,
wp_
)
open_basedir
boolean
PHP configuration value.
true
= Must be enabled for this version of this application.
false
= Must be disabled for this version of this application.
perl
string
PERL version range (in Semver format).
(eg.,
10.0.1 - 20.3 || 40 - 44.4 || 50.0.1 - *
)
php
string
PHP version range (in Semver format).
(eg.,
5.2.5 - 5.5.999 || 7.1 - *
)
significance
enum
major
indicates this is a new major release.
minor
indicates this is a new minor release.

Note that these are Installatron categorisations and may or may not correspond to the developer's own idea of what constitutes major and minor releases.
tags
array of strings
Array of informational tags associated with this version of the application.
(eg.
["security","minor","major"]
)

Note that these are Installatron categorisations and may or may not correspond to the developer's own idea of what type of release this is.
time
integer
Date and time the application was added to Installatron (as a Unix timestamp).
(eg.
1234567890
)
type
string
Application type.
(eg.
blog
)
update
boolean
Whether updating to this version of application is enabled.
true
= Updating to this version is enabled.
false
= Updating to this version is disabled.
version
string
This version of the application that this block of information is for.
(eg.
1.2.3
)
version_available
string
The highest version that can be updated to (from the version of application that this information is for) using Installatron. Note that you may be able to manually update or migrate past this version but Installatron cannot automatically update past this version.
NULL
means no updates are available.
version_available_minor
string
The highest minor version that can be updated to (from the version of application that this information is for) using Installatron.
NULL
means no updates are available.

Full Examples

Example: View all enabled applications

Method: curl
Installatron Product: Installatron Server (switch to Installatron Plugin)
curl -X POST https://{SERVER_IP}/browser \
    -H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
    -H 'X-HTTP-Method-Override: GET' \
    -H 'Accept: application/json'
Response: json
{
    "status": 200,
    "result": true,
    "message": "The task is complete.\n",
    "has_more": true,
    "total_count": 191,
    "data": [
        {
            "id": "abantecart",
            "version": "1.3.1",
            "significance": "minor",
            "branch": "current",
            "name": "AbanteCart",
            "category": "e-Commerce and Business",
            "type": "e-commerce",
            "time": 1628121600,
            "license": "open source",
            "tags": [ "security" ],
            "description": "AbanteCart is an open source e-commerce shopping cart application.",
            "authordescription": "AbanteCart is a free eCommerce application that is designed, built and supported by experienced enthusiasts that are passionate about their work and contribution to the project. This is not commercial project and there was no rush decisions or shortcuts inthis project. We like what we do, and we strongly believe that AbanteCart one of the best and state of the art eCommerce platform available. AbanteCart operated based on donations, contributions and advertisers financial support.\r\n\r\nBenefits:\r\n* Expandable shopping cart application with fast growing number of extensions. Easy extension installation and management with one step installation. This allows to add virtually any feature or service to AbanteCart in the future, that this is very important in current dynamically changing technology environment.\r\n* Virtually FTP Free eCommerce solution. No need to know code, complex programs or programming to manage, upgrade and install modules. Manage your eCommerce application 100% in the slick web based interface using any browser of your choice.\r\n* Fast performing and low computer resource consuming shopping cart application. Can be installed and run in virtually any shared or dedicated hosting.\r\n* Feature reach shopping cart application right out of the box. Standard features allow to set up complete eCommerce site with all the tools needed to sell the products online.\r\n* Large number of payment and shipping modules supported by default or with additional extensions.\r\n* Very secure solution with up to date industry security practices and inline with PCI compliance.\r\n* Flexible layout for pages allows to setup pages and navigation based on best usability practices and improve conversion.\r\n* Sophisticated and easy shopping cart control panel with \"Search anything\" feature for fast information location and edit. Help instructions embedded right into the control panel pages.\r\n* Flexible resource library to manage media files in the application.\r\n* Fast initial set up and migration from other shopping carts with easy data import from major shopping carts.\r\nDeveloper benefits:\r\n* Well organized code based on MVC concept.\r\n* Layered core code that is not needed to be touched for the extension of features development.\r\n* Number oftools and classes to manage and debug application and workflow.\r\n* Good extension organizationand ability to extend the application features and provided connection to multiple channels.\r\n* Backward compatibility in classes and functions, gives ability for less effort in the upgrades to new versions.\r\n* Flexible construction of layouts, forms and resources (media files)\r\n* Dataset concept to reduce need to create or extend SQL tables for some features.\r\n* Developers API documentation and open forum for discussions.",
            "changelog": "This release includes a number of improvements and fixes based on customer feedback. \r\n\r\nHighlights\r\n* Core: taskManager. fix of error output\r\n* Core: ALoader improvement. Added debug backtrace\r\n* Core: added Date product option type ACORN-108\r\n* minimal php version now 7.3.0\r\n* Core: ACart minor improvements\r\n* Core: core/lib/config.php fixes related to seo-postfix and config store id type cast\r\n* Core+ SF: changes related to virtualproducts purchasing (gift certificates etc)\r\n* Core: changes related to virtual products purchasing (gift certificates etc)\r\n* Core: changes related to AResource::getMainThumbList() method.\r\n* Core: add hook to category_top, category_bottom block and manufacturer page\r\n* Core: add hooks to fast checkout\r\n* Core: changes related to virtual products purchasing (gift certificates etc)\r\n* Core+ SF: changes related to virtual products purchasing (gift certificates etc)\r\n* Core: html-class improvement (number, email input types)\r\n* Core: AResource minor improvement\r\n* Core: core/engine/extensions reformatting\r\n* Core: ALayout improvement related to hooks\r\n* Core: AResource bug fix\r\n\r\nAdmin\r\n* Admin: general.js fix related to tasks ACORN-554\r\n* Admin: collection controller fix\r\n* Admin: global search improvement, added search by sku ACORN-549\r\n* Admin: collection controller fix\r\n* Admin: email templates controller and model code improvements\r\n* Admin: fix related to cdn-image-downloads from import csv-file\r\n* Admin:fix related to categories separator in the products import\r\n* Admin: added hook calls into customer controller\r\n* Admin: order details minor improvement of tpl\r\n* Admin: added check for extensions layouts xml into template installation and template switch processes\r\n* Admin: fix for storefront_order_confirm email template\r\n* Admin: collection model fix\r\n* Admin: lib configManager fix\r\n* Admin: order totals grid improvement (related to predefined sort and calculationorders for balance and total)\r\n* Admin: collection form js-fix\r\n* Admin: language manager fix related to auto-translations\r\n* Admin: package manager fix. Added \"tax\" extension type + reformatting\r\n* Admin: sale/contact email RL-image's URL fix\r\n* Admin: product option value url fix\r\n* Admin: controller for downloading file improvement\r\n\r\nStorefront\r\n* improvement related to option value images\r\n* ACORN-561 guest and logged in customer sessions fix\r\n* fastcheckout payment fix ACORN-560\r\n* Request add cost column method (#1485)\r\n* ACORN-559 fast checkout order summary tax display fix\r\n* ACORN-552 taxes report: incorrect orders count\r\n* Guest Checkout Create Account feature fix ACORN-557\r\n* ACORN-558 base product weight field description\r\n* upgrade scripts fixes\r\n* Add product option cost (#1484)\r\n* ACORN-553 banner groupname issue fix\r\n* ACORN-551 \"add to cart\" buttons on home page blocks\r\n* #1472 typo fix\r\n* fix ACORN-548 embed: options values images\r\n* #1464 wordpress embed fast checkout buttons fix\r\n* #1483 embed fix\r\n* embed code default height fix\r\n* ACORN-550 Typed property ControllerPagesCatalogCollections::$error fix\r\n* #1472 fileinfo PHP extension check to the 1.3 installation and upgrade\r\n* #1464 mobile add to cart buttons fix\r\n* fix ACORN-255 Import wizard category split separator\r\n* ACORN-547 FastCheckout fix\r\n* #1482 WordPress 5.8 SameSite cookie issue\r\n* #1473 default_ups. reformatted code\r\n* #1472 system requirements refactoring\r\n* #1457 extra white space in front of the email headers\r\n* add hooks to admin order details and order invoice (#1480)\r\n* Storefront: order details minor improvement of tpls\r\n* Collection model fix\r\n* Account/logout controller improvement\r\n* Catalog/collection model fix\r\n* Rounding fix related to taxes and 3 digits after decimal points. ref. https://forum.abantecart.com/index.php?topic=9072.new;topicseen#new\r\n* add the label id and the additional hook (#1474)\r\n* add hook, change hook location and change private $error to public $error (#1469)\r\n* FastCheckout shipping method icon fix\r\n* add hooks to templates and admin product options page (#1467)\r\n* FastCheckout: added hook vars call into tpls\r\n\r\nExtensions\r\n* avatax improvement related to getting taxLines\r\n* FastCheckout stripe address line fix ACORN-318\r\n* Default Stripe minor fix ACORN-318\r\n* authorizenet error in php v8 (#1479)\r\n* FastCheckout. changed default sort order (run order) from 1 to 10\r\n* FastCheckout installation improvement (adding layouts to custom templates)\r\n* Pickup from Store use the store address for taxes",
            "update": true,
            "install": true,
            "parent": null,
            "version_available": null,
            "version_available_minor": null,
            "links": {
                "site": "http://abantecart.com",
                "docs": "http://abantecart.com/ecommerce-documentation",
                "demo": "http://abantecart.com/shopping-cart-demo",
                "support": "http://forum.abantecart.com",
                "changelog": "https://www.abantecart.com/shopping-cart-news/abantecart-131-released",
                "installersupport": "https://installatron.com/tickets"
            },
            "requirements": {
                "diskspace": "100M",
                "php": "5.3.1 - *",
                "mysql": "5.7 - *",
                "mysql_table_prefix": "ab_",
                "php_functions": "exec,fpassthru,proc_open,proc_close",
                "php_magic_quotes": false,
                "php_register_globals": false,
                "php_curl": "7 - 7.34.99 || 7.36 - *",
                "php_gd": "*",
                "php_mbstring": "*",
                "php_dom": "*",
                "php_pcre": "*",
                "php_json": "*",
                "php_zlib": "*",
                "php_session": true,
                "php_zip": "*",
                "php_filter": "*"
            },
            "languages": [
                "en"
            ],
            "fields": {
                "version": {
                    "gettable": true,
                    "settable": false,
                    "label": "Version",
                    "text": "Select the version of AbanteCart to install.",
                    "sort_order": 0
                },
                "login": {
                    "label": "Administrator Username",
                    "text": "enter a username for the administrator user",
                    "type": "text",
                    "default": "admin",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 1
                },
                "passwd": {
                    "label": "Administrator Password",
                    "text": "enter a password for the administrator user",
                    "type": "password",
                    "gettable": false,
                    "settable": true,
                    "sort_order": 2
                },
                "email": {
                    "label": "Administrator Email",
                    "text": "enter your email address",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 3
                },
                "sitetitle": {
                    "label": "Website Title",
                    "text": "enter title for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 4
                }
            },
            "images": [
                "icon_abantecart.png",
                "icon175_abantecart.png",
                "icon1752x_abantecart.png",
                "icon64_abantecart.png",
                "icon642x_abantecart.png",
                "logo_abantecart.png",
                "logo2x_abantecart.png",
                "ss1_abantecart.png",
                "ss2_abantecart.png",
                "ss3_abantecart.png",
                "ss4_abantecart.png"
            ]
        },
        {
            "id": "admidio",
            "version": "4.3.13",
            "significance": "minor",
            "branch": "current",
            "name": "Admidio",
            "category": "Community Building",
            "type": "groupware",
            "time": 1736294400,
            "license": "open source",
            "tags": [],
            "description": "Admidio is an open source membership management application for groups, clubs and organizations.",
            "authordescription": "Admidio is a free online membership management, which is optimized for associations, groups and organizations. In addition to classic user management it consists of a variety of modules that can be installed and adjusted on a new or existing homepage.\r\n\r\nFeatures:\r\n* Access control: Protects member data from the eyes of unauthorized persons\r\n*Lists: Freely configurable member lists with export to different file types (Excel, PDF, CSV)\r\n* Events: Create events with the possibility to commit or cancel\r\n* Photos: Upload, manage andview photos and albums within a photo gallery\r\n* Documents and Files: Provide documents and other files for visitors and member groups\r\n* Rights management: Individually assigning rights togroups, departments and properties\r\n* Import: Import new or update existing user by using a CSV file\r\n* Plugins: Extend the range of Admidio's functionality by including different extensions (plugins)",
            "changelog": "Changes\r\n* You can now login by your primary email address instead of the username. Therefore go to the security preferences and active the preference Allow e-mail address instead of username for login .",
            "update": true,
            "install": true,
            "parent": null,
            "version_available": null,
            "version_available_minor": null,
            "links": {
                "site": "https://admidio.org",
                "docs": "https://admidio.org/dokuwiki",
                "faq": "https://admidio.org/dokuwiki/doku.php?id=en:2.0:faq",
                "support": "https://admidio.org/forum",
                "changelog": "https://github.com/Admidio/admidio/releases/tag/v4.3.13",
                "installersupport": "https://installatron.com/tickets"
            },
            "requirements": {
                "diskspace": "90M",
                "php": "7.2 - 8.2.99",
                "mysql": "5 - *",
                "mysql_table_prefix": "ad",
                "php_gd": "*",
                "php_mbstring": "*",
                "php_dom": "*",
                "php_pcre": "*",
                "php_json": "*",
                "php_zlib": "*",
                "php_session": true,
                "php_zip": "*",
                "php_filter": "*"
            },
            "languages": [
                "zh",
                "da",
                "bg",
                "nl",
                "en",
                "fi",
                "fr",
                "de",
                "de_formal",
                "el",
                "id",
                "it",
                "nb",
                "pt",
                "pt_br",
                "es",
                "sw",
                "sv"
            ],
            "fields": {
                "version": {
                    "gettable": true,
                    "settable": false,
                    "label": "Version",
                    "text": "Select the version of Admidio to install.",
                    "sort_order": 0
                },
                "language": {
                    "label": "Language",
                    "text": "select a language",
                    "type": "select",
                    "gettable": true,
                    "settable": true,
                    "options": {
                        "zh": "\u4e2d\u6587 (Chinese Simplified)",
                        "da": "Dansk",
                        "bg": "Bulgarian",
                        "nl": "Nederlands (Dutch)",
                        "en": "English",
                        "fi": "Suomi",
                        "fr": "Fran\u00e7ais",
                        "de": "Deutsch",
                        "de_formal": "Deutsch (Sie-Form)",
                        "el": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (Greek)",
                        "id": "Indonesian",
                        "it": "Italiano",
                        "nb": "Norwegian (Bokm\u00e5l)",
                        "pt": "Portugu\u00eas (Portuguese)",
                        "pt_br": "Portugu\u00eas do Brasil",
                        "es": "Espa\u00f1ol (Spanish)",
                        "sw": "Swahili",
                        "sv": "Swedish"
                    },
                    "sort_order": 1
                },
                "login": {
                    "label": "Administrator Username",
                    "text": "enter a username for the administrator user",
                    "type": "text",
                    "default": "admin",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 2
                },
                "passwd": {
                    "label": "Administrator Password",
                    "text": "enter a password for the administrator user",
                    "type": "password",
                    "gettable": false,
                    "settable": true,
                    "sort_order": 3
                },
                "email": {
                    "label": "Administrator Email",
                    "text": "enter your email address",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 4
                },
                "sitetitle": {
                    "label": "Website Title",
                    "text": "enter title for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 5
                }
            },
            "images": [
                "icon_admidio.png",
                "icon175_admidio.png",
                "icon1752x_admidio.png",
                "icon64_admidio.png",
                "icon642x_admidio.png",
                "logo_admidio.png",
                "logo2x_admidio.png",
                "ss1_admidio.png",
                "ss2_admidio.png",
                "ss3_admidio.png"
            ]
        }
        {
            // 3nd entry here, and so on
        }
    ]
}

Example: View all applications the named user has access to

Method: curl
Installatron Product: Installatron Server (switch to Installatron Plugin)
curl -X POST https://{SERVER_IP}/browser \
    -H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
    -H 'X-HTTP-Method-Override: GET' \
    -H 'Accept: application/json' \
    -H 'Content-Type: application/json' \
    -d '
        {
            "user": "useraccountname"
        }
       '
 
Response: json
{
    "status": 200,
    "result": true,
    "message": "The task is complete.\n",
    "has_more": true,
    "total_count": 191,
    "data": [
        {
            "id": "abantecart",
            "version": "1.3.1",
            "significance": "minor",
            "branch": "current",
            "name": "AbanteCart",
            "category": "e-Commerce and Business",
            "type": "e-commerce",
            "time": 1628121600,
            "license": "open source",
            "tags": [ "security" ],
            "description": "AbanteCart is an open source e-commerce shopping cart application.",
            "authordescription": "AbanteCart is a free eCommerce application that is designed, built and supported by experienced enthusiasts that are passionate about their work and contribution to the project. This is not commercial project and there was no rush decisions or shortcuts inthis project. We like what we do, and we strongly believe that AbanteCart one of the best and state of the art eCommerce platform available. AbanteCart operated based on donations, contributions and advertisers financial support.\r\n\r\nBenefits:\r\n* Expandable shopping cart application with fast growing number of extensions. Easy extension installation and management with one step installation. This allows to add virtually any feature or service to AbanteCart in the future, that this is very important in current dynamically changing technology environment.\r\n* Virtually FTP Free eCommerce solution. No need to know code, complex programs or programming to manage, upgrade and install modules. Manage your eCommerce application 100% in the slick web based interface using any browser of your choice.\r\n* Fast performing and low computer resource consuming shopping cart application. Can be installed and run in virtually any shared or dedicated hosting.\r\n* Feature reach shopping cart application right out of the box. Standard features allow to set up complete eCommerce site with all the tools needed to sell the products online.\r\n* Large number of payment and shipping modules supported by default or with additional extensions.\r\n* Very secure solution with up to date industry security practices and inline with PCI compliance.\r\n* Flexible layout for pages allows to setup pages and navigation based on best usability practices and improve conversion.\r\n* Sophisticated and easy shopping cart control panel with \"Search anything\" feature for fast information location and edit. Help instructions embedded right into the control panel pages.\r\n* Flexible resource library to manage media files in the application.\r\n* Fast initial set up and migration from other shopping carts with easy data import from major shopping carts.\r\nDeveloper benefits:\r\n* Well organized code based on MVC concept.\r\n* Layered core code that is not needed to be touched for the extension of features development.\r\n* Number oftools and classes to manage and debug application and workflow.\r\n* Good extension organizationand ability to extend the application features and provided connection to multiple channels.\r\n* Backward compatibility in classes and functions, gives ability for less effort in the upgrades to new versions.\r\n* Flexible construction of layouts, forms and resources (media files)\r\n* Dataset concept to reduce need to create or extend SQL tables for some features.\r\n* Developers API documentation and open forum for discussions.",
            "changelog": "This release includes a number of improvements and fixes based on customer feedback. \r\n\r\nHighlights\r\n* Core: taskManager. fix of error output\r\n* Core: ALoader improvement. Added debug backtrace\r\n* Core: added Date product option type ACORN-108\r\n* minimal php version now 7.3.0\r\n* Core: ACart minor improvements\r\n* Core: core/lib/config.php fixes related to seo-postfix and config store id type cast\r\n* Core+ SF: changes related to virtualproducts purchasing (gift certificates etc)\r\n* Core: changes related to virtual products purchasing (gift certificates etc)\r\n* Core: changes related to AResource::getMainThumbList() method.\r\n* Core: add hook to category_top, category_bottom block and manufacturer page\r\n* Core: add hooks to fast checkout\r\n* Core: changes related to virtual products purchasing (gift certificates etc)\r\n* Core+ SF: changes related to virtual products purchasing (gift certificates etc)\r\n* Core: html-class improvement (number, email input types)\r\n* Core: AResource minor improvement\r\n* Core: core/engine/extensions reformatting\r\n* Core: ALayout improvement related to hooks\r\n* Core: AResource bug fix\r\n\r\nAdmin\r\n* Admin: general.js fix related to tasks ACORN-554\r\n* Admin: collection controller fix\r\n* Admin: global search improvement, added search by sku ACORN-549\r\n* Admin: collection controller fix\r\n* Admin: email templates controller and model code improvements\r\n* Admin: fix related to cdn-image-downloads from import csv-file\r\n* Admin:fix related to categories separator in the products import\r\n* Admin: added hook calls into customer controller\r\n* Admin: order details minor improvement of tpl\r\n* Admin: added check for extensions layouts xml into template installation and template switch processes\r\n* Admin: fix for storefront_order_confirm email template\r\n* Admin: collection model fix\r\n* Admin: lib configManager fix\r\n* Admin: order totals grid improvement (related to predefined sort and calculationorders for balance and total)\r\n* Admin: collection form js-fix\r\n* Admin: language manager fix related to auto-translations\r\n* Admin: package manager fix. Added \"tax\" extension type + reformatting\r\n* Admin: sale/contact email RL-image's URL fix\r\n* Admin: product option value url fix\r\n* Admin: controller for downloading file improvement\r\n\r\nStorefront\r\n* improvement related to option value images\r\n* ACORN-561 guest and logged in customer sessions fix\r\n* fastcheckout payment fix ACORN-560\r\n* Request add cost column method (#1485)\r\n* ACORN-559 fast checkout order summary tax display fix\r\n* ACORN-552 taxes report: incorrect orders count\r\n* Guest Checkout Create Account feature fix ACORN-557\r\n* ACORN-558 base product weight field description\r\n* upgrade scripts fixes\r\n* Add product option cost (#1484)\r\n* ACORN-553 banner groupname issue fix\r\n* ACORN-551 \"add to cart\" buttons on home page blocks\r\n* #1472 typo fix\r\n* fix ACORN-548 embed: options values images\r\n* #1464 wordpress embed fast checkout buttons fix\r\n* #1483 embed fix\r\n* embed code default height fix\r\n* ACORN-550 Typed property ControllerPagesCatalogCollections::$error fix\r\n* #1472 fileinfo PHP extension check to the 1.3 installation and upgrade\r\n* #1464 mobile add to cart buttons fix\r\n* fix ACORN-255 Import wizard category split separator\r\n* ACORN-547 FastCheckout fix\r\n* #1482 WordPress 5.8 SameSite cookie issue\r\n* #1473 default_ups. reformatted code\r\n* #1472 system requirements refactoring\r\n* #1457 extra white space in front of the email headers\r\n* add hooks to admin order details and order invoice (#1480)\r\n* Storefront: order details minor improvement of tpls\r\n* Collection model fix\r\n* Account/logout controller improvement\r\n* Catalog/collection model fix\r\n* Rounding fix related to taxes and 3 digits after decimal points. ref. https://forum.abantecart.com/index.php?topic=9072.new;topicseen#new\r\n* add the label id and the additional hook (#1474)\r\n* add hook, change hook location and change private $error to public $error (#1469)\r\n* FastCheckout shipping method icon fix\r\n* add hooks to templates and admin product options page (#1467)\r\n* FastCheckout: added hook vars call into tpls\r\n\r\nExtensions\r\n* avatax improvement related to getting taxLines\r\n* FastCheckout stripe address line fix ACORN-318\r\n* Default Stripe minor fix ACORN-318\r\n* authorizenet error in php v8 (#1479)\r\n* FastCheckout. changed default sort order (run order) from 1 to 10\r\n* FastCheckout installation improvement (adding layouts to custom templates)\r\n* Pickup from Store use the store address for taxes",
            "update": true,
            "install": true,
            "parent": null,
            "version_available": null,
            "version_available_minor": null,
            "links": {
                "site": "http://abantecart.com",
                "docs": "http://abantecart.com/ecommerce-documentation",
                "demo": "http://abantecart.com/shopping-cart-demo",
                "support": "http://forum.abantecart.com",
                "changelog": "https://www.abantecart.com/shopping-cart-news/abantecart-131-released",
                "installersupport": "https://installatron.com/tickets"
            },
            "requirements": {
                "diskspace": "100M",
                "php": "5.3.1 - *",
                "mysql": "5.7 - *",
                "mysql_table_prefix": "ab_",
                "php_functions": "exec,fpassthru,proc_open,proc_close",
                "php_magic_quotes": false,
                "php_register_globals": false,
                "php_curl": "7 - 7.34.99 || 7.36 - *",
                "php_gd": "*",
                "php_mbstring": "*",
                "php_dom": "*",
                "php_pcre": "*",
                "php_json": "*",
                "php_zlib": "*",
                "php_session": true,
                "php_zip": "*",
                "php_filter": "*"
            },
            "languages": [
                "en"
            ],
            "fields": {
                "version": {
                    "gettable": true,
                    "settable": false,
                    "label": "Version",
                    "text": "Select the version of AbanteCart to install.",
                    "sort_order": 0
                },
                "login": {
                    "label": "Administrator Username",
                    "text": "enter a username for the administrator user",
                    "type": "text",
                    "default": "admin",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 1
                },
                "passwd": {
                    "label": "Administrator Password",
                    "text": "enter a password for the administrator user",
                    "type": "password",
                    "gettable": false,
                    "settable": true,
                    "sort_order": 2
                },
                "email": {
                    "label": "Administrator Email",
                    "text": "enter your email address",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 3
                },
                "sitetitle": {
                    "label": "Website Title",
                    "text": "enter title for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 4
                }
            },
            "images": [
                "icon_abantecart.png",
                "icon175_abantecart.png",
                "icon1752x_abantecart.png",
                "icon64_abantecart.png",
                "icon642x_abantecart.png",
                "logo_abantecart.png",
                "logo2x_abantecart.png",
                "ss1_abantecart.png",
                "ss2_abantecart.png",
                "ss3_abantecart.png",
                "ss4_abantecart.png"
            ]
        },
        {
            "id": "admidio",
            "version": "4.3.13",
            "significance": "minor",
            "branch": "current",
            "name": "Admidio",
            "category": "Community Building",
            "type": "groupware",
            "time": 1736294400,
            "license": "open source",
            "tags": [],
            "description": "Admidio is an open source membership management application for groups, clubs and organizations.",
            "authordescription": "Admidio is a free online membership management, which is optimized for associations, groups and organizations. In addition to classic user management it consists of a variety of modules that can be installed and adjusted on a new or existing homepage.\r\n\r\nFeatures:\r\n* Access control: Protects member data from the eyes of unauthorized persons\r\n*Lists: Freely configurable member lists with export to different file types (Excel, PDF, CSV)\r\n* Events: Create events with the possibility to commit or cancel\r\n* Photos: Upload, manage andview photos and albums within a photo gallery\r\n* Documents and Files: Provide documents and other files for visitors and member groups\r\n* Rights management: Individually assigning rights togroups, departments and properties\r\n* Import: Import new or update existing user by using a CSV file\r\n* Plugins: Extend the range of Admidio's functionality by including different extensions (plugins)",
            "changelog": "Changes\r\n* You can now login by your primary email address instead of the username. Therefore go to the security preferences and active the preference Allow e-mail address instead of username for login .",
            "update": true,
            "install": true,
            "parent": null,
            "version_available": null,
            "version_available_minor": null,
            "links": {
                "site": "https://admidio.org",
                "docs": "https://admidio.org/dokuwiki",
                "faq": "https://admidio.org/dokuwiki/doku.php?id=en:2.0:faq",
                "support": "https://admidio.org/forum",
                "changelog": "https://github.com/Admidio/admidio/releases/tag/v4.3.13",
                "installersupport": "https://installatron.com/tickets"
            },
            "requirements": {
                "diskspace": "90M",
                "php": "7.2 - 8.2.99",
                "mysql": "5 - *",
                "mysql_table_prefix": "ad",
                "php_gd": "*",
                "php_mbstring": "*",
                "php_dom": "*",
                "php_pcre": "*",
                "php_json": "*",
                "php_zlib": "*",
                "php_session": true,
                "php_zip": "*",
                "php_filter": "*"
            },
            "languages": [
                "zh",
                "da",
                "bg",
                "nl",
                "en",
                "fi",
                "fr",
                "de",
                "de_formal",
                "el",
                "id",
                "it",
                "nb",
                "pt",
                "pt_br",
                "es",
                "sw",
                "sv"
            ],
            "fields": {
                "version": {
                    "gettable": true,
                    "settable": false,
                    "label": "Version",
                    "text": "Select the version of Admidio to install.",
                    "sort_order": 0
                },
                "language": {
                    "label": "Language",
                    "text": "select a language",
                    "type": "select",
                    "gettable": true,
                    "settable": true,
                    "options": {
                        "zh": "\u4e2d\u6587 (Chinese Simplified)",
                        "da": "Dansk",
                        "bg": "Bulgarian",
                        "nl": "Nederlands (Dutch)",
                        "en": "English",
                        "fi": "Suomi",
                        "fr": "Fran\u00e7ais",
                        "de": "Deutsch",
                        "de_formal": "Deutsch (Sie-Form)",
                        "el": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (Greek)",
                        "id": "Indonesian",
                        "it": "Italiano",
                        "nb": "Norwegian (Bokm\u00e5l)",
                        "pt": "Portugu\u00eas (Portuguese)",
                        "pt_br": "Portugu\u00eas do Brasil",
                        "es": "Espa\u00f1ol (Spanish)",
                        "sw": "Swahili",
                        "sv": "Swedish"
                    },
                    "sort_order": 1
                },
                "login": {
                    "label": "Administrator Username",
                    "text": "enter a username for the administrator user",
                    "type": "text",
                    "default": "admin",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 2
                },
                "passwd": {
                    "label": "Administrator Password",
                    "text": "enter a password for the administrator user",
                    "type": "password",
                    "gettable": false,
                    "settable": true,
                    "sort_order": 3
                },
                "email": {
                    "label": "Administrator Email",
                    "text": "enter your email address",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 4
                },
                "sitetitle": {
                    "label": "Website Title",
                    "text": "enter title for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 5
                }
            },
            "images": [
                "icon_admidio.png",
                "icon175_admidio.png",
                "icon1752x_admidio.png",
                "icon64_admidio.png",
                "icon642x_admidio.png",
                "logo_admidio.png",
                "logo2x_admidio.png",
                "ss1_admidio.png",
                "ss2_admidio.png",
                "ss3_admidio.png"
            ]
        }
        {
            // 3nd entry here, and so on
        }
    ]
}

Example: View meta data for the WordPress application but only show the newest 3 versions

Method: curl
Installatron Product: Installatron Server (switch to Installatron Plugin)
curl -X POST https://{SERVER_IP}/browser/wordpress \
    -H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
    -H 'X-HTTP-Method-Override: GET' \
    -H 'Accept: application/json' \
    -H 'Content-Type: application/json' \
    -d '
        {
            "limit": 3
        }
       '
 
Response: json
{
    "status": 200,
    "result": true,
    "message": "The task is complete.\n",
    "has_more": true,
    "total_count": 501,
    "data": [
        {
            "id": "wordpress",
            "version": "6.7.2",
            "significance": "minor",
            "branch": "current",
            "name": "WordPress",
            "category": "Content Management",
            "type": "blog",
            "time": 1739232000,
            "license": "open source",
            "tags": [],
            "description": "WordPress is an open source blog application. WordPress forked from b2/cafelog in 2003, and WordPress Mu multiple website functionality has been integrated since 2010. Today WordPress is the most used blog application powering millions of blogs and being used by tens of millions of people every day.",
            "authordescription": "WordPress is a personal publishing platform and blogging application with a focus on aesthetics, web standards, and usability.\r\n\r\nFeatures:\r\n* Additionalpages allow you to manage non-blog content easily, so for example you could have a static \"About Me\" page.\r\n* A full theme system enables designing everything from the simplest blog to the most complicated webzine a piece of cake.\r\n* Changes made to templates and entries are reflected immediately on your site, with no need for regenerating static pages, and all generated HTML isfully compliant with W3C standards.\r\n* Trackback and Pingback standards fully supported.\r\n* Visitors can post comments on your blog entries, and commenting can be disabled on a per-post basis.\r\n* Spam protection eliminates comment spam from your blog.\r\n* User registration enables visitors to register and maintain profiles and leave authenticated comments on your blog, if enabled.\r\n* Password Protected Posts enables you to give passwords to individual posts to hide them from the public.\r\n* A full XML-RPC interface enables you to extend WordPress and use clients designed for other platforms like Zempt.\r\n* User groups enables up to 10 levels of users, with different levels having different (and configurable) privileges with regard to publishing, editing,options, and other users.\r\n* Bookmarklets make it easy to publish to your blog or add links toyour blogroll with a minimum of effort.\r\n* Ping-O-Matic is supported, which means maximum exposure for your blog to search engines.",
            "changelog": "This minor release includes 35 bug fixes, addressing issues affecting multiple components including the block editor, HTML API, and Customize.",
            "update": true,
            "install": true,
            "parent": null,
            "version_available": null,
            "version_available_minor": null,
            "links": {
                "site": "https://wordpress.org/",
                "showcase": "https://wordpress.org/showcase/",
                "docs": "https://codex.wordpress.org/",
                "faq": "https://codex.wordpress.org/FAQ",
                "support": "https://wordpress.org/support/",
                "changelog": "https://wordpress.org/news/2025/02/wordpress-6-7-2-maintenance-release/",
                "installersupport": "https://installatron.com/tickets"
            },
            "requirements": {
                "php": "4.3.3 - 5.6.99",
                "diskspace": "0.5M",
                "mysql": "4.1 - *",
                "itron": "5.0.0 - *",
                "php_mbstring": "*",
                "php_dom": "*",
                "php_pcre": "*",
                "php_json": "*",
                "php_zlib": "*",
                "php_session": true,
                "php_zip": "*",
                "php_filter": "*"
            },
            "languages": [
                "ar",
                "bg",
                "ca",
                "cs",
                "da",
                "de",
                "el",
                "en",
                "en_au",
                "en_ca",
                "en_gb",
                "es",
                "et",
                "fa",
                "fi",
                "fr",
                "fr_ca",
                "gl",
                "he",
                "hr",
                "hu",
                "it",
                "is",
                "ja",
                "ko",
                "lt",
                "lv",
                "nl",
                "nl_be",
                "no",
                "pl",
                "pt",
                "pt_br",
                "ru",
                "ro",
                "sk",
                "sl",
                "sr",
                "sv",
                "th",
                "tr",
                "uk",
                "zh",
                "zh_tw"
            ],
            "fields": {
                "version": {
                    "gettable": true,
                    "settable": false,
                    "label": "Version",
                    "text": "Select the version of WordPress to install.",
                    "sort_order": 0
                },
                "language": {
                    "label": "Language",
                    "text": "select a language",
                    "type": "select",
                    "gettable": true,
                    "settable": true,
                    "options": {
                        "ar": "Arabic",
                        "bg": "Bulgarian",
                        "ca": "Catalan",
                        "cs": "\u010cesky (Czech)",
                        "da": "Dansk",
                        "de": "Deutsch",
                        "el": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (Greek)",
                        "en": "English",
                        "en_au": "English (Australia)",
                        "en_ca": "English (Canada)",
                        "en_gb": "English (United Kingdom)",
                        "es": "Espa\u00f1ol (Spanish)",
                        "et": "Estonian",
                        "fa": "Persian",
                        "fi": "Suomi",
                        "fr": "Fran\u00e7ais",
                        "fr_ca": "Fran\u00e7ais du Canada",
                        "gl": "Gaelg",
                        "he": "Hebrew",
                        "hr": "Croatian",
                        "hu": "Magyar (Hungarian)",
                        "it": "Italiano",
                        "is": "Icelandic",
                        "ja": "Japanese",
                        "ko": "Korean",
                        "lt": "Lietuvi\u0173 (Lithuanian)",
                        "lv": "Latvian",
                        "nl": "Nederlands (Dutch)",
                        "nl_be": "Nederlands (Belgi\u00eb)",
                        "no": "Norwegian",
                        "pl": "Polski",
                        "pt": "Portugu\u00eas (Portuguese)",
                        "pt_br": "Portugu\u00eas do Brasil",
                        "ru": "Russian",
                        "ro": "Rom\u00e2n\u0103",
                        "sk": "Slovak (Slovakian)",
                        "sl": "Sloven\u0161\u010dina (Slovenian)",
                        "sr": "Serbian",
                        "sv": "Swedish",
                        "th": "Thai",
                        "tr": "T\u00fcrk\u00e7e (Turkish)",
                        "uk": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 (Ukrainian)",
                        "zh": "\u4e2d\u6587 (Chinese Simplified)",
                        "zh_tw": "\u4e2d\u6587(\u53f0\u7063) (Chinese Traditional)"
                    },
                    "sort_order": 1
                },
                "login": {
                    "label": "Administrator Username",
                    "text": "enter a username for the administrator user",
                    "type": "text",
                    "default": "admin",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 2
                },
                "passwd": {
                    "label": "Administrator Password",
                    "text": "enter a password for the administrator user",
                    "type": "password",
                    "gettable": false,
                    "settable": true,
                    "sort_order": 3
                },
                "email": {
                    "label": "Administrator Email",
                    "text": "enter your email address",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 4
                },
                "sitetitle": {
                    "label": "Website Title",
                    "text": "enter title for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 5
                },
                "sitetagline": {
                    "label": "Website Tagline",
                    "text": "enter tagline for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 6
                },
                "twofactor": {
                    "type": "radio",
                    "value": "no",
                    "label": "Two-Factor Authentication",
                    "options": {
                        "no": "Do not enable two-factor authentication.",
                        "jetpack": "Two-factor authentication with JetPack from WordPress.com."
                    },
                    "gettable": true,
                    "settable": true,
                    "sort_order": 7
                },
                "limitloginattempts": {
                    "type": "radio",
                    "value": "yes",
                    "label": "Limit Login Attempts",
                    "options": {
                        "yes": "Yes, limit failed login attempts for increased security. (Recommended)",
                        "no": "No, do not limit failed login attempts."
                    },
                    "gettable": true,
                    "settable": true,
                    "sort_order": 8
                },
                "multisite": {
                    "type": "radio",
                    "value": "no",
                    "label": "Enable Multi-site",
                    "options": {
                        "no": "No, do not enable. Multi-site can be enabled later within WordPress. (Recommended)",
                        "yes": "Yes, enable multi-site support for sub-directories of the selected install location."
                    },
                    "gettable": false,
                    "settable": false,
                    "sort_order": 9
                }
            },
            "images": [
                "button_wordpress.gif",
                "icon_wordpress.png",
                "icon175_wordpress.png",
                "icon1752x_wordpress.png",
                "icon64_wordpress.png",
                "icon642x_wordpress.png",
                "logo_wordpress.png",
                "logo2x_wordpress.png",
                "sc1_wordpress.png",
                "sc10_wordpress.png",
                "sc11_wordpress.png",
                "sc12_wordpress.png",
                "sc13_wordpress.png",
                "sc14_wordpress.png",
                "sc2_wordpress.png",
                "sc3_wordpress.png",
                "sc4_wordpress.png",
                "sc5_wordpress.png",
                "sc6_wordpress.png",
                "sc7_wordpress.png",
                "sc8_wordpress.png",
                "sc9_wordpress.png",
                "ss1_wordpress.png",
                "ss2_wordpress.png",
                "ss3_wordpress.png",
                "ss4_wordpress.png",
                "ss5_wordpress.png",
                "x-ss2_wordpress.jpg"
            ]
        },
        {
            "id": "wordpress",
            "version": "6.7.1",
            "significance": "minor",
            "branch": "current",
            "name": "WordPress",
            "category": "Content Management",
            "type": "blog",
            "time": 1732147200,
            "license": "open source",
            "tags": [],
            "description": "WordPress is an open source blog application. WordPress forked from b2/cafelog in 2003, and WordPress Mu multiple website functionality has been integrated since 2010. Today WordPress is the most used blog application powering millions of blogs and being used by tens of millions of people every day.",
            "authordescription": "WordPress is a personal publishing platform and blogging application with a focus on aesthetics, web standards, and usability.\r\n\r\nFeatures:\r\n* Additionalpages allow you to manage non-blog content easily, so for example you could have a static \"About Me\" page.\r\n* A full theme system enables designing everything from the simplest blog to the most complicated webzine a piece of cake.\r\n* Changes made to templates and entries are reflected immediately on your site, with no need for regenerating static pages, and all generated HTML isfully compliant with W3C standards.\r\n* Trackback and Pingback standards fully supported.\r\n* Visitors can post comments on your blog entries, and commenting can be disabled on a per-post basis.\r\n* Spam protection eliminates comment spam from your blog.\r\n* User registration enables visitors to register and maintain profiles and leave authenticated comments on your blog, if enabled.\r\n* Password Protected Posts enables you to give passwords to individual posts to hide them from the public.\r\n* A full XML-RPC interface enables you to extend WordPress and use clients designed for other platforms like Zempt.\r\n* User groups enables up to 10 levels of users, with different levels having different (and configurable) privileges with regard to publishing, editing,options, and other users.\r\n* Bookmarklets make it easy to publish to your blog or add links toyour blogroll with a minimum of effort.\r\n* Ping-O-Matic is supported, which means maximum exposure for your blog to search engines.",
            "changelog": "This minor release features 16 bug fixes throughout Core and the BlockEditor.",
            "update": true,
            "install": true,
            "parent": null,
            "version_available": "6.7.2",
            "version_available_minor": "6.7.2",
            "links": {
                "site": "https://wordpress.org/",
                "showcase": "https://wordpress.org/showcase/",
                "docs": "https://codex.wordpressorg/",
                "faq": "https://codex.wordpressorg/FAQ",
                "support": "https://wordpress.org/support/",
                "changelog": "https://wordpress.org/news/2024/11/wordpress-6-7-1-maintenance-release/",
                "installersupport": "https://installatron.com/tickets"
            },
            "requirements": {
                "php": "4.3.3 - 5.6.99",
                "diskspace": "0.5M",
                "mysql": "4.1 - *",
                "itron": "5.0.0 - *",
                "php_mbstring": "*",
                "php_dom": "*",
                "php_pcre": "*",
                "php_json": "*",
                "php_zlib": "*",
                "php_session": true,
                "php_zip": "*",
                "php_filter": "*"
            },
            "languages": [
                "ar",
                "bg",
                "ca",
                "cs",
                "da",
                "de",
                "el",
                "en",
                "en_au",
                "en_ca",
                "en_gb",
                "es",
                "et",
                "fa",
                "fi",
                "fr",
                "fr_ca",
                "gl",
                "he",
                "hr",
                "hu",
                "it",
                "is",
                "ja",
                "ko",
                "lt",
                "lv",
                "nl",
                "nl_be",
                "no",
                "pl",
                "pt",
                "pt_br",
                "ru",
                "ro",
                "sk",
                "sl",
                "sr",
                "sv",
                "th",
                "tr",
                "uk",
                "zh",
                "zh_tw"
            ],
            "fields": {
                "version": {
                    "gettable": true,
                    "settable": false,
                    "label": "Version",
                    "text": "Select the version of WordPress to install.",
                    "sort_order": 0
                },
                "language": {
                    "label": "Language",
                    "text": "select a language",
                    "type": "select",
                    "gettable": true,
                    "settable": true,
                    "options": {
                        "ar": "Arabic",
                        "bg": "Bulgarian",
                        "ca": "Catalan",
                        "cs": "\u010cesky (Czech)",
                        "da": "Dansk",
                        "de": "Deutsch",
                        "el": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (Greek)",
                        "en": "English",
                        "en_au": "English (Australia)",
                        "en_ca": "English (Canada)",
                        "en_gb": "English (United Kingdom)",
                        "es": "Espa\u00f1ol (Spanish)",
                        "et": "Estonian",
                        "fa": "Persian",
                        "fi": "Suomi",
                        "fr": "Fran\u00e7ais",
                        "fr_ca": "Fran\u00e7ais du Canada",
                        "gl": "Gaelg",
                        "he": "Hebrew",
                        "hr": "Croatian",
                        "hu": "Magyar (Hungarian)",
                        "it": "Italiano",
                        "is": "Icelandic",
                        "ja": "Japanese",
                        "ko": "Korean",
                        "lt": "Lietuvi\u0173 (Lithuanian)",
                        "lv": "Latvian",
                        "nl": "Nederlands (Dutch)",
                        "nl_be": "Nederlands (Belgi\u00eb)",
                        "no": "Norwegian",
                        "pl": "Polski",
                        "pt": "Portugu\u00eas (Portuguese)",
                        "pt_br": "Portugu\u00eas do Brasil",
                        "ru": "Russian",
                        "ro": "Rom\u00e2n\u0103",
                        "sk": "Slovak (Slovakian)",
                        "sl": "Sloven\u0161\u010dina (Slovenian)",
                        "sr": "Serbian",
                        "sv": "Swedish",
                        "th": "Thai",
                        "tr": "T\u00fcrk\u00e7e (Turkish)",
                        "uk": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 (Ukrainian)",
                        "zh": "\u4e2d\u6587 (Chinese Simplified)",
                        "zh_tw": "\u4e2d\u6587(\u53f0\u7063) (Chinese Traditional)"
                    },
                    "sort_order": 1
                },
                "login": {
                    "label": "Administrator Username",
                    "text": "enter a username for the administrator user",
                    "type": "text",
                    "default": "admin",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 2
                },
                "passwd": {
                    "label": "Administrator Password",
                    "text": "enter a password for the administrator user",
                    "type": "password",
                    "gettable": false,
                    "settable": true,
                    "sort_order": 3
                },
                "email": {
                    "label": "Administrator Email",
                    "text": "enter your email address",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 4
                },
                "sitetitle": {
                    "label": "Website Title",
                    "text": "enter title for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 5
                },
                "sitetagline": {
                    "label": "Website Tagline",
                    "text": "enter tagline for the website",
                    "type": "text",
                    "gettable": true,
                    "settable": true,
                    "sort_order": 6
                },
                "twofactor": {
                    "type": "radio",
                    "value": "no",
                    "label": "Two-Factor Authentication",
                    "options": {
                        "no": "Do not enable two-factor authentication.",
                        "jetpack": "Two-factor authentication with JetPack from WordPress.com."
                    },
                    "gettable": true,
                    "settable": true,
                    "sort_order": 7
                },
                "limitloginattempts": {
                    "type": "radio",
                    "value": "yes",
                    "label": "Limit Login Attempts",
                    "options": {
                        "yes": "Yes, limit failed login attempts for increased security. (Recommended)",
                        "no": "No, do not limit failed login attempts."
                    },
                    "gettable": true,
                    "settable": true,
                    "sort_order": 8
                },
                "multisite": {
                    "type": "radio",
                    "value": "no",
                    "label": "Enable Multi-site",
                    "options": {
                        "no": "No, do not enable. Multi-site can be enabled later within WordPress. (Recommended)",
                        "yes": "Yes, enable multi-site support for sub-directories of the selected install location."
                    },
                    "gettable": false,
                    "settable": false,
                    "sort_order": 9
                }
            },
            "images": [
                "button_wordpress.gif",
                "icon_wordpress.png",
                "icon175_wordpress.png",
                "icon1752x_wordpress.png",
                "icon64_wordpress.png",
                "icon642x_wordpress.png",
                "logo_wordpress.png",
                "logo2x_wordpress.png",
                "sc1_wordpress.png",
                "sc10_wordpress.png",
                "sc11_wordpress.png",
                "sc12_wordpress.png",
                "sc13_wordpress.png",
                "sc14_wordpress.png",
                "sc2_wordpress.png",
                "sc3_wordpress.png",
                "sc4_wordpress.png",
                "sc5_wordpress.png",
                "sc6_wordpress.png",
                "sc7_wordpress.png",
                "sc8_wordpress.png",
                "sc9_wordpress.png",
                "ss1_wordpress.png",
                "ss2_wordpress.png",
                "ss3_wordpress.png",
                "ss4_wordpress.png",
                "ss5_wordpress.png",
                "x-ss2_wordpress.jpg"
            ]
        }
        {
            // 3nd entry here, and so on
        }
    ]
}

Example: View a single version of the WordPress application

Method: curl
Installatron Product: Installatron Server (switch to Installatron Plugin)
curl -X POST https://{SERVER_IP}/browser/wordpress \
    -H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
    -H 'X-HTTP-Method-Override: GET' \
    -H 'Accept: application/json' \
    -H 'Content-Type: application/json' \
    -d '
        {
            "version": "5.2.1"
        }
       '
 
Response: json
{
    "status": 200,
    "result": true,
    "message": "The task is complete.\n",
    "data": {
        "id": "wordpress",
        "version": "5.2.1",
        "significance": "minor",
        "branch": "legacy10",
        "name": "WordPress",
        "category": "Content Management",
        "type": "blog",
        "time": 1558396800,
        "license": "open source",
        "tags": [],
        "description": "WordPress is an open source blog application. WordPress forked from b2/cafelog in 2003, and WordPress Mu multiple website functionality has been integrated since 2010. Today WordPress is the most used blog application powering millions of blogs and being used by tens of millions of people every day.",
        "authordescription": "WordPress is a personal publishing platform and blogging application with a focus on aesthetics, web standards, and usability.\r\n\r\nFeatures:\r\n* Additionalpages allow you to manage non-blog content easily, so for example you could have a static \"About Me\" page.\r\n* A full theme system enables designing everything from the simplest blog to the most complicated webzine a piece of cake.\r\n* Changes made to templates and entries are reflected immediately on your site, with no need for regenerating static pages, and all generated HTML isfully compliant with W3C standards.\r\n* Trackback and Pingback standards fully supported.\r\n* Visitors can post comments on your blog entries, and commenting can be disabled on a per-post basis.\r\n* Spam protection eliminates comment spam from your blog.\r\n* User registration enables visitors to register and maintain profiles and leave authenticated comments on your blog, if enabled.\r\n* Password Protected Posts enables you to give passwords to individual posts to hide them from the public.\r\n* A full XML-RPC interface enables you to extend WordPress and use clients designed for other platforms like Zempt.\r\n* User groups enables up to 10 levels of users, with different levels having different (and configurable) privileges with regard to publishing, editing,options, and other users.\r\n* Bookmarklets make it easy to publish to your blog or add links toyour blogroll with a minimum of effort.\r\n* Ping-O-Matic is supported, which means maximum exposure for your blog to search engines.",
        "changelog": "This maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature introduced in 5.2.",
        "update": true,
        "install": true,
        "parent": null,
        "version_available": "6.7.2",
        "version_available_minor": "5.2.18",
        "links": {
            "site": "https://wordpress.org/",
            "showcase": "https://wordpress.org/showcase/",
            "docs": "https://codex.wordpressorg/",
            "faq": "https://codex.wordpressorg/FAQ",
            "support": "https://wordpress.org/support/",
            "changelog": "https://wordpress.org/news/2019/05/wordpress-5-2-1-maintenance-release/",
            "installersupport": "https://installatron.com/tickets"
        },
        "requirements": {
            "php": "4.3.3 - 5.6.99",
            "diskspace": "0.5M",
            "mysql": "4.1 - *",
            "itron": "5.0.0 - *",
            "php_mbstring": "*",
            "php_dom": "*",
            "php_pcre": "*",
            "php_json": "*",
            "php_zlib": "*",
            "php_session": true,
            "php_zip": "*",
            "php_filter": "*"
        },
        "languages": [
            "ar",
            "bg",
            "ca",
            "cs",
            "da",
            "de",
            "el",
            "en",
            "en_au",
            "en_ca",
            "en_uk",
            "es",
            "et",
            "fa",
            "fi",
            "fr",
            "gl",
            "he",
            "hr",
            "hu",
            "it",
            "is",
            "ja",
            "ko",
            "lt",
            "lv",
            "nl",
            "no",
            "pl",
            "pt",
            "pt_br",
            "ru",
            "ro",
            "sk",
            "sr",
            "sv",
            "th",
            "tr",
            "uk",
            "zh",
            "zh_tw"
        ],
        "fields": {
            "version": {
                "gettable": true,
                "settable": false,
                "label": "Version",
                "text": "Select the version of WordPress to install.",
                "sort_order": 0
            },
            "language": {
                "label": "Language",
                "text": "select a language",
                "type": "select",
                "gettable": true,
                "settable": true,
                "options": {
                    "ar": "Arabic",
                    "bg": "Bulgarian",
                    "ca": "Catalan",
                    "cs": "\u010cesky (Czech)",
                    "da": "Dansk",
                    "de": "Deutsch",
                    "el": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (Greek)",
                    "en": "English",
                    "en_au": "English (Australia)",
                    "en_ca": "English (Canada)",
                    "en_uk": "English (United Kingdom)",
                    "es": "Espa\u00f1ol (Spanish)",
                    "et": "Estonian",
                    "fa": "Persian",
                    "fi": "Suomi",
                    "fr": "Fran\u00e7ais",
                    "gl": "Gaelg",
                    "he": "Hebrew",
                    "hr": "Croatian",
                    "hu": "Magyar (Hungarian)",
                    "it": "Italiano",
                    "is": "Icelandic",
                    "ja": "Japanese",
                    "ko": "Korean",
                    "lt": "Lietuvi\u0173 (Lithuanian)",
                    "lv": "Latvian",
                    "nl": "Nederlands (Dutch)",
                    "no": "Norwegian",
                    "pl": "Polski",
                    "pt": "Portugu\u00eas (Portuguese)",
                    "pt_br": "Portugu\u00eas do Brasil",
                    "ru": "Russian",
                    "ro": "Rom\u00e2n\u0103",
                    "sk": "Slovak (Slovakian)",
                    "sr": "Serbian",
                    "sv": "Swedish",
                    "th": "Thai",
                    "tr": "T\u00fcrk\u00e7e (Turkish)",
                    "uk": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 (Ukrainian)",
                    "zh": "\u4e2d\u6587 (Chinese Simplified)",
                    "zh_tw": "\u4e2d\u6587(\u53f0\u7063) (Chinese Traditional)"
                },
                "sort_order": 1
            },
            "login": {
                "label": "Administrator Username",
                "text": "enter a username for the administrator user",
                "type": "text",
                "default": "admin",
                "gettable": true,
                "settable": true,
                "sort_order": 2
            },
            "passwd": {
                "label": "Administrator Password",
                "text": "enter a password for the administrator user",
                "type": "password",
                "gettable": false,
                "settable": true,
                "sort_order": 3
            },
            "email": {
                "label": "Administrator Email",
                "text": "enter your email address",
                "type": "text",
                "gettable": true,
                "settable": true,
                "sort_order": 4
            },
            "sitetitle": {
                "label": "Website Title",
                "text": "enter title for the website",
                "type": "text",
                "gettable": true,
                "settable": true,
                "sort_order": 5
            },
            "sitetagline": {
                "label": "Website Tagline",
                "text": "enter tagline for the website",
                "type": "text",
                "gettable": true,
                "settable": true,
                "sort_order": 6
            },
            "twofactor": {
                "type": "radio",
                "value": "no",
                "label": "Two-Factor Authentication",
                "options": {
                    "no": "Do not enable two-factor authentication.",
                    "jetpack": "Two-factor authentication with JetPack from WordPress.com."
                },
                "gettable": true,
                "settable": true,
                "sort_order": 7
            },
            "limitloginattempts": {
                "type": "radio",
                "value": "yes",
                "label": "Limit Login Attempts",
                "options": {
                    "yes": "Yes, limit failed login attempts for increased security. (Recommended)",
                    "no": "No, do not limit failed login attempts."
                },
                "gettable": true,
                "settable": true,
                "sort_order": 8
            },
            "multisite": {
                "type": "radio",
                "value": "no",
                "label": "Enable Multi-site",
                "options": {
                    "no": "No, do not enable. Multi-site can be enabled later within WordPress. (Recommended)",
                    "yes": "Yes, enable multi-site support for sub-directories of the selected install location."
                },
                "gettable": false,
                "settable": false,
                "sort_order": 9
            }
        },
        "images": [
            "button_wordpress.gif",
            "icon_wordpress.png",
            "icon175_wordpress.png",
            "icon1752x_wordpress.png",
            "icon64_wordpress.png",
            "icon642x_wordpress.png",
            "logo_wordpress.png",
            "logo2x_wordpress.png",
            "sc1_wordpress.png",
            "sc10_wordpress.png",
            "sc11_wordpress.png",
            "sc12_wordpress.png",
            "sc13_wordpress.png",
            "sc14_wordpress.png",
            "sc2_wordpress.png",
            "sc3_wordpress.png",
            "sc4_wordpress.png",
            "sc5_wordpress.png",
            "sc6_wordpress.png",
            "sc7_wordpress.png",
            "sc8_wordpress.png",
            "sc9_wordpress.png",
            "ss1_wordpress.png",
            "ss2_wordpress.png",
            "ss3_wordpress.png",
            "ss4_wordpress.png",
            "ss5_wordpress.png",
            "x-ss2_wordpress.jpg"
        ]
    }
}


© 2004 - 2025 Installatron LLC. All rights reserved. Privacy Policy.