mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37: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 |
bool | ➖ | Indicates if the country is a member of the European Union. | true |
TimeZone |
string | ✔️ | The time zone of the country. | America/St_Thomas |
PostalCode |
long | ✔️ | The postal code of the location. | 802 |
InPrivacyRestrictedCountry |
bool | ➖ | Indicates if the country has privacy restrictions. | true |
InPrivacyRestrictedRegion |
bool | ➖ | 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 |