Locate the exact ip location

Affiliate3750

Junior Member
Joined
Jan 5, 2020
Messages
174
Reaction score
52
hello guys :)
again it's me
I want to know and to be sure exact location for exact IP,
something to put the IP in and show me the location ( exact location )
every time I search for this (***.***.***.104) IP I got the location of the provider
I need to know that exact location
what should I do :)


thanks in advance
 
Correct me if I'm wrong but IP's work by area and you can't find the exact coordinates location of somebody with an IP.
 
Correct me if I'm wrong but IP's work by area and you can't find the exact coordinates location of somebody with an IP.
thats right i get country and the city of the provider, but not the ip
 
You get the location from the IP by using some API service.
I am using this one: https://apiip.net/

Just use simple GET call:
https://apiip.net/api/check?ip={ip}&accessKey={your_api_key}

And you will get the response like this:
{ "ip": "67.250.186.196", "continentCode": "NA", "continentName": "North America", "countryCode": "US", "countryName": "United States", "countryNameNative": "United States", "city": "New York", "postalCode": "10001", "latitude": 40.8271, "longitude": -73.9359, "capital": "Washington D.C.", "phoneCode": "1", "countryFlagEmoj": "", "countryFlagEmojUnicode": "U+1F1FA U+1F1F8", "isEu": false, "languages": { "en": { "code": "en", "name": "English", "native": "English" } }, "currency": { "code": "USD", "name": "US Dollar", "symbol": "$", "number": "840" }, "timeZone": { "id": "America/New_York", "currentTime": "10/26/2021, 2:54:10 PM", "code": "EDT", "timeZoneName": "EDT", "utcOffset": -14400 }, "connection": { "asn": 12271, "isp": "Charter Communications Inc" }, "security": { "isPublicProxy": false, "isResidentialProxy": false, "isTorExitNode": false, "network": "67.250.176.0/20" } }
 
IP locations are meant to be vague to the general-area that a service is on. The reason being it would be a massive security nightmare if anyone who had an afternoon could just start tracking exact locations based on IP. That's straight-up just doxxing.
 
Another site you could use would be https://ipbase.com
Their data quality is excellent, and they provide a very accurate location.
 
There are many sites that provide IP locations, but they are generally accurate to the city, so if you need more accurate data, you will probably have to contact the police.
 
Back
Top