Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 921 Bytes

GeolocateResponse.md

File metadata and controls

18 lines (14 loc) · 921 Bytes

GeolocateResponse

Properties

Name Type Description Notes
country_code str Two-letter country code of IP address [optional]
country_name str Country name of IP address [optional]
city str City of IP address [optional]
region_code str State/region code of IP address [optional]
region_name str State/region of IP address [optional]
zip_code str Zip or postal code of IP address [optional]
timezone_standard_name str Timezone of IP address [optional]
latitude float Latitude of IP address [optional]
longitude float Longitude of IP address [optional]

[Back to Model list] [Back to API list] [Back to README]