# Global app specs of app specified This will return app specifications of the queried app. Endpoint: GET /apps/appspecifications Version: 6.6.1 ## Query parameters: - `appname` (string, required) Appname Example: "mexcdnxbot" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.name` (string) Name of app - `data.compose` (array) - `data.compose.description` (string) Description of component - `data.compose.repotag` (string) Repotag of docker image in this format - `data.compose.ports` (array) - `data.compose.domains` (array) - `data.compose.enviromentParameters` (array) - `data.compose.commands` (array) - `data.compose.containerPorts` (array) - `data.compose.containerData` (string) Directory the data is stored and what dir is tied to the system folder - `data.compose.cpu` (number) CPU amount requesting - `data.compose.ram` (integer) Ram amount requesting in MB - `data.compose.hdd` (integer) Storage space requesting in GB - `data.compose.tiered` (boolean) If set to true you will also need following key/value pairs to provide tiered info. If false do not add the following key/value pairs. - `data.compose.cpubasic` (number) CPU amount - `data.compose.cpusuper` (number) CPU amount - `data.compose.cpubamf` (number) CPU amount - `data.compose.rambasic` (integer) Ram amount in MB - `data.compose.ramsuper` (integer) Ram amount in MB - `data.compose.rambamf` (integer) Ram amount in MB - `data.compose.hddbasic` (integer) Storage space in GB - `data.compose.hddsuper` (integer) Storage space in GB - `data.compose.hddbamf` (integer) Storage space in GB - `data.compose.secrets` (string) Encrypted environmental accessible to selected Enterprise Nodes only. - `data.compose.repoauth` (string) Docker image authentication for private images in the format of username:apikey. This field will be encrypted and accessible to selected Enterprise Nodes only. - `data.contacts` (array) - `data.description` (string) Description of app - `data.expire` (integer) Number of blocks after apps expire - `data.geolocation` (array) - `data.hash` (string) Transation hash - `data.height` (integer) Block height - `data.instances` (integer) Instances number - `data.nodes` (array) - `data.owner` (string) Your ZelID - `data.staticip` (boolean) If set to true apps will be installed of nodes with static IP only. Enum: true, false - `data.version` (integer) Version of message which is 7