IP Location Finder

IP Location Finder

Find the geographical location of any IP address or hostname

Location Information

City

Lahore

Region

Punjab (PB)

Postal Code

53000

Country

Pakistan (PK)

Continent

Asia (AS)

Coordinates

32.6844 (lat) / 73.0479 (long)

Time

2025-11-17 11:28:52 (Asia/Karachi)

Network Information

IP Address

39.37.188.120

Hostname

39.37.188.120

Provider

Pakistan Telecommunication

ASN

12345

map

Frequently Asked Questions

What is an IP address?

An IP address (Internet Protocol address) is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. It serves two main functions: host or network interface identification and location addressing.

How accurate is IP geolocation?

IP geolocation accuracy varies depending on the IP address type and its registration data.

For most IP addresses, city-level accuracy is typically 80-95% accurate, while country-level accuracy is over 99%.

Can I find someone's exact location using IP address?

No, IP geolocation can only provide approximate location information such as city or region. It cannot pinpoint an exact physical address or location.

What information does the IP Location Finder provide?

Our tool provides city, region, country, continent, postal code, coordinates (latitude/longitude), timezone, ISP provider, and ASN information associated with the IP address.

IP Location API

Our IP Location API allows you to programmatically retrieve geolocation data for any IP address. Perfect for integrating location intelligence into your applications, websites, or services.

All API requests must include proper attribution to FAST when displaying results publicly.

Please include a valid User-Agent header with your API requests for identification purposes.

GET

https://api.fast.site/v1/ip-location/

hostname or ip

Request Parameters

ParameterValueDefault

host

required - IP address or hostname

example: 8.8.8.8 or google.com

Response Parameters

Parameter
host
ip
rdns
asn
country_name
country_code
region_name
region_code
city
postal_code
continent_code
latitude
longitude
metro_code
timezone
datetime

Example Usage

curl -X GET "https://api.fast.site/v1/ip-location/8.8.8.8" -H "User-Agent: YourApp/1.0"