| region_id | the ID of the region |
| language | (optional) EBT language code, defaults to "en" (English); please see the EBT website for a list of available languages |
| time_offset | (optional) offset from UTC in winter time, defaults to 2 (i.e. UTC+2 / EET) |
An associative array containing the following elements:
| data | an associative array containing information about the region: |
| - region_id | |
| - region_name | native name |
| - region_name_translated | localized region name |
| - country_name | English name |
| - country_name_translated | localized country name |
| - first_seen_timestamp | |
| - first_seen_timestamp_adjusted | |
| - last_active_timestamp | |
| - last_active_timestamp_adjusted | |
| - latitude | |
| - longitude | |
| - latlong_quality | enumeration: 0 = exact, 1-9 = interpolated at various degrees (higher == worse, >8 may be outright wrong), -1 = no coordinates found; currently always 3 since we simply average the coordinates of all subsumed locations |
| - flag_url | |
| - flag_quality | enumeration: 3, 2, 1, 0; level of the region the flag_url actually belongs to; flag_quality >= level, i.e. if no flag is specified for this specific region we return the flag of the parent region, if that doesn't have a flag either the grandparent region, if that's empty the country flag (level 0) |
| - total_notes | |
| - total_hits | |
| - total_users | number of users which set their default location to this region |
| - total_visitors | number of users which entered notes in this region |
| - level | level of the administrative layer of the country this region is associated with; enumeration: 1, 2, 3; 1 being the highest level |
| - subsumed_by_region_id | data of the parent region (NULL if not applicable) |
| - subsumed_by_region_level | |
| - subsumed_by_region_name | |
| - subsumed_by_region_name_translated | |
| - total_subsumed_region2 | number of subsumed regions on level 2 (NULL if not applicable) |
| - region2_name_plural | name of region 2 layer (NULL if not applicable) |
| - region2_name_plural_translated | |
| - total_subsumed_region3 | number of subsumed regions on level 3 (NULL if not applicable) |
| - region3_name_plural | name of region 3 layer (NULL if not applicable) |
| - region3_name_plural_translated |
https://api.eurobilltracker.com/?m=globalstats_profile_region&v=1&PHPSESSID=12345678®ion_id=1&language=en&time_offset=1