country_groupings addon for i, s := range res. This sample code can be used to display visitors local time based on their IP address using PHP programming languages and IP2Location BIN database. Printf( "Geotargeting => Metro: %s \n", res. Printf( "Country => Language => Name: %s \n", res. Printf( "Country => Language => Code: %s \n", res. Copilot Packages Security Code review Issues Discussions Integrations GitHub Sponsors Customer stories Team Enterprise Explore Explore GitHub Learn and contribute Topics Collections Trending Skills GitHub Sponsors Open source guides Connect with others The ReadME Project Events Community forum GitHub. Printf( "Country => Currency => Symbol: %s \n", res. Printf( "Country => Currency => Name: %s \n", res. Printf( "Country => Currency => Code: %s \n", res. Printf( "Country => IddCode: %s \n", res. IPv4 address class range, registry, assignment and exhaustion. We will discuss several relevant topics i.e. Printf( "Country => Population: %s \n", res. The data was collected using IP2Location database from 2007 to 2016. Printf( "Country => TotalArea: %s \n", res. Printf( "Country => Capital: %s \n", res. Printf( "Country => Demonym: %s \n", res. Printf( "Country => NumericCode: %s \n", res. Printf( "Country => Alpha3Code: %s \n", res. Printf( "Continent => Hemisphere: %+v \n", res. Printf( "WeatherStationName: %s \n", res. Printf( "WeatherStationCode: %s \n", res. "/ip2location/ip2location-go/v9" "fmt"Īpikey := "YOUR_API_KEY" apipackage := "WS25" usessl := true addon := "continent,country,region,city,geotargeting,country_groupings,time_zone_info" // leave blank if no need lang := "en" // leave blank if no need ws, err := ip2location. This method returns the web service credit balance in an object. This method returns an object containing the geolocation info. } QUERY USING THE IP2LOCATION WEB SERVICE Methods Printf( "api version: %s \n", ip2location. Printf( "weatherstationname: %s \n", results. This Go package provides a fast lookup of country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection type, IDD code, area code, weather station code, station name, mcc, mnc, mobile brand, elevation, usage type, address type and IAB category from IP address by using IP2Location database. Printf( "weatherstationcode: %s \n", results. OpenDB( "./IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY.BIN")
"fmt" "/ip2location/ip2location-go/v9"ĭb, err := ip2location. Returns the geolocation information in an object. You might also like: Applying Hexagonal Architecture to a Symfony Project Step 1: Run the following command to download. Initialize the package with the BIN file. Free BIN databases are available for download at IP2Location LITE database. Methodsīelow are the methods supported in this package. Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses. Use the IPv4 BIN file if you just need to query IPv4 addresses.