I_iplocate

Represents the data structure for IP location information.

Properties
NameTypeDescription
ipstring

The IP address.

countrystring

The country name.

country_codestring

The country code.

citystring | null

The city name, or null if not available.

continentstring

The continent name.

latitudenumber

The latitude coordinate.

longitudenumber

The longitude coordinate.

time_zonestring

The time zone.

postal_codestring | null

The postal code, or null if not available.

orgstring

The organization name.

asnstring

The Autonomous System Number (ASN).

subdivisionstring | null

The subdivision name, or null if not available.

subdivision_codestring | null

The subdivision code, or null if not available.