city_id | the ID of the city |
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 city: |
- city_id | |
- city_name | native name |
- city_name_translated | |
- 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 |
- total_notes | |
- total_hits | |
- total_users | number of users which set their default location to this city |
- total_visitors | number of users which entered notes in this city |
- region1_id | data of region level 1 subsuming this city (NULL if not applicable) |
- region1_name | |
- region1_name_translated | |
- region2_id | data of region level 2 subsuming this city (NULL if not applicable) |
- region2_name | |
- region2_name_translated | |
- region3_id | data of region level 3 subsuming this city (NULL if not applicable) |
- region3_name | |
- region3_name_translated |
https://api.eurobilltracker.com/?m=globalstats_profile_city&v=1&PHPSESSID=12345678&city_id=12345&language=en&time_offset=1