mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
4.5 KiB
4.5 KiB
GetTokenByPinIdGeoData
Geo location data
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
String | ✔️ | The ISO 3166-1 alpha-2 code of the country. | VI |
continentCode |
String | ✔️ | The continent code where the country is located. | NA |
country |
String | ✔️ | The official name of the country. | United States Virgin Islands |
city |
String | ✔️ | The name of the city. | Amsterdam |
europeanUnionMember |
Optional | ➖ | Indicates if the country is a member of the European Union. | true |
timeZone |
String | ✔️ | The time zone of the country. | America/St_Thomas |
postalCode |
String | ✔️ | The postal code of the location. | 802 |
inPrivacyRestrictedCountry |
Optional | ➖ | Indicates if the country has privacy restrictions. | true |
inPrivacyRestrictedRegion |
Optional | ➖ | Indicates if the region has privacy restrictions. | true |
subdivisions |
String | ✔️ | The name of the primary administrative subdivision. | Saint Thomas |
coordinates |
String | ✔️ | The geographical coordinates (latitude, longitude) of the location. | 18.3381, -64.8941 |