IpInfoResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ip_address | String | IP address being queried. | [default to null] |
| latitude | Float | Latitude coordinate of the IP location. | [optional] [default to null] |
| longitude | Float | Longitude coordinate of the IP location. | [optional] [default to null] |
| accuracy_radius | Integer | Accuracy radius of the location in kilometers. | [optional] [default to null] |
| continent | String | Continent name where the IP is located. | [optional] [default to null] |
| country | String | Country name where the IP is located. | [optional] [default to null] |
| subdivision | String | Subdivision or state name where the IP is located. | [optional] [default to null] |
| city | String | City name where the IP is located. | [optional] [default to null] |
| registered_country_continent | String | Continent of the registered country. | [optional] [default to null] |
| registered_country | String | Registered country for the IP. | [optional] [default to null] |
| represented_country_continent | String | Continent of the represented country. | [optional] [default to null] |
| represented_country | String | Represented country for the IP. | [optional] [default to null] |