# Registration Info Apps registration info. Endpoint: GET /apps/registrationinformation Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.price` (object) Price guide - `data.price.cpu` (integer) FLUX amount per 0.1 cpu core - `data.price.ram` (integer) FLUX amount per 100 mb - `data.price.hdd` (number) FLUX amount per 1 gb - `data.address` (string) Apps registration address - `data.epochstart` (integer) Fluxapps epoch blockheight start - `data.portMin` (integer) Min number in port range - `data.portMax` (integer) Max number in port range - `data.maxImageSize` (integer) Max number of image size allowed in bytes - `data.installation` (object) - `data.installation.probability` (integer) Instances it will spawn this round - `data.installation.delay` (integer) Delay time in seconds - `data.removal` (object) - `data.removal.probability` (integer) Instances it will remove if amount of apps exceed limit at a 1 out of 20 rate. - `data.blocksLasting` (integer) Amount of time registered app is live in blocks. 22000 blocks = 1 month