# Info regarding app location This will return data regarding the location of app specified. Endpoint: GET /apps/location Version: 6.6.1 ## Query parameters: - `appname` (string, required) Appname Example: "electrumxtest" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.ip` (string) IP address of app - `data.name` (string) App name - `data.broadcastedAt` (string) Start date and timestamp of app - `data.expireAt` (string) Expiration date and timestamp of app - `data.hash` (string) App hash