Players Region Entity (2022/06)
1 min
all players region entities are structured as follows entity country \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the country where the device is located (for example, "germany") countrylongname \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the full name of the country in which the device is located (for example, "federal republic of germany") adminarealevel1 \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> 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 \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the full name of the largest subnational administrative unit of a country in which the device is located adminarealevel2 \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the county name (within the united states), or a second order civil entity below adminarealevel1 , in which the device is located adminarealevel2longname \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> 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 \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the name of the city, town, or rural area in which the device is located localitylongname \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> the full name of the city, town, or rural area in which the device is located mingpslatitude \<font color="#704ae0">nullable\<double\>\</font> \<font color="#01a0af">read only\</font> the minimum gps latitude (a coordinate which designates a rectangle on the map to indicate the current region) maxgpslatitude \<font color="#704ae0">nullable\<double\>\</font> \<font color="#01a0af">read only\</font> the maximum gps latitude (a coordinate which designates a rectangle on the map to indicate the current region) mingpslongitude \<font color="#704ae0">nullable\<double\>\</font> \<font color="#01a0af">read only\</font> the minimum gps longitude (a coordinate which designates a rectangle on the map to indicate the current region) maxgpslongitude \<font color="#704ae0">nullable\<double\>\</font> \<font color="#01a0af">read only\</font> the maximum gps longitude (a coordinate which designates a rectangle on the map to indicate the current region) devicescount \<font color="#704ae0">int\</font> \<font color="#01a0af">read only\</font> the number of players on the network deviceshealthstatus \<font color="#704ae0">devicehealthstatus\[]\</font> \<font color="#01a0af">read only\</font> 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 \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> 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)