GeoIP.info This property returns information about all GeoIP databases (both city and country), and the version of the GeoIP
GeoIP.lon_lat(query) Returns a coordinate tuple of (longitude, latitude).
GeoIP.country_name(query) Returns only the country name corresponding to the query.
GeoIP.city(query) Returns a dictionary of city information for the given query. Some of the values in the dictionary may be
GeoIP.country_info This property returns information about the GeoIP country database.
GeoIP.country_code_by_addr(query)
GeoIP.city_info This property returns information about the GeoIP city database.
GeoIP.country_code_by_name(query)
GeoIP.record_by_addr(query)
GeoIP.country_code(query) Returns only the country code corresponding to the query.
Page 2 of 2