Documentation
DocumentationIP Geolocation is the identification of the geographic location of a device, such as a mobile phone, gadget, laptop, server and so on, by using an IP address.
We have different versions of Geolocation:
Databases are from: ip2location.
How we use Geolocation to our application and web application to determine your country and improve pages relevant to your country see.
// Examples of JSON for each IP Address
const ipData = `
"19202048","19267583","PH","Philippines" // Main Base
"16777216","16777471","AU","Australia"
"18933760","18935807","US","United States of America"
"18930944","18931199","HK","Hong Kong"
"18931200","18931711","KR","Korea"
"18931712","18933759","JP","Japan"
`;
Explantion: "const ipData" means that when script get "ipData" it will get all data inside the "ipData" and it will get all data from the list ex."IP Start","IP End","country_code","country_name"
We Will be determining your country by your ip adress if you dont want us to access your ip adress you can decline.
"Click the Try Now? button to find your location"