mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
10 KiB
10 KiB
GetGeoDataResponse
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ContentType |
string | ✔️ | HTTP response content type for this operation | |
StatusCode |
int | ✔️ | HTTP response status code for this operation | |
RawResponse |
HttpResponseMessage | ✔️ | Raw HTTP response; suitable for custom response parsing | |
GeoData |
GetGeoDataGeoData | ➖ | Gets the geo location data of the user | { "code": "VI", "continent_code": "NA", "country": "United States Virgin Islands", "city": "Amsterdam", "european_union_member": true, "time_zone": "America/St_Thomas", "postal_code": 802, "in_privacy_restricted_country": true, "in_privacy_restricted_region": true, "subdivisions": "Saint Thomas", "coordinates": "18.3381, -64.8941" } |