A JSON where contains various data about the server location of a given website. If the server location is not found, then returns null.
Key | Type | Description |
---|---|---|
host | String | Website host. |
ip | String | Website IP address. |
city | String | Server’s city of the referring page. |
state | String | State where is located the server of the referring page. |
country_name | String | Country name where is located the server of the referring page. |
zip | String | Zip code of server’s location of the referring page. |
country_code | String | Country code of server’s location of the referring page. |
latitude | Double | Latitude of geographic position of the server’s referring page. |
longitude | Double | Longitude of geographic position of the server’s referring page. |