Cloud APIs
...
Data Types (2022/06)
Custom Data Types (2022/06)
Players Region Entity (2022/06)
1min
all players region entities are structured as follows entity country string string read only read only the country where the device is located (for example, "germany") countrylongname string string read only read only the full name of the country in which the device is located (for example, "federal republic of germany") adminarealevel1 string string read only read only the largest subnational administrative unit of a country (for example, "state" in the usa and "prefecture" in japan) in which the device is located adminarealevel1longname string string read only read only the full name of the largest subnational administrative unit of a country in which the device is located adminarealevel2 string string read only read only the county name (within the united states), or a second order civil entity below adminarealevel1 , in which the device is located adminarealevel2longname string string read only read only the full county name (within the united states), or the full name of the second order civil entity below adminarealevel1 , in which the device is located locality string string read only read only the name of the city, town, or rural area in which the device is located localitylongname string string read only read only the full name of the city, town, or rural area in which the device is located mingpslatitude nullable\<double> nullable\<double> read only read only the minimum gps latitude (a coordinate which designates a rectangle on the map to indicate the current region) maxgpslatitude nullable\<double> nullable\<double> read only read only the maximum gps latitude (a coordinate which designates a rectangle on the map to indicate the current region) mingpslongitude nullable\<double> nullable\<double> read only read only the minimum gps longitude (a coordinate which designates a rectangle on the map to indicate the current region) maxgpslongitude nullable\<double> nullable\<double> read only read only the maximum gps longitude (a coordinate which designates a rectangle on the map to indicate the current region) devicescount int int read only read only the number of players on the network deviceshealthstatus devicehealthstatus\[] devicehealthstatus\[] read only read only an aggregate of device status information the array can contain the following string values "normal","warning","error", or "no subscription" the presence of a value indicates that one or more devices is in that state locationpath string string read only read only includes the parts of the returned path (country, province, city, etc ) that are common to all players in a location (for example, if you query all players in california, "united states" would be a common to all players)