🌍

IP Address Lookup

Query detailed geolocation and network information for IP addresses

Input
Approximate Location
IP aramasından sonra harita burada görünecek

What is IP Address Lookup

IP address lookup tool finds the physical location and network information of IP addresses through IP geolocation databases. Suitable for network inventory management, security auditing, geolocation analysis, and network infrastructure troubleshooting.

Features

🌍

Multi-API Polling Mechanism

Integrates multiple free IP lookup APIs with automatic failover to ensure query success rate and stability
📍

Detailed Geolocation Information

Provides complete geolocation data including country, region, city, postal code, timezone, currency, etc.
🌐

Network Information Query

Displays ISP, ASN, organization and other network provider information to help understand IP address network ownership
🗺️

Harita görselleştirme

IP adresinin yaklaşık konumunu haritada göstererek sezgisel coğrafi konum görselleştirmesi sağlar

📋Usage Guide

1️⃣
Enter IP Address
Enter the IPv4 or IPv6 address you want to query in the input box, supporting various formats (e.g., 8.8.8.8 or 2001:db8::1)
2️⃣
Execute Query
Click the 'Lookup' button or press Enter, the system will automatically call multiple API providers to ensure high availability
3️⃣
View Results
View detailed geolocation information (country, region, city, coordinates), network information (ISP, ASN, organization) and map display
4️⃣
Copy Information
Click the copy button to quickly copy the IP address or other information for later use

📚Technical Introduction

🔬IP Geolocation Principles

IP geolocation is a technology that determines the geographical location of an IP address by analyzing IP address allocation records and routing information. IP addresses are allocated by IANA (Internet Assigned Numbers Authority) to Regional Internet Registries (RIRs), which then assign them to ISPs. Geolocation databases establish mapping relationships between IP address ranges and geographical locations by collecting allocation records, BGP routing tables, Whois data, and other information. Location accuracy depends on the granularity of IP address ranges, typically accurate to city or regional level, rather than precise physical addresses.

⚙️Multi-API Polling and Failover Mechanism

Bu araç, birden fazla API sağlayıcısı için bir yoklama mekanizması uygular ve öncelik sırasına göre farklı IP arama hizmetlerini dener. Bir API başarısız olduğunda, zaman aşımına uğradığında veya limitleri aştığında, otomatik olarak yedek bir API'ye geçer. Bu tasarım, hizmet kullanılabilirliğini ve güvenilirliğini artırır, tek hata noktalarından kaçınır. Her API isteği hızlı yanıt sağlamak için bir zaman aşımı mekanizmasına sahiptir. localStorage, sorgu sonuçlarını 24 saat boyunca önbelleğe almak için kullanılır, API çağrılarını azaltır, yanıt hızını artırır ve API kullanım maliyetlerini düşürür.

🌐IPv4 and IPv6 Address Format Validation

The tool implements complete IP address format validation, supporting both IPv4 and IPv6 protocols. IPv4 addresses are 32-bit numbers, typically represented as four decimal numbers between 0-255, separated by dots (e.g., 192.168.1.1). IPv6 addresses are 128-bit numbers, represented as 8 groups of 4-digit hexadecimal numbers, separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334), supporting compressed format (e.g., 2001:db8::1). The validation algorithm checks address format correctness, ensuring only valid IP addresses are queried.

🔍ASN ve ağ sahiplik bilgileri

ASN (Özerk Sistem Numarası), BGP yönlendirme protokolünde kullanılan bir İnternet özerk sistemini tanımlayan benzersiz bir numaradır. Her IP adresi bloğu belirli bir ASN'ye aittir ve ASN'ler organizasyonlara (ISP'ler, şirketler, veri merkezleri gibi) aittir. ASN bilgilerini sorgulayarak IP adresi ağ sahipliğini, ISP sağlayıcılarını, organizasyon adlarını vb. anlayabilirsiniz. Bu bilgiler ağ yönetimi, güvenlik denetimi, trafik analizi ve diğer senaryolar için çok önemlidir. Araç, ASN numaraları, organizasyon adları, ASN türleri ve diğer bilgiler dahil olmak üzere birden fazla API'den ASN verilerini alır.

Frequently Asked Questions

How accurate is IP address lookup?

IP address lookup accuracy depends on several factors: 1) The granularity of IP address ranges, typically accurate to city or regional level, rather than precise physical addresses; 2) ISP routing configuration and network infrastructure; 3) Database update frequency. For most public IP addresses, location accuracy can reach city level, but actual locations may vary due to network routing. IP addresses for mobile network and VPN users may show ISP data center locations.
💬

Why can't private IP addresses be queried for location?

Private IP addresses (such as 192.168.x.x, 10.x.x.x, 172.16.x.x) are used for local area networks and are not routed on the Internet, so they have no corresponding geolocation information. These addresses are defined by RFC 1918 for local network communication. Only public IP addresses (assigned by ISPs and routed on the Internet) can be queried for geolocation information.
🔍

What's the difference between IPv6 and IPv4 address queries?

The basic principles of IPv6 address queries are the same as IPv4, both determining geographical locations through IP address range allocation records. However, due to the larger IPv6 address space (128 bits vs 32 bits), address allocation is more dispersed, and some IPv6 address ranges may not have complete geolocation data. IPv6 location accuracy may be slightly lower than IPv4, but this is improving as IPv6 becomes more popular and databases are updated.
💡

What is the use of ASN information in query results?

ASN (Autonomous System Number) information helps understand IP address network ownership: 1) Identify ISP providers and understand network service providers; 2) Determine whether IP addresses belong to data centers, enterprise networks, or home networks; 3) Used for network management and security auditing to identify abnormal traffic sources; 4) Analyze network topology and routing paths. ASN information is very useful for network administrators and security analysts.

💡Nasıl kullanılır

🪟

Windows'ta IP adresi al

Yöntem 1: Komut istemini açın (Win+R, cmd yazın), 'ipconfig' komutunu çalıştırın, 'IPv4 Adresi' veya 'IPv6 Adresi'ni kontrol edin. Yöntem 2: Ayarlar > Ağ ve İnternet > Ağ özelliklerini görüntüle'yi açın, IP adresi bilgilerini bulun. Yöntem 3: Tarayıcıda whatismyip.com'u ziyaret ederek genel IP'yi görüntüleyin.
🐧

Linux'ta IP adresi al

Yöntem 1: Terminali açın, 'ip addr show' veya 'ifconfig' komutunu çalıştırın, 'inet' veya 'inet6' alanını kontrol edin. Yöntem 2: Tüm IP adreslerini görmek için 'hostname -I' komutunu çalıştırın. Yöntem 3: Genel IP adresini görmek için 'curl ifconfig.me' veya 'curl ipinfo.io/ip' komutunu çalıştırın. Yöntem 4: /etc/network/interfaces veya NetworkManager yapılandırma dosyalarını kontrol edin.
🤖

Android'de IP adresi al

Yöntem 1: Ayarlar > Telefon hakkında > Durum bilgileri'ni açın, IP adresini kontrol edin. Yöntem 2: Ayarlar > WLAN > Bağlı WiFi ağına dokunun, ağ ayrıntılarındaki IP adresini kontrol edin. Yöntem 3: Detaylı ağ bilgilerini görmek için bir ağ araçları uygulaması (Network Info II gibi) yükleyin. Yöntem 4: Tarayıcıda whatismyip.com'u ziyaret ederek genel IP'yi görüntüleyin.
🍎

iOS'ta IP adresi al

Yöntem 1: Ayarlar > WiFi > Bağlı ağın yanındaki 'i' simgesine dokunun, IP adresini kontrol edin. Yöntem 2: Ayarlar > Genel > Hakkında'yı açın, ağ bilgilerini kontrol edin. Yöntem 3: Safari tarayıcısında whatismyip.com veya ipinfo.io'yu ziyaret ederek genel IP adresini görüntüleyin. Yöntem 4: Detaylı ağ yapılandırmasını görmek için üçüncü taraf ağ araçları uygulamalarını kullanın.

📝Update Log

📌v1.0.0
v1.0.0Initial version released, supporting IPv4 and IPv6 address queries, integrating multiple free API providers with automatic failover mechanism(2025-12-13)

User Comments

0 / 2000
Loading...