# List of app locations This will return a list of known apps on the network and it's locations data. Endpoint: GET /apps/locations Version: 6.6.1 ## 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