Login/Register
Installatron Server
API Documentation

View Application

GET /browser/{id}

View an application's meta data information.

Parameters


API

/browser/{id}
API endpoint.

{id} is keyword ID of the application to view. For example,
wordpress
or
magento
.

Use the GET /browser API to retrieve a list of available applications or see Apps Table for a complete list of installer IDs.
GET
Method.

Optional parameters

version
string
Version, to view only a specific version of the application.
(eg.
1.2.3
)

default is all versions
from_version
string
Show all the versions from from_version to the latest version.
(eg.
1.2
)

default is all versions
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

status
int
HTTP status code describing the result of the request.

200
for Success.
All other numbers represent errors which are described in the errcode output below.
result
boolean
true
= Success.
false
= Failure.
errcode
string
status code 403
invalid_api_key
The server's Installatron Server Key is invalid.
invalid_argument_id
The {id} provided is not valid or does not exist in the list.
status code 404
user_not_found
The specified user could not be found in the Installatron Server database.
errfield
enum
If the cause of an error was an incorrect field value then this will show the ID of the field.
(eg.
login
,
passwd
,
email
)
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 meta data about the application WordPress

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'
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
        }
    ]
}


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