networking - Is IP address in US grouped by state? -


i have our customers iso generated ip addresses analysis see our customers accessing our site.

i tried api calls

http://ip-api.com/<ip address> 

to retrieve state ip address generated there on 4 million ip addresses process , take time.

are ip addresses designated state in us? if first octets designated states, can write script parse out ip addresses. other api calls determine location of ip address?

i recommend using maxmind can geo-location(city,state) of ip addresses. have api can implement code find location of ip's in database.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -