Get My IP Address
Learn how to quickly find your current IP address using IPConfig's tools
Get My IP Address
IPConfig provides multiple ways to quickly discover your current IP address, whether you need IPv4, IPv6, or both. This guide will show you how to use our tools effectively.
Quick IP Detection
Web Interface
The easiest way to find your IP address is through our web interface:
- Visit the homepage - Your IP address is automatically displayed
- Current IP Card - Shows both IPv4 and IPv6 addresses when available
- Priority Detection - Automatically determines which IP version your connection prefers
The system automatically detects your IP address when you visit the site. No additional action is required.
Available Information
When you check your IP address, you'll see:
- IPv4 Address - Your public IPv4 address (if available)
- IPv6 Address - Your public IPv6 address (if available)
- Connection Priority - Which IP version your system prefers
- ISP Information - Your Internet Service Provider details
- Geographic Location - Approximate location based on your IP
API Access
Quick IP Endpoints
For programmatic access, use these endpoints:
curl https://4.ipconfig.com/
Returns only your IPv4 address in plain text.
curl https://6.ipconfig.com/
Returns only your IPv6 address in plain text.
curl https://test.ipconfig.com/api/ip/myip
Returns detailed information about your IP address in JSON format.
Detailed IP Information
For comprehensive IP information including location and ISP details:
curl -X GET "https://ipconfig.com/api/ip-query?ip=YOUR_IP&lang=en"
Replace YOUR_IP
with your actual IP address. You can get this from the quick endpoints above.
Understanding Your Results
IPv4 vs IPv6
- IPv4 - Traditional internet protocol (e.g., 192.168.1.1)
- IPv6 - Newer protocol with longer addresses (e.g., 2001:db8::1)
- Dual Stack - Many connections support both protocols
Connection Priority
The system shows which IP version your connection prefers:
- IPv4 Priority - Your system prefers IPv4 connections
- IPv6 Priority - Your system prefers IPv6 connections
Location Accuracy
IP-based location detection provides:
- Country - Usually very accurate
- Region/State - Generally accurate
- City - Approximate location
- ISP - Internet Service Provider information
Location data is based on IP address registration and may not reflect your exact physical location.
Common Use Cases
Network Troubleshooting
Check your IP address when:
- Setting up port forwarding
- Configuring firewall rules
- Troubleshooting connection issues
- Verifying VPN connections
Development and Testing
Developers often need IP addresses for:
- API testing and development
- Geolocation feature testing
- Network configuration
- Security testing
Privacy and Security
Monitor your IP address to:
- Verify VPN functionality
- Check for IP leaks
- Understand your digital footprint
- Confirm proxy settings
Rate Limits
Free Users: 50 queries per day per IP address Registered Users: 1000 credits upon registration
The IP detection feature has usage limits:
- Web interface checks don't count against limits
- API calls are subject to rate limiting
- Register for an account to get more queries
Next Steps
Once you know your IP address, you can:
Troubleshooting
No IP Address Shown
If your IP address isn't displayed:
- Check your internet connection
- Disable ad blockers temporarily
- Try a different browser
- Check if you're behind a corporate firewall
IPv6 Not Available
If you only see IPv4:
- Your ISP may not support IPv6
- Your router might not be configured for IPv6
- This is normal for many connections
Incorrect Location
If the location seems wrong:
- IP geolocation is approximate
- VPN or proxy services can affect location
- Some ISPs route traffic through distant servers