A JSON containing basic data if the given website IP address is canonized or not. If the address IP could not be found, then returns null.
Key | Type | Description |
---|---|---|
is_canonized | Boolean | Tells if the IP address is canonized or not, in other words, if the IP is not referring to this website URL or if is pointing to the website’s server. |
ip | String | The address IP found for this website URL. |